X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fopenstack%2Ftempest%2Ftempest.robot;h=99847439b72d8f7a9114a6fd0fced667aa11c1ca;hb=02eb3418af8de2831ad8a5aa1d119746fffd1bac;hp=6e9f967697319989e21cce82ef4649ed7056db57;hpb=53529a3b27333cdcbce597983f74c07510f4ada5;p=integration%2Ftest.git diff --git a/csit/suites/openstack/tempest/tempest.robot b/csit/suites/openstack/tempest/tempest.robot index 6e9f967697..99847439b7 100644 --- a/csit/suites/openstack/tempest/tempest.robot +++ b/csit/suites/openstack/tempest/tempest.robot @@ -93,7 +93,7 @@ Log In To Tempest Executor And Setup Test Environment ${source_pwd} Set Variable yes Set Suite Variable ${source_pwd} # Tempest tests need an existing external network in order to create routers. - Create Network ${external_net_name} --router:external --provider:network_type=flat --provider:physical_network=${PUBLIC_PHYSICAL_NETWORK} + Create Network ${external_net_name} --external --default --provider-network-type flat --provider-physical-network ${PUBLIC_PHYSICAL_NETWORK} Create Subnet ${external_net_name} ${external_subnet_name} ${external_subnet} --gateway ${external_gateway} --allocation-pool ${external_subnet_allocation_pool} List Networks ${control_node_conn_id}= SSHLibrary.Open Connection ${OS_CONTROL_NODE_IP} prompt=${DEFAULT_LINUX_PROMPT_STRICT}