Skip to content

Commit

Permalink
Remove bmcreboot and chassisboot exclusion tags from tox.ini
Browse files Browse the repository at this point in the history
These tags are excluded till now and are valid set of tests
that needs to be executed as part of the standard test bucket.

Change-Id: I5f86f4d4aad23ff5d8605810537c2adc669f18ff
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
  • Loading branch information
gkeishin authored and geissonator committed Dec 12, 2016
1 parent 9b1c117 commit 2eef6de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test_lists/skip_test_witherspoon
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@
-e powercapping
-e io_board_Present
-e io_board_Fault
-e bmcreboot
-e chassisboot
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ setenv = {[testenv]setenv}
OPENBMC_MODEL=./data/Witherspoon.py
commands =
{[testenv]commands}
python -m robot.run -e bmcreboot -e chassisboot --argumentfile {env:ARG_FILE} {posargs}
python -m robot.run --argumentfile {env:ARG_FILE} {posargs}

0 comments on commit 2eef6de

Please sign in to comment.