From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 83D1AE00C7C; Fri, 18 Mar 2016 09:54:53 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [192.55.52.88 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 221F6E00C3B for ; Fri, 18 Mar 2016 09:54:50 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 18 Mar 2016 09:54:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,356,1455004800"; d="asc'?scan'208";a="671978660" Received: from alimonb-mobl1.zpn.intel.com (HELO [10.219.5.48]) ([10.219.5.48]) by FMSMGA003.fm.intel.com with ESMTP; 18 Mar 2016 09:54:50 -0700 To: Brian Avery References: <1456248690-24299-1-git-send-email-anibal.limon@linux.intel.com> From: =?UTF-8?B?QW7DrWJhbCBMaW3Ds24=?= X-Enigmail-Draft-Status: N1110 Message-ID: <56EC32E4.9000301@linux.intel.com> Date: Fri, 18 Mar 2016 10:55:00 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Cc: william.c.randle@intel.com, benjamin.esquivel@linux.intel.com, toaster@yoctoproject.org Subject: Re: [PATCH 0/8] Toaster improve test suite X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2016 16:54:53 -0000 X-Groupsio-MsgNum: 4220 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C9j8AjkpBnm31KlALFmo9i985uWBLKAQC" --C9j8AjkpBnm31KlALFmo9i985uWBLKAQC Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Comments below, Kind regards, alimon On 03/18/2016 10:29 AM, Brian Avery wrote: > Hi, >=20 > I finally ran through the new version of the patch but I can't get it t= o run: > A couple of issues > 1) it needs rebasing on toaster-next, the rebase went cleanly though :)= I rebased it. > 2) it can't find toasterconf.json (this can be worked around by > setting TOASTER_CONF env variable for a quick test) How you are starting toaster?, I'm using the helper that i create, after source oe-env and create virtualenv. [1] > 3) relies on being in /home/user/pokydir - this means it's unlikely > anyone but AB would ever run it, I'd prefer that at least the top POKY > dir is not a hard path If you mean in the instructions [1] is only for example it works for any directory. > 4) migrations are failing: > django.db.utils.OperationalError: cannot rollback - no transaction is a= ctive > Failed migrations, aborting system start > Failed start. I'm not hitting this issue, may be is related to another thing. [1] http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/tree/bitbake/lib/t= oaster/tests/README?h=3Dalimon/toaster_tests_squash#n30 >=20 > -b > an intel employee >=20 > On Tue, Feb 23, 2016 at 9:31 AM, An=C3=ADbal Lim=C3=B3n > wrote: >> This set of changes refactor/improve the current test suite now it can= be >> parameterized from command line. >> >> The main goal for this set of patches are for integrate the toaster >> test suite into AB. The AB part is already on master. [1] If this patc= hset >> is merged the way for run Toaster test suite will change for use it re= ad >> README in this patchset. >> >> Futher work are related to improve/fix the current test suite also i a= dded >> a TODO list. >> >> Also the changes can be found at, >> >> http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=3Dalimon= /toaster_tests_squash >> >> [1] http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder/commit= /?id=3D4ad04739d7414046775be84eeb2553d12acf94ef >> >> An=C3=ADbal Lim=C3=B3n (8): >> toaster/tests: Reorder/move current test code. >> toaster/tests: Add __init__.py and base.py. >> toaster/tests: Improve ui.py module. >> toaster/tests: Adds setup test case. >> toaster/tests: Add helpers.py module. >> toaster-test: Refactor and imporvements. >> toaster/tests: Add README, TODO and requeriments. >> toaster/tests: Adds Copyright information. >> >> bin/toaster-test | 238 ++ >> .../contrib/tts/toasteruitest/run_toastertests.py | 155 -- >> .../tts/toasteruitest/toaster_automation_test.py | 2376 -----------= -------- >> .../contrib/tts/toasteruitest/toaster_test.cfg | 25 - >> lib/toaster/tests/README | 64 + >> lib/toaster/tests/TODO | 13 + >> lib/toaster/tests/__init__.py | 0 >> lib/toaster/tests/base.py | 28 + >> lib/toaster/tests/helpers.py | 192 ++ >> lib/toaster/tests/setup.py | 94 + >> lib/toaster/tests/toaster_test.cfg | 25 + >> lib/toaster/tests/ui.py | 2379 +++++++++++= +++++++++ >> toaster-tests-requirements.txt | 5 + >> 13 files changed, 3038 insertions(+), 2556 deletions(-) >> create mode 100755 bin/toaster-test >> delete mode 100755 lib/toaster/contrib/tts/toasteruitest/run_toastert= ests.py >> delete mode 100755 lib/toaster/contrib/tts/toasteruitest/toaster_auto= mation_test.py >> delete mode 100644 lib/toaster/contrib/tts/toasteruitest/toaster_test= =2Ecfg >> create mode 100644 lib/toaster/tests/README >> create mode 100644 lib/toaster/tests/TODO >> create mode 100644 lib/toaster/tests/__init__.py >> create mode 100644 lib/toaster/tests/base.py >> create mode 100755 lib/toaster/tests/helpers.py >> create mode 100644 lib/toaster/tests/setup.py >> create mode 100644 lib/toaster/tests/toaster_test.cfg >> create mode 100644 lib/toaster/tests/ui.py >> create mode 100644 toaster-tests-requirements.txt >> >> -- >> 2.1.4 >> --C9j8AjkpBnm31KlALFmo9i985uWBLKAQC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJW7DLuAAoJEGJqcE9h3glgXZMP/jfY6wkZjLeob8HVb+IAyQav truOZ0/Fc2MWUa0mnc18oxNFoWWcicKRB4Fsou94cTdv2Xyq8FbHwZPehNb0ELEm a+5RODKGYrxrTPO8U+64eWTr1TvqQxMfMMyctQ14BN/eTauNoQfHcF2MExc+Behn DP8jQ8z2TAadsOfimbX/H7eYqJPjWI4drzcLQQAQ4cZZZpJf2DnlN0nam3LV0K0h SJRbykxsb0B30Kus1wsdIsbEV7sMLDBD6Vra20LfWU1qFmmeM3d6ZhmCIueNQ1Ci FayNw0dE+yJeK+FFMLTmfF6CXsPo6feiMZcHIts5cPocPsPuR9vQBsE5LmZTe0ne ZNh1YKYzPM/xv4dg4OfhWDzts517NVX/HbAfY4tiPLZyiNTjYtbGSOYqLEEoqba2 ZyRe8+QiI8KyYRnezRgpG7Bp97WXyxo8p+y782DKWO8CEeqV+W6WZ2pTcOLkuCjz EdToUk0jIZTW3YN8iYTadD78IeRvLe6/kJ/vsAX/+JsdW2v2HVTlTaO9aC8hI71Z NBMeNIALY5OXL0xZOmMVVCF+18BYFajBV0iXQtwNa3BptzG6ptCUiuFOBHNEOK14 SYaAJaik688z6PnCDp85uY3AmPKDTiDrZ8pfMPMgUad+y23Bm/y6hBq9CapWN5NI CSGGJ6pWAKSqVeorFmue =qa+N -----END PGP SIGNATURE----- --C9j8AjkpBnm31KlALFmo9i985uWBLKAQC--