From 88acd8dac9156f13fcfe7d55cd431f6a36a023c6 Mon Sep 17 00:00:00 2001 From: George Keishing Date: Mon, 22 May 2017 12:56:16 -0500 Subject: [PATCH] Default configuration tox env name change Currently tox configuration has env by name "custom", renaming it to "default" to generalize for all supported system. Going forward there will be no system model concept supported from the test env or from developement skeleton model. Resolves openbmc/openbmc-test-automation#645 Change-Id: I0b678ffc10e373214bd1dec425182462955acb2c Signed-off-by: George Keishing --- README.md | 5 ++++- tox.ini | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ec7c89b9d..4c0f5a5df2 100755 --- a/README.md +++ b/README.md @@ -74,7 +74,10 @@ Run tests How to test individual test ```shell One specific test - $ tox -e custom -- -t '"DIMM0 no fault"' tests/test_sensors.robot + $ tox -e default -- -t '"DIMM0 no fault"' tests/test_sensors.robot + + No preset environment variables, default configuration for all supported systems. + $ OPENBMC_HOST=x.x.x.x tox -e default -- tests No preset environment variables, one test case from one test suite $ OPENBMC_HOST=x.x.x.x tox -e barreleye -- -t '"DIMM0 no fault"' tests/test_sensors.robot diff --git a/tox.ini b/tox.ini index 8b6aba817f..94fedd5c16 100755 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ commands = cp bin/ssh_pw {envdir}/bin/ssh_pw -[testenv:custom] +[testenv:default] deps = {[testenv]deps} setenv = {[testenv]setenv} commands =