fixing syntax for chaning odl_version in devstack setup 74/35374/2
authorJamo Luhrsen <jluhrsen@redhat.com>
Thu, 25 Feb 2016 05:43:48 +0000 (21:43 -0800)
committerGerrit Code Review <gerrit@opendaylight.org>
Sun, 28 Feb 2016 18:59:35 +0000 (18:59 +0000)
Change-Id: I46db6702957d4b3404cee556255909a2c88a7ff6
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
csit/suites/ovsdb/Devstack_Tempest_Tests/01__single_node_devstack_tempest_tests.robot

index ff838a34207defcd8736fd6dc15c089b69504a17..3ef03849e4c1a308f33339e99f4d0a05279426f4 100644 (file)
@@ -64,7 +64,7 @@ Devstack Suite Setup
     Write Commands Until Prompt    export ODL_BOOT_WAIT_URL=${ODL_BOOT_WAIT_URL}
     ${odl_version_to_install}=    Get Networking ODL Version Of Release    ${ODL_VERSION}
     Write Commands Until Prompt    export DEVSTACK_LOCAL_CONFIG="enable_plugin networking-odl https://git.openstack.org/openstack/networking-odl ${NETWORKING-ODL_BRANCH};"
-    Write Commands Until Prompt    export DEVSTACK_LOCAL_CONFIG+=ODL_NETVIRT_DEBUG_LOGS=True;ODL_RELEASE="${odl_version_to_install};"
+    Write Commands Until Prompt    export DEVSTACK_LOCAL_CONFIG+="ODL_NETVIRT_DEBUG_LOGS=True;ODL_RELEASE=${odl_version_to_install};"
     Write Commands Until Prompt    echo $DEVSTACK_LOCAL_CONFIG
     Write Commands Until Prompt    export OVERRIDE_ZUUL_BRANCH=${OPENSTACK_BRANCH}
     Write Commands Until Prompt    export PYTHONUNBUFFERED=true