From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 63909E00BE1; Sat, 19 Sep 2015 18:22:36 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (avery.brian[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.53 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 0F431E0071C for ; Sat, 19 Sep 2015 18:22:35 -0700 (PDT) Received: by pacex6 with SMTP id ex6so83495343pac.0 for ; Sat, 19 Sep 2015 18:22:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=eV1cl7OivDYsCQSrE6WIWQ/2wMpeHeym6St4xcZDemg=; b=NX5yUfmyA/e/yJuRM9amiacrPxsxG2mE3YeiUNr+T94xh1koX9cmxcPfbzqJ+Zcq67 9LnEktUU41CkkYBckifTnFd5WAi2Pp5JujsLGD+4MXSoGkOtNhpos2jqNirVuSO9wMlF xf2IXHtYSJtPxEM6w2aY5fY5kM0XbWF6ZQdtEmOC8+NHzZR3as1Xq6dXhuDUJYnTZvu/ lWtORNlSeos8Iv12kxv9kKF/KqQO/ZWHn1GJ8jG1Z82DTT9RH/pMT5JuHKr1zPbJSkcN giyvzTVY7WHLTmX78O7alKFJKJW5KcGjuCeazLeRvGPpBQK0ID6wQrkd18Z8Klpb5hU2 KlJg== X-Received: by 10.68.242.130 with SMTP id wq2mr15491597pbc.117.1442712155140; Sat, 19 Sep 2015 18:22:35 -0700 (PDT) Received: from whisper.hsd1.or.comcast.net (c-98-232-142-195.hsd1.or.comcast.net. [98.232.142.195]) by smtp.gmail.com with ESMTPSA id cn4sm16524053pbc.94.2015.09.19.18.22.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 19 Sep 2015 18:22:34 -0700 (PDT) From: brian avery To: toaster@yoctoproject.org Date: Sat, 19 Sep 2015 18:23:54 -0700 Message-Id: X-Mailer: git-send-email 1.9.1 Subject: [PATCH 0/1] Add support for selenium testing from a mac 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: Sun, 20 Sep 2015 01:22:36 -0000 This adds a mac section to the cfg file and some mac screenshot code. Instructions for how to run the tests are on the wiki: https://wiki.yoctoproject.org/wiki/Testing_Toaster The following changes since commit 7b86c771c80d0759c2ca0e57c46c4c966f89c49e: bitbake: bitbake: bb.fetch2.git: Import errno module (2015-09-19 22:38:44 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib bavery/test/mac-selenium-toaster http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/test/mac-selenium-toaster brian avery (1): toaster: support selenium testing from mac OS X lib/toaster/contrib/tts/toasteruitest/toaster_automation_test.py | 5 ++++- lib/toaster/contrib/tts/toasteruitest/toaster_test.cfg | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) -- 1.9.1