Fixed format in README file

Change-Id: I710d7a86f90007418bf7f9aae5fa40df3ce9be90
This commit is contained in:
Timur Nurlygayanov
2015-05-14 15:02:57 +03:00
parent fc214ef46e
commit 1362929e9d

View File

@@ -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>
```