Skip to content

Commit

Permalink
Updated tox file to take Dbus as default type for IPMI Command
Browse files Browse the repository at this point in the history
Also corrected command in Readme to exclude test case

Change-Id: I3acea6002894ec2c4e6bf4a036a1037d60195cd6
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
  • Loading branch information
rahulmah committed Sep 22, 2016
1 parent 08fd617 commit ed82232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ How to test individual test

No preset environment variables, the entire test suite excluding test
cases failing due to known issues
$ OPENBMC_HOST=x.x.x.x tox -e barreleye -- tests --exclude known_issue
$ OPENBMC_HOST=x.x.x.x tox -e barreleye -- -e known_issue tests
```
It can also be run by pasing variables from the cli...
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ setenv =
OPENBMC_USERNAME=root
SYSLOG_IP_ADDRESS=127.0.0.1
SYSLOG_PORT=514
IPMI_COMMAND=Dbus
whitelist_externals = *
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
Expand Down

0 comments on commit ed82232

Please sign in to comment.