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
This commit is contained in:
zhiyuan_cai 2017-10-18 09:56:37 +08:00
parent 4a62daf90b
commit de58bed365
1 changed files with 5 additions and 5 deletions

View File

@ -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