diff options
author | Murali-P <murali.p@huawei.com> | 2017-04-24 15:45:59 +0530 |
---|---|---|
committer | Murali-P <murali.p@huawei.com> | 2017-04-24 15:45:59 +0530 |
commit | d5a6c93118c3cb62fd06da55fb8685f470cb411e (patch) | |
tree | 2bd692e4ef2c9e248d8d27574eec18214c306c41 /distribution | |
parent | 7f4f6052196f0017f14018d928a8db1147863498 (diff) |
Script Name is missingv2.0.0release/mercury
Resolved:VNFSDK-21
VNF SDK function test
Change-Id: Ib29ee136d350c2faba940dc2edace41e20ddfdc9
Signed-off-by: Murali-P <murali.p@huawei.com>
Diffstat (limited to 'distribution')
-rw-r--r-- | distribution/standalone/src/main/assembly/conf/robot/robotMetaData.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distribution/standalone/src/main/assembly/conf/robot/robotMetaData.json b/distribution/standalone/src/main/assembly/conf/robot/robotMetaData.json index cc088da..e22b17c 100644 --- a/distribution/standalone/src/main/assembly/conf/robot/robotMetaData.json +++ b/distribution/standalone/src/main/assembly/conf/robot/robotMetaData.json @@ -2,5 +2,6 @@ "FRAMEWORK_TYPE": "robot", "MAIN_SCRIPT": "main.robot", "DIR_RESULT": "/home/functest/result/", - "DIR_REMOTE": "/home/root1/test/" + "DIR_REMOTE": "/home/root1/test/", + "SCRIPT_NAME": "RobotScript" }
\ No newline at end of file |