From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7205110283261444096 X-Received: by 2002:a05:6870:5b32:b0:16a:b320:51af with SMTP id ds50-20020a0568705b3200b0016ab32051afmr447105oab.5.1677570465388; Mon, 27 Feb 2023 23:47:45 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6870:4985:b0:172:8999:963a with SMTP id ho5-20020a056870498500b001728999963als4668389oab.2.-pod-prod-gmail; Mon, 27 Feb 2023 23:47:44 -0800 (PST) X-Google-Smtp-Source: AK7set/D3BsjYW87fI8BaFjeZsESULU1vNsEd9rUXpsInc03AC8XTKXc2imegi+t4vvnbLFGvSLx X-Received: by 2002:a05:6870:658f:b0:172:4240:f224 with SMTP id fp15-20020a056870658f00b001724240f224mr1242926oab.18.1677570464638; Mon, 27 Feb 2023 23:47:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1677570464; cv=none; d=google.com; s=arc-20160816; b=Fh2/E/D95XXERG2xSUMqiyoJHCo6nVQiLNDX9CMFMwt03r3p4IYsBWWQSRXCIZeUlm i4tS3BWfYmiCc01LgKhlgzQB3cUbuWWYSeNB2oq5LyDs7SWcXpjD5Jb1+2BzMwLb+auP s6I4wz3H9Coux58Y4LdH82WGD91eGAlRiN5ObX8OocF4mp1GWkvp5JEb1R6ZAp+eLeMX w2O5octjZnqJUBvGBS7HVuWvU6itgOOc7RRGGp6V8ZM+vRpyguOxIUSHPwTdUu+hjbTJ 4rESfxxJ723rLM259jPiG8yykhTRs1m0ncCTjp147bvG8S8ynPndIo4kas/gLAZFUsM1 i0Fg== 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:to:from; bh=gEitIVUYOTtFuxYoBU/wFStR/rQIm7cpzklCfZJIU/Y=; b=R1dnpTulH3mRKawfO0RY1q7171tBhhVn7Ee8k8PMH3jwAC3NZJ7ChRLSxZ2xLdW31t m5UrPOjrNQzwRNKk5vxcw3IFR0harcNYiXrvz8sPMTfSoyN4m/N44qCgf5AT2ytJyVc4 M44VNgrFKOBIswc9i/QtvmCa8ChBg8AYwW38xvrfBOahvV3MSX8K0IrBFLows3uxsWiE BXrtQOmBVIumBAxWrl7QQ85ZY7vZAsrmmd24q1ns1guPwISUny+LsxlSH7CWTkP4WyUm LSIQVECVJb+81z2wV3aRNYjCWBgYO/9HI2//3MXTs3hGrgHKoxwfq7WK/rukxknHsHFD mnjA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id pn1-20020a0568704d0100b0017264ee25e8si522024oab.5.2023.02.27.23.47.43 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 27 Feb 2023 23:47:44 -0800 (PST) Received-SPF: pass (google.com: domain of ubely@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 ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Received: from baighyz.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 31S7lcoO010874 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 28 Feb 2023 08:47:39 +0100 From: Uladzimir Bely To: isar-users@googlegroups.com Subject: [PATCH 2/3] testsuite: Move test scripts to their own subdirectory Date: Tue, 28 Feb 2023 08:47:37 +0100 Message-Id: <20230228074738.16304-3-ubely@ilbers.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20230228074738.16304-1-ubely@ilbers.de> References: <20230228074738.16304-1-ubely@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: Frq+ElpCAAOn Just a cosmetic change to minimize mess in `testsuite` directory by placing test scripts to their own subdirectory. Signed-off-by: Uladzimir Bely --- testsuite/cibuilder.py | 2 +- testsuite/{ => scripts}/test_example_module.sh | 0 testsuite/{ => scripts}/test_getty_target.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename testsuite/{ => scripts}/test_example_module.sh (100%) mode change 100644 => 100755 rename testsuite/{ => scripts}/test_getty_target.sh (100%) mode change 100644 => 100755 diff --git a/testsuite/cibuilder.py b/testsuite/cibuilder.py index d3d90a22..9728bb03 100755 --- a/testsuite/cibuilder.py +++ b/testsuite/cibuilder.py @@ -242,7 +242,7 @@ class CIBuilder(Test): def run_script(self, script, cmd_prefix): script_dir = self.params.get('test_script_dir', - default=os.path.abspath(os.path.dirname(__file__))) + '/' + default=os.path.abspath(os.path.dirname(__file__))) + '/scripts/' script_path = script_dir + script if not os.path.exists(script_path): self.log.error('Script not found: ' + script_path) diff --git a/testsuite/test_example_module.sh b/testsuite/scripts/test_example_module.sh old mode 100644 new mode 100755 similarity index 100% rename from testsuite/test_example_module.sh rename to testsuite/scripts/test_example_module.sh diff --git a/testsuite/test_getty_target.sh b/testsuite/scripts/test_getty_target.sh old mode 100644 new mode 100755 similarity index 100% rename from testsuite/test_getty_target.sh rename to testsuite/scripts/test_getty_target.sh -- 2.20.1