diff options
Diffstat (limited to 'vnf-sdk-function-test/conf/robot/config.args')
-rw-r--r-- | vnf-sdk-function-test/conf/robot/config.args | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vnf-sdk-function-test/conf/robot/config.args b/vnf-sdk-function-test/conf/robot/config.args new file mode 100644 index 0000000..ba9fe8b --- /dev/null +++ b/vnf-sdk-function-test/conf/robot/config.args @@ -0,0 +1,8 @@ +######### System Under Test #################### + +--variable NODE_IP:192.168.4.47 +--variable NODE_NAME:TestSystem +--variable NODE_USERNAME:root +--variable NODE_PASSWORD:root123 + + |