[PATCH openbmc-test-automation 38/60] Update README for better html display
OpenBMC Patches
openbmc-patches at stwcx.xyz
Tue Jan 12 03:50:04 AEDT 2016
From: Manjunath A Kumatagi <mkumatag at in.ibm.com>
---
README.md | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 589d693..5d869a0 100644
--- a/README.md
+++ b/README.md
@@ -6,13 +6,19 @@ Quickstart
To run openbmc-automation first you need to install the prerequisite python
packages which will help to invoke tests through tox.
-1. Install the python dependencies for tox
- $ easy_install tox pip
+Install the python dependencies for tox
+```shell
+ $easy_install tox pip
+```
-2. Initilize the following environment variable which will used while testing
+Initilize the following environment variable which will used while testing
+```shell
$ export OPENBMC_HOST=<openbmc machine ip address>
$ export OPENBMC_PASSWORD=<openbmc username>
$ export OPENBMC_USERNAME=<openbmc password>
+```
-3. Run tests
+Run tests
+```shell
$ tox -e tests
+```
--
2.6.4
More information about the openbmc
mailing list