tox: Split tests into separate tox environments 73/46873/6
authorEmma Foley <emma.l.foley@intel.com>
Tue, 7 Nov 2017 20:29:03 +0000 (20:29 +0000)
committerEmma Foley <emma.l.foley@intel.com>
Fri, 17 Nov 2017 17:19:12 +0000 (17:19 +0000)
commit29476ed0317dcc635dff67d2fc9fd68233aa6656
treecd389611cc1f2157b2d653dd834d39b1234a0586
parent44070670c798d2cde2824f3150b2b11bf35c6319
tox: Split tests into separate tox environments

* Add argument parsing to run_tests.sh so tests can be selected
* Define tox environments for:
  * Coverage
  * Unit tests
  * Functional tests
    * for py27 and py3
* Add environments to default env
  * Behaviour is the same when the tests are run
* Updates the py27 environment config, and adds a py3 config.
  * Commands from testenv are moved to py27
  * py3 env uses the same commands, but runs with python3

Change-Id: I22f17c0103101f01ec268b1de9d146780ae67a6d
JIRA: YARDSTICK-837
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
run_tests.sh
tox.ini