From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7350330382288420864 X-Received: by 2002:a05:6512:3c8c:b0:513:bed1:5069 with SMTP id h12-20020a0565123c8c00b00513bed15069mr8774559lfv.13.1711382157483; Mon, 25 Mar 2024 08:55:57 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:ac2:58d1:0:b0:515:b1de:710d with SMTP id u17-20020ac258d1000000b00515b1de710dls182975lfo.2.-pod-prod-05-eu; Mon, 25 Mar 2024 08:55:55 -0700 (PDT) X-Google-Smtp-Source: AGHT+IGqseL8g8xxx1d9/M+hA6HM0D3hH/2DSWwmJVNPKgO6ZRrbt6neL1SuQrXlNVsfdQSOSHfB X-Received: by 2002:a19:9144:0:b0:512:e02f:9fa7 with SMTP id y4-20020a199144000000b00512e02f9fa7mr6565640lfj.1.1711382155460; Mon, 25 Mar 2024 08:55:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1711382155; cv=none; d=google.com; s=arc-20160816; b=oBTTxRxDs09Vpdb7E6BUwzUvKvLx0GQ7Ac5Jd4GgxIpmJdmmHMWS439Er5lBQEH1mZ 3nsISwccwxb+uX2YVncfWeadDyLCrJdHXqDQMJfBGHcIN23A+d72kzMobeq0jAfqoK9c NzGrMmlqceOtO0xmEqJdAEXmx7yloCuKrxV22l5umSvbDBkBSWXH+778NrZBGwk5SF6M JLYB7wA/Zcolr6Lt6FRmjPSIuSXLJ3wKWc27S4LMUW5lRJSa3LS1+0t095Dr2h9D1wrn 8RkRunhtf7MFRyLA+kzxnXcAD9TQwSbxdZb3Z28nSxXuvVAVaOIupwMS3pR/ciQFdrQ1 H5nA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=Pw5h0cE9Not0wf4Tx6NOe0oMEduzfu528rH1yXZgnKM=; fh=/h9QQkzJ8EboVkWg45aWwpaUro6WMavIVd2OhN45RtE=; b=oWWI2HZHWOLAWshqvyA02Xib7CubfCxZbRpwZPrhgol8sLb2Db1n2oYrs2I8isFU3t C1pcNgqOXHg1Qm1bCEwpdPIsvm0wJfx7gD6DmADUHerksphQ8xCyeyFYShJ17OEv7vOa GBghoccoPyIHLL+/yjntgutHvB7jGeuWhCeancS6srU3hea18dcSbuw+lNIIxbUQXqYd kaCk78xZJBgTnTF9j3jTboa9OZrPiDOH/c/aUv1pjb4CMHtv4Ngc2+h2EbYUbWQPLIbU N0JW2n7yoO1dDnmgf84Rfl0eFSAkhsR24K/XkSIyPBqjnqo+pOesG9grFELWwu5qLlEO h6Fg==; dara=google.com ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id x5-20020a19e005000000b0051399d23b1bsi310928lfg.5.2024.03.25.08.55.55 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 25 Mar 2024 08:55:55 -0700 (PDT) Received-SPF: pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Received: from user-B660.promwad.corp ([159.148.83.123]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 42PFtnLD011703 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 25 Mar 2024 16:55:54 +0100 From: Anton Mikanovich To: isar-users@googlegroups.com Cc: Anton Mikanovich Subject: [PATCH 04/23] CI: Remove test keyword from class names Date: Mon, 25 Mar 2024 17:55:21 +0200 Message-Id: <20240325155540.4162990-5-amikan@ilbers.de> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240325155540.4162990-1-amikan@ilbers.de> References: <20240325155540.4162990-1-amikan@ilbers.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: te1nZYfevxFF There are no non-test classes in citest.py. This will make avocado log output little shorter. Signed-off-by: Anton Mikanovich --- testsuite/citest.py | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/testsuite/citest.py b/testsuite/citest.py index 575aaded..ce6e107d 100755 --- a/testsuite/citest.py +++ b/testsuite/citest.py @@ -17,7 +17,7 @@ try: except path.CmdNotFoundError: SKOPEO_AVAILABLE = False -class DevTest(CIBaseTest): +class Dev(CIBaseTest): """ Developer's test @@ -71,7 +71,7 @@ class DevTest(CIBaseTest): self.init() self.vm_start('arm', 'bullseye', skip_modulecheck=True) -class ReproTest(CIBaseTest): +class Repro(CIBaseTest): """ Test cached base repository @@ -103,7 +103,7 @@ class ReproTest(CIBaseTest): finally: self.move_in_build_dir('tmp', 'tmp_repro_unsigned') -class CcacheTest(CIBaseTest): +class Ccache(CIBaseTest): """ Test rebuild speed improve with ccache @@ -115,7 +115,7 @@ class CcacheTest(CIBaseTest): self.init() self.perform_ccache_test(targets) -class FastTest(CIBaseTest): +class Fast(CIBaseTest): """ Start fast build for the defined set of configurations @@ -148,7 +148,7 @@ class FastTest(CIBaseTest): except: self.cancel('KFAIL') -class WicTest(CIBaseTest): +class Wic(CIBaseTest): """ Test creation of wic images @@ -171,7 +171,7 @@ class WicTest(CIBaseTest): self.perform_wic_partition_test(targets, wic_deploy_parts=True, debsrc_cache=True, compat_arch=False) -class StandardTest(CIBaseTest): +class Standard(CIBaseTest): """ Start standard build for the defined set of configurations @@ -262,7 +262,7 @@ class StandardTest(CIBaseTest): except: self.cancel('KFAIL') -class FullTest(CIBaseTest): +class Full(CIBaseTest): """ Start full build for the defined set of configurations @@ -349,7 +349,7 @@ class FullTest(CIBaseTest): except: self.cancel('KFAIL') -class ContainerImageTest(CIBaseTest): +class ContainerImage(CIBaseTest): """ Test containerized images creation @@ -367,7 +367,7 @@ class ContainerImageTest(CIBaseTest): self.init() self.perform_build_test(targets, container=True) -class ContainerSdkTest(CIBaseTest): +class ContainerSdk(CIBaseTest): """ Test SDK container image creation @@ -381,7 +381,7 @@ class ContainerSdkTest(CIBaseTest): self.init() self.perform_build_test(targets, bitbake_cmd='do_populate_sdk', container=True) -class SstateTest(CIBaseTest): +class Sstate(CIBaseTest): """ Test builds with artifacts taken from sstate cache @@ -401,7 +401,7 @@ class SstateTest(CIBaseTest): self.init('build-sstate') self.perform_sstate_test(image_target, package_target) -class SingleTest(CIBaseTest): +class Single(CIBaseTest): """ Single test for selected target @@ -423,7 +423,7 @@ class SingleTest(CIBaseTest): self.vm_start(machine.removeprefix('qemu'), distro) -class SourceTest(CIBaseTest): +class Source(CIBaseTest): """ Source contents test @@ -439,7 +439,7 @@ class SourceTest(CIBaseTest): self.init() self.perform_source_test(targets) -class VmBootTestFast(CIBaseTest): +class VmBootFast(CIBaseTest): """ Test QEMU image start (fast) @@ -492,7 +492,7 @@ class VmBootTestFast(CIBaseTest): script='test_systemd_unit.sh getty.target 10') -class VmBootTestFull(CIBaseTest): +class VmBootFull(CIBaseTest): """ Test QEMU image start (full) -- 2.34.1