Updated VNF member identifier
This change updates all the references to VNF member identifiers
that were previously used in the packages. Instead of 1 and 2, they
have now a meaningful name, and the tests need to be updated because
of that.
Change-Id: I7cff4cc0f9b16c1c85aa91b49294c3977e2bebda
Signed-off-by: aguilard <e.dah.tid@telefonica.com>
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/robot-systest/testsuite/basic_06-vnf_with_charm.robot b/robot-systest/testsuite/basic_06-vnf_with_charm.robot
index 704f04f..2d9f1a6 100644
--- a/robot-systest/testsuite/basic_06-vnf_with_charm.robot
+++ b/robot-systest/testsuite/basic_06-vnf_with_charm.robot
@@ -44,8 +44,8 @@
${password} ${EMPTY}
${action_name} touch
-${vnf_member_index_1} 1
-${vnf_member_index_2} 2
+${vnf_member_index_1} vnf1
+${vnf_member_index_2} vnf2
${day_1_file_name} /home/ubuntu/first-touch
${day_2_file_name_1} /home/ubuntu/mytouch1
${day_2_file_name_2} /home/ubuntu/mytouch2