From de58bed36567015cab8c69aaa9bb4c755e8f733c Mon Sep 17 00:00:00 2001 From: zhiyuan_cai Date: Wed, 18 Oct 2017 09:56:37 +0800 Subject: [PATCH] Reenable trunk test 1. What is the problem Trunk test has been disabled because of a neutron bug. 2. What is the solution for the problem The neutron bug has been fixed, we need to reenable the test. 3. What features need to be implemented to the Tricircle to realize the solution N/A Change-Id: I8f4111a0cdf679da8ba79f4db7019d066a8545df --- tricircle/tempestplugin/smoke_test.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tricircle/tempestplugin/smoke_test.sh b/tricircle/tempestplugin/smoke_test.sh index 01205d8c..7a817fde 100644 --- a/tricircle/tempestplugin/smoke_test.sh +++ b/tricircle/tempestplugin/smoke_test.sh @@ -15,11 +15,11 @@ python run_yaml_test.py multi_gw_topology_test.yaml "$OS_AUTH_URL" "$OS_TENANT_N if [ $? != 0 ]; then die $LINENO "Smoke test fails, error in multi gateway topology test" fi -# echo "Start to run trunk test" -# python run_yaml_test.py trunk_test.yaml "$OS_AUTH_URL" "$OS_TENANT_NAME" "$OS_USERNAME" "$OS_PASSWORD" -# if [ $? != 0 ]; then -# die $LINENO "Smoke test fails, error in trunk test" -# fi +echo "Start to run trunk test" +python run_yaml_test.py trunk_test.yaml "$OS_AUTH_URL" "$OS_TENANT_NAME" "$OS_USERNAME" "$OS_PASSWORD" +if [ $? != 0 ]; then + die $LINENO "Smoke test fails, error in trunk test" +fi echo "Start to run service function chain test" python run_yaml_test.py sfc_test.yaml "$OS_AUTH_URL" "$OS_TENANT_NAME" "$OS_USERNAME" "$OS_PASSWORD" if [ $? != 0 ]; then