Merge remote-tracking branch 'origin/master' into paas
[osm/tests.git] / robot-systest / testsuite / basic_01-crud_operations_on_vim_targets.robot
index 9445a97..eb35010 100644 (file)
@@ -33,7 +33,7 @@ Create VIM Target Basic
     ${created_vim_account_id}=   Create VIM Target   ${vim_name}   ${vim_user}   ${vim_password}   ${vim_auth_url}   ${vim_tenant}   ${vim_account_type}
     Set Suite Variable   ${created_vim_account_id}
     Check VIM Target Operational State   ${vim_name}
-    Check for VIM Target Metric   ${vim_name}   ${prometheus_host}   ${prometheus_port}
+    ${stdout}=   Check for VIM Target Metric   ${vim_name}   ${prometheus_host}   ${prometheus_port}   ${prometheus_user}   ${prometheus_password}
 
 
 Delete VIM Target By Name
@@ -57,7 +57,7 @@ Create VIM Target With Extra 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}
     Set Suite Variable   ${created_vim_account_id}
     Check VIM Target Operational State   ${vim_name}
-    Check for VIM Target Status   ${vim_name}   ${prometheus_host}   ${prometheus_port}
+    Check for VIM Target Status   ${vim_name}   ${prometheus_host}   ${prometheus_port}   ${prometheus_user}   ${prometheus_password}
 
 
 Delete VIM Target By ID