From 6b32682b07a924c323db1f2b808749d7349fda64 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 8 Jun 2022 13:15:19 +0200 Subject: [PATCH] Revert "Update basic_18 to test re-ordering of the interfaces based on the VNF descriptor" This reverts commit 5fc28f9f0a6638ebc2073581ed348455b7bf84cb. Change-Id: I8d230aea35a064607680e5fbc021df6b727f0584 Signed-off-by: garciadeblas --- robot-systest/testsuite/basic_18-ns_ip_profile.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/robot-systest/testsuite/basic_18-ns_ip_profile.robot b/robot-systest/testsuite/basic_18-ns_ip_profile.robot index 87f3d5f..49e4961 100644 --- a/robot-systest/testsuite/basic_18-ns_ip_profile.robot +++ b/robot-systest/testsuite/basic_18-ns_ip_profile.robot @@ -47,9 +47,9 @@ ${username} ubuntu # VNFs data ${vnf_member_index_1} vnf1 ${vnf_member_index_2} vnf2 -${iface1_name} eth3 +${iface1_name} eth1 ${iface2_name} eth2 -${iface3_name} eth1 +${iface3_name} eth3 ${datanet1_prefix} ^192.168.10.* ${datanet2_prefix} ^192.168.20.* ${datanet3_prefix} ^192.168.30.* -- 2.17.1