From 5fc28f9f0a6638ebc2073581ed348455b7bf84cb Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 7 Jun 2022 17:08:59 +0200 Subject: [PATCH] Update basic_18 to test re-ordering of the interfaces based on the VNF descriptor Change-Id: I226dbe41e59d7855d4e2027abb6cf73bde287fef 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 49e4961..87f3d5f 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} eth1 +${iface1_name} eth3 ${iface2_name} eth2 -${iface3_name} eth3 +${iface3_name} eth1 ${datanet1_prefix} ^192.168.10.* ${datanet2_prefix} ^192.168.20.* ${datanet3_prefix} ^192.168.30.* -- 2.17.1