X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=robot-systest%2Ftestsuite%2Fbasic_08-disable_port_security_network_level.robot;h=cc537b26286bcdc7ab69606d0f8c0d1f2667bcdd;hb=93e5cc28610691b07220a2abf4a7f88392b7effe;hp=371dddea6fb96530bdd2bfe90d8a6dda00c839bc;hpb=5e001f506b744021d5ef25999c9da28cf56d8fbc;p=osm%2Ftests.git diff --git a/robot-systest/testsuite/basic_08-disable_port_security_network_level.robot b/robot-systest/testsuite/basic_08-disable_port_security_network_level.robot index 371ddde..cc537b2 100644 --- a/robot-systest/testsuite/basic_08-disable_port_security_network_level.robot +++ b/robot-systest/testsuite/basic_08-disable_port_security_network_level.robot @@ -34,7 +34,20 @@ Suite Teardown Run Keyword And Ignore Error Suite Cleanup *** Variables *** +# NS and VNF descriptor package folder and ids +${VNFD_PKG} hackfest_multivdu_vnf +${VNFD_NAME} hackfest_multivdu-vnf +${NSD_PKG} hackfest_multivdu_ns +${NSD_NAME} hackfest_multivdu-ns + +# NS instance name and configuration +${NS_NAME} basic_08_disable_port_security_network_level_test ${NS_CONFIG} {vld: [ {name: mgmtnet, vim-network-name: %{VIM_MGMT_NET}} ] } + +# SSH keys and username to be used +${PUBLICKEY} %{HOME}/.ssh/id_rsa.pub + +# Other variables ${PORT_DISABLED_MSG} port_security_enabled: false @@ -42,7 +55,7 @@ ${PORT_DISABLED_MSG} port_security_enabled: false Create VIM With Port Security Disabled [Documentation] Register an Opentack VIM with port security disabled, so that all ports created from OSM have port security disabled ... (no firewall). - ${created_vim_account_id}= Create VIM Target ${vim_name} ${vim_user} ${vim_password} ${vim_auth_url} ${vim_tenant} ${vim_account_type} config=${vim_config} + ${created_vim_account_id}= Create VIM Target ${VIM_NAME} ${VIM_USER} ${VIM_PASSWORD} ${VIM_AUTH_URL} ${VIM_TENANT} ${VIM_ACCOUNT_TYPE} config=${VIM_CONFIG} Log ${created_vim_account_id} Check For VIM Target Status ${VIM_NAME} ${PROMETHEUS_HOST} ${PROMETHEUS_PORT} ${PROMETHEUS_USER} ${PROMETHEUS_PASSWORD}