summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2016-09-19 23:18:22 +0800
committershangxdy <shang.xiaodong@zte.com.cn>2016-09-19 23:18:22 +0800
commita04cdab7bd95502d9b537db790f4ecbbbf82b7d0 (patch)
treed8fc6973b257a25baca15eb2e05e730ff74738f2 /tests
parent571f6845a8ec391cb29baf97ba36c2256eaf3982 (diff)
Delete not used property from vRNC
Delete not used property from vRNC,such as activestatus and id. Change-Id: I14b4563663d220c241440dff0244ccbadff7912b Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/functest_run.sh2
1 files changed, 1 insertions, 1 deletions
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}
}