Bug 1466211 - Run marionette harness tests using pipenv; r?ahal draft
authorDave Hunt <dhunt@mozilla.com>
Fri, 01 Jun 2018 16:24:42 +0100
changeset 804939 03ca14aece0d4bc12ca0a00635f438203f59cb75
parent 804938 d2d00c536d516b439fdb76b306359721e7e942b2
child 804940 2f92e642231b80161603638c83a7534cd0a7a86e
push id112505
push userbmo:dave.hunt@gmail.com
push dateWed, 06 Jun 2018 20:48:11 +0000
reviewersahal
bugs1466211
milestone62.0a1
Bug 1466211 - Run marionette harness tests using pipenv; r?ahal MozReview-Commit-ID: 9kyQofZ19bH
python/Pipfile
python/Pipfile.lock
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -5,32 +5,36 @@ name = "pypi"
 
 [packages]
 "d5b4a14" = {path = "./mach"}
 "8ddb376" = {path = "./mozbuild"}
 "8b3b8fb" = {path = "./mozlint"}
 "b3ddbcf" = {path = "./mozterm"}
 "38a4a9a" = {path = "./mozversioncontrol"}
 "26d92fb" = {path = "./../config/mozunit"}
+"99247d1" = {path = "./../testing/marionette/client"}
+"c6b7cc8" = {path = "./../testing/marionette/harness"}
 "cea2946" = {path = "./../testing/mozbase/manifestparser"}
 "ffcf6e6" = {path = "./../testing/mozbase/mozcrash"}
 "195ae2e" = {path = "./../testing/mozbase/mozdebug"}
 "8dab59a" = {path = "./../testing/mozbase/mozdevice"}
 "58d0848" = {path = "./../testing/mozbase/mozfile"}
 "fd0b608" = {path = "./../testing/mozbase/mozhttpd"}
 "7329809" = {path = "./../testing/mozbase/mozinfo"}
 "501835d" = {path = "./../testing/mozbase/mozinstall"}
 "807c1c5" = {path = "./../testing/mozbase/mozlog"}
 "e09e103" = {path = "./../testing/mozbase/moznetwork"}
 "132adec" = {path = "./../testing/mozbase/mozprocess"}
 "d88f467" = {path = "./../testing/mozbase/mozprofile"}
 "1de94f2" = {path = "./../testing/mozbase/mozrunner"}
 "6477f20" = {path = "./../testing/mozbase/moztest"}
 "f1d74ca" = {path = "./../testing/mozbase/mozversion"}
+"0bc49c9" = {path = "./../testing/web-platform/tests/tools/wptserve"}
 "b017005" = {path = "./../third_party/python/blessings"}
+"605c6a6" = {path = "./../third_party/python/browsermob-proxy"}
 "47200d8" = {path = "./../third_party/python/futures", markers="python_version < '3'"}
 "110bcc4" = {path = "./../third_party/python/jsmin"}
 "c49d32a" = {path = "./../third_party/python/mock-1.0.0", markers="python_version < '3.3'"}
 "c2c21d9" = {path = "./../third_party/python/py"}
 "f4b00e9" = {path = "./../third_party/python/pytest"}
 "b1adf4f" = {path = "./../third_party/python/pyyaml"}
 "053111f" = {path = "./../third_party/python/requests"}
 "d250320" = {path = "./../third_party/python/six"}
--- a/python/Pipfile.lock
+++ b/python/Pipfile.lock
@@ -1,27 +1,30 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "5bf436197c6da48d677b2d02f99f54bebadd7bd8341ec298a6d407f06a3acce4"
+            "sha256": "3dea4307902348fb3f47ab80c5841a0849d011a9176c70f6d48c6b82cfd973df"
         },
         "pipfile-spec": 6,
         "requires": {},
         "sources": [
             {
                 "name": "pypi",
                 "url": "https://pypi.org/simple",
                 "verify_ssl": true
             }
         ]
     },
     "default": {
         "053111f": {
             "path": "./../third_party/python/requests"
         },
+        "0bc49c9": {
+            "path": "./../testing/web-platform/tests/tools/wptserve"
+        },
         "110bcc4": {
             "path": "./../third_party/python/jsmin"
         },
         "132adec": {
             "path": "./../testing/mozbase/mozprocess"
         },
         "195ae2e": {
             "path": "./../testing/mozbase/mozdebug"
@@ -40,16 +43,19 @@
             "path": "./../third_party/python/futures"
         },
         "501835d": {
             "path": "./../testing/mozbase/mozinstall"
         },
         "58d0848": {
             "path": "./../testing/mozbase/mozfile"
         },
+        "605c6a6": {
+            "path": "./../third_party/python/browsermob-proxy"
+        },
         "6477f20": {
             "path": "./../testing/mozbase/moztest"
         },
         "7329809": {
             "path": "./../testing/mozbase/mozinfo"
         },
         "807c1c5": {
             "path": "./../testing/mozbase/mozlog"
@@ -58,32 +64,38 @@
             "path": "./mozlint"
         },
         "8dab59a": {
             "path": "./../testing/mozbase/mozdevice"
         },
         "8ddb376": {
             "path": "./mozbuild"
         },
+        "99247d1": {
+            "path": "./../testing/marionette/client"
+        },
         "b017005": {
             "path": "./../third_party/python/blessings"
         },
         "b1adf4f": {
             "path": "./../third_party/python/pyyaml"
         },
         "b3ddbcf": {
             "path": "./mozterm"
         },
         "c2c21d9": {
             "path": "./../third_party/python/py"
         },
         "c49d32a": {
             "markers": "python_version < '3.3'",
             "path": "./../third_party/python/mock-1.0.0"
         },
+        "c6b7cc8": {
+            "path": "./../testing/marionette/harness"
+        },
         "cea2946": {
             "path": "./../testing/mozbase/manifestparser"
         },
         "d250320": {
             "path": "./../third_party/python/six"
         },
         "d5b4a14": {
             "path": "./mach"