From a04cdab7bd95502d9b537db790f4ecbbbf82b7d0 Mon Sep 17 00:00:00 2001 From: shangxdy Date: Mon, 19 Sep 2016 23:18:22 +0800 Subject: Delete not used property from vRNC Delete not used property from vRNC,such as activestatus and id. Change-Id: I14b4563663d220c241440dff0244ccbadff7912b Signed-off-by: shangxdy --- tests/functest_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/functest_run.sh b/tests/functest_run.sh index c3ce601..7b65da0 100755 --- a/tests/functest_run.sh +++ b/tests/functest_run.sh @@ -142,7 +142,7 @@ make_patch_for_translated_file() { # Replace the signal_transport echo " Patch yaml file: ${VRNC_OUTPUT_TEMPLATE_FILE}" echo "" - echo " Patching compute:signal_transport:" + echo " Patching compute:signal_transport" sed -i '1,$s/HEAT_SIGNAL/NO_SIGNAL/g' ${VRNC_OUTPUT_TEMPLATE_FILE} } -- cgit 1.2.3-korg