From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6928418269464363008 X-Received: by 2002:a2e:3203:: with SMTP id y3mr2107231ljy.476.1613148085656; Fri, 12 Feb 2021 08:41:25 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:b4d1:: with SMTP id r17ls1872408ljm.10.gmail; Fri, 12 Feb 2021 08:41:23 -0800 (PST) X-Google-Smtp-Source: ABdhPJwp5b8RpGEuYvLTpqUlknnYeiSnx2vHDiZQyVc4Cy498A8ASWLKJM8fWVrIVG03hQi4LyXe X-Received: by 2002:a2e:9ccc:: with SMTP id g12mr2297948ljj.6.1613148083166; Fri, 12 Feb 2021 08:41:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613148083; cv=none; d=google.com; s=arc-20160816; b=c43w6yGHczFzSIoHlQEEJkCTevFg+r5CbYwhH+u7OGJFbe+SSufBhAuUI0A5biM+Y7 +1Spz4QCWe/qcyDsV9kGePYXPnxCT+3XU6U8bLYIlYsV9fNHruOhaCZ/Iwhys0aADewe 4Afxe/DxGaJ8agBj6ggHropZTCDL+/xihx2h3gp9naxxThoq+VXs7PI4ISnxPx0bY0I7 iSvYKdaadgFPSmNfNyGwNA+qA5M97Qbou6XoUCRIpiRF6YNdvXs1fvgah52jMVUjq+v/ Gd5hXuLEGB998C4e7gViNiihGH8u9iMNjWWRsAfiQdUSmB7CUOCxxmZVYuZQDAmqqfn9 ojGA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from; bh=6t1dHT6HKKLs3QrMYa736H2KVYQGY+1H4HLQTt4L9ZE=; b=dhjoGaxewuzk6J15sg9j62p9EXyBq+xjVNrEisBU/OWvpANejt7AbQY8TB5r3ThGIC b/9zitEgJsnIvZxmbnSAg+QoAYvscFFZig8ggouXRWJ3VgMHiCaHGoR3DVn4QmXy3pGE GDfdORAX0Tuf8epE8RZcwoZctodsAmZXUFdyqs4tZXnPHP1+pBEcm2O5KCBDVhXPHPVR GaZllvV6T7uQ5MbN2EivvOuK/jcwkuBdwBSBLe0FN5IxvF3gZ+fkZI1utrqK8XGsx5oF E6NX6DadhAqiszep9fTt526ygGoJ0EVNRK1V30I9VOWlDs7Ao4g73wOROtwBzX9KeoCH R61A== 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 y3si307329lfb.6.2021.02.12.08.41.21 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 12 Feb 2021 08:41:22 -0800 (PST) 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 localhost.localdomain (mm-131-52-214-37.mgts.dynamic.pppoe.byfly.by [37.214.52.131] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 11CGfKbL023218 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 12 Feb 2021 17:41:21 +0100 From: Anton Mikanovich To: isar-users@googlegroups.com Subject: [PATCH v1 0/6] Update Avocado testsuite Date: Fri, 12 Feb 2021 19:41:09 +0300 Message-Id: <20210212164115.89196-1-amikan@ilbers.de> X-Mailer: git-send-email 2.25.1 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: +zh7Bf6S6n95 This patchset implements all ci_build functionality in python with Avocado framework. Also includes current fixes for vm_boot_test. Anton Mikanovich (5): testsuite: Fix prepare guide for Debian 10 testsuite: Fix format_qemu_cmdline input parameters testsuite: Add Python generations for testsuite in gitignore testsuite: Fix log file path in vm_boot_test ci-build: Add ci_build tests cases to Avocado Roman Pletnev (1): start_vm.py: Fix target name handling testsuite/.gitignore | 1 + testsuite/README.md | 9 +-- testsuite/build_test/build_repro_test.py | 75 +++++++++++++++++++ testsuite/build_test/build_test.py | 58 ++++++++++---- testsuite/build_test/build_wic_test.py | 65 ++++++++++++++++ testsuite/build_test/cibuilder.py | 66 ++++++++++++++++ testsuite/build_test/run.sh | 3 - testsuite/build_test/run_fast.sh | 15 ++++ testsuite/build_test/run_full.sh | 18 +++++ testsuite/build_test/variants.yaml | 45 +++++++++++ testsuite/build_test/variants_cross.yaml | 22 ++++++ testsuite/build_test/variants_repro.yaml | 13 ++++ testsuite/build_test/variants_sdk.yaml | 5 ++ .../build_test/variants_wic_exclude.yaml | 4 + testsuite/start_vm.py | 20 +++-- testsuite/vm_boot_test/vm_boot_test.py | 10 ++- 16 files changed, 398 insertions(+), 31 deletions(-) create mode 100644 testsuite/.gitignore create mode 100644 testsuite/build_test/build_repro_test.py create mode 100644 testsuite/build_test/build_wic_test.py create mode 100644 testsuite/build_test/cibuilder.py delete mode 100755 testsuite/build_test/run.sh create mode 100755 testsuite/build_test/run_fast.sh create mode 100755 testsuite/build_test/run_full.sh create mode 100644 testsuite/build_test/variants.yaml create mode 100644 testsuite/build_test/variants_cross.yaml create mode 100644 testsuite/build_test/variants_repro.yaml create mode 100644 testsuite/build_test/variants_sdk.yaml create mode 100644 testsuite/build_test/variants_wic_exclude.yaml -- 2.25.1