From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id CC917E00A71; Wed, 5 Apr 2017 10:25:26 -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=-4.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [134.134.136.20 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id BB82FE00970 for ; Wed, 5 Apr 2017 10:25:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491413125; x=1522949125; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=tmpb2QqSRCJ7NtSacb2dZWLA/xPlqDkZrxIzGoqZyJg=; b=uSfkUv+SSaDAKeLTv5DcgHP2VjDiTKQH+a/lxj4CSBd+tq6/GCp0VdNv sfadk8QYq9wXVOGTBqk8wMTvND+wTw==; Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Apr 2017 10:25:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,279,1488873600"; d="scan'208";a="244669007" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 05 Apr 2017 10:25:22 -0700 Received: from fmsmsx107.amr.corp.intel.com ([169.254.6.232]) by FMSMSX108.amr.corp.intel.com ([169.254.9.101]) with mapi id 14.03.0319.002; Wed, 5 Apr 2017 10:25:22 -0700 From: "Cruz, Libertad" To: "Reyna, David L (Wind River)" Thread-Topic: Patches for 9808 Thread-Index: AdKuIGyJzJBvet1QRFKQVrtRb8HITwAD6lTR Date: Wed, 5 Apr 2017 17:25:21 +0000 Message-ID: <58D9E2E50A021A45AD740492365FCDC5E9F172@fmsmsx107.amr.corp.intel.com> References: <5E53D14CE4667A45B9A06760DE5D13D0CF5FFCB3@ALA-MBC.corp.ad.wrs.com> In-Reply-To: <5E53D14CE4667A45B9A06760DE5D13D0CF5FFCB3@ALA-MBC.corp.ad.wrs.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.19.9.42] MIME-Version: 1.0 Cc: "toaster@yoctoproject.org" Subject: Re: Patches for 9808 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: Wed, 05 Apr 2017 17:25:26 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello David, Sorry for the delay. I hate to say and I am embarrassed to say that I total= ly forgot the whole instructions on how to run the test cases. So, spend so= me time fixing the errors shown because of missing steps in the instruction= s. But here they are... First I did have a version of them under poky_contrib/libby. But then went = out for maternity leave and Alimon started to work on them under his branch= poky_contrib/alimon/toaster_tests. When I got back he had the helpers clas= s and the initial setup with the DJANGO framework on his branch. So, I deci= ded to import the test cases to this branch and changed them based on the c= omments received by Michael. So, I continued to work on Alimon's branch. 1. git clone http://git.yoctoproject.org/git/poky-contrib 2. cd poky-contrib/ 3. git checkout alimon/toaster_tests 4. cd bitbake/lib/toaster/ 5. export TOASTER_TESTS_BROWSER=3D'firefox' 6. export DJANGO_SETTINGS_MODULE=3D'toastermain.settings_test' 7. /manage.py test tests.functional Again sorry for the delay.=20 Best Regards Libby G. ________________________________________ From: Reyna, David [david.reyna@windriver.com] Sent: Wednesday, April 05, 2017 10:27 AM To: Cruz, Libertad Cc: toaster@yoctoproject.org Subject: Patches for 9808 Hi Libby, I found what I think are the two patches for 9808: 1) The original patch, at poky-contrib: http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=3Dlibby/to= aster_tests&id=3Dff71f577d0d8f67591dea017410f5c39ecd6ac85 2) A second patch that cleans up formatting in the test ID names, at Patchw= orks: https://patchwork.openembedded.org/patch/137605/ Is this the full set? I just want to confirm I have all the content, becaus= e I could not find the original patch in my Toaster mail box. I look forward to the test instructions for using 9808, that will be a help= to confirm I have it correctly. Thanks! David