Change OS_DEPLOY to OPENSTACK_TOPO
[integration/test.git] / csit / suites / openstack / connectivity / live_migration.robot
index 3e4eb259cfd72a17d1d6de6395f0780d3745224f..93096e2a6e12253615cc9e2fb3f9301d2a6fabfc 100644 (file)
@@ -38,7 +38,7 @@ Migrate Instance And Verify Connectivity While Migration And After
     : FOR    ${vm}    IN    @{vm_list}
     \    BuiltIn.Wait Until Keyword Succeeds    6x    20s    OpenStackOperations.Check If Migration Is Complete    ${vm}
     ${vm_host_after_migration} =    OpenStackOperations.Get Hypervisor Host Of Vm    @{NET_1_VMS}[0]
-    BuiltIn.Run Keyword If    "${OS_DEPLOY}" == "1cmb-0ctl-0cmp"    BuiltIn.Should Match    ${vm_host_after_migration}    ${vm_host_before_migration}
+    BuiltIn.Run Keyword If    "${OPENSTACK_TOPO}" == "1cmb-0ctl-0cmp"    BuiltIn.Should Match    ${vm_host_after_migration}    ${vm_host_before_migration}
     ...    ELSE    BuiltIn.Should Not Match    ${vm_host_after_migration}    ${vm_host_before_migration}
     SSHLibrary.Switch Connection    ${devstack_conn_id}
     RemoteBash.Write_Bare_Ctrl_C