Also copy tempest.config for old with grenade

This commit adds support for copying the tempest config file for the
old devstack when running with grenade. Previously only the config
file from the new devstack was copied during a grenade run.

Change-Id: Ic919a80648877737b1cf89d95ec91be3a7022ab1
This commit is contained in:
Matthew Treinish
2014-02-11 18:43:25 +00:00
parent 0287208fbb
commit af317b9ebb

View File

@@ -360,6 +360,7 @@ function cleanup_host {
sudo cp $BASE/old/screen-logs/* $BASE/logs/old/
sudo cp $BASE/old/devstacklog.txt $BASE/logs/old/
sudo cp $BASE/old/devstack/localrc $BASE/logs/old/localrc.txt
sudo cp $BASE/old/tempest/etc/tempest.conf $BASE/logs/old/
sudo cp $BASE/new/grenade/localrc $BASE/logs/grenade/localrc.txt
NEWLOGTARGET=$BASE/logs/new
else