Fix config-generator.tempest.conf path

Change-Id: I725c65c324097cacbc1bc25a7611c5028a3d8c58
This commit is contained in:
Dobroslaw Zybort 2016-08-26 09:24:14 +02:00
parent e98d29bd0e
commit a97a0345ca
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ source $BASE/new/tempest/.venv/bin/activate
sudo pip install nose
sudo pip install numpy
(cd $BASE/new/tempest/; sudo oslo-config-generator --config-file etc/config-generator.tempest.conf --output-file etc/tempest.conf)
(cd $BASE/new/tempest/; sudo oslo-config-generator --config-file tempest/cmd/config-generator.tempest.conf --output-file etc/tempest.conf)
(cd $BASE/new/; sudo sh -c 'cat monasca-api/devstack/files/tempest/tempest.conf >> tempest/etc/tempest.conf')
sudo cp $BASE/new/tempest/etc/logging.conf.sample $BASE/new/tempest/etc/logging.conf

View File

@ -24,7 +24,7 @@ Currently the devstack environment is needed to run the tests. Instructions on s
4. Create ```etc/tempest.conf``` in the Tempest root dir by running the following command:
```
oslo-config-generator --config-file etc/config-generator.tempest.conf --output-file etc/tempest.conf
oslo-config-generator --config-file tempest/cmd/config-generator.tempest.conf --output-file etc/tempest.conf
```
Add the following sections to ```tempest.conf``` for testing using the devstack environment.