diff options
-rw-r--r-- | sdnvpn/test/functest/testcase_3.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnvpn/test/functest/testcase_3.py b/sdnvpn/test/functest/testcase_3.py index 1a13eb7..48024cb 100644 --- a/sdnvpn/test/functest/testcase_3.py +++ b/sdnvpn/test/functest/testcase_3.py @@ -113,7 +113,7 @@ def main(): if installer_type in ['apex']: odl_interface = 'br-ex' elif installer_type in ['fuel']: - odl_interface = 'ens6' + odl_interface = 'br-ext' else: logger.error("Incompatible installer type") odl_ip, odl_netmask = test_utils.get_node_ip_and_netmask( |