Fixed format in README file
Change-Id: I710d7a86f90007418bf7f9aae5fa40df3ce9be90
This commit is contained in:
13
README.md
13
README.md
@@ -16,7 +16,8 @@ How to install
|
|||||||
|
|
||||||
1. Clone the repository:
|
1. Clone the repository:
|
||||||
```bash
|
```bash
|
||||||
git clone git://git.openstack.org/stackforge/haos```
|
git clone git://git.openstack.org/stackforge/haos
|
||||||
|
```
|
||||||
|
|
||||||
2. Make sure that ``sshpass`` is installed - on Ubuntu do ``sudo apt-get install sshpass``
|
2. Make sure that ``sshpass`` is installed - on Ubuntu do ``sudo apt-get install sshpass``
|
||||||
|
|
||||||
@@ -24,16 +25,18 @@ git clone git://git.openstack.org/stackforge/haos```
|
|||||||
|
|
||||||
4. Import ``openrc`` into your environment by doing
|
4. Import ``openrc`` into your environment by doing
|
||||||
```bash
|
```bash
|
||||||
. etc/openrc.local```
|
source etc/openrc.local
|
||||||
|
```
|
||||||
|
|
||||||
5. Run tox:
|
5. Run tox:
|
||||||
```bash
|
```bash
|
||||||
tox -erun```
|
tox -erun
|
||||||
|
```
|
||||||
|
|
||||||
How to run tests
|
How to run tests
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
Run scenario with the command:
|
Run scenario with the command:
|
||||||
```bash
|
```bash
|
||||||
tox -erun <scenario>```
|
tox -erun <scenario>
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user