From af317b9ebb7c474d83443f146efe46e062aef045 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 11 Feb 2014 18:43:25 +0000 Subject: [PATCH] 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 --- functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.sh b/functions.sh index 724b45bf..3bbec951 100644 --- a/functions.sh +++ b/functions.sh @@ -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