diff options
author | Brian Freeman <bf1936@att.com> | 2018-07-16 16:23:54 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-07-16 16:27:50 -0500 |
commit | bd9b04f1323e5c200441c4581c71164193937551 (patch) | |
tree | 9f2af35098676b8dccbdda7e8720450a5fd4f8de /robot/resources | |
parent | 189b0474d2a8d127c4518d480f0eaad9fecb4103 (diff) |
Fix return for Model Distribution
Issue-ID: TEST-107
Change-Id: I3b6bcbda7bd00f1b5ce0e7cfa051880994167dbb
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources')
-rw-r--r-- | robot/resources/demo_preload.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/demo_preload.robot b/robot/resources/demo_preload.robot index db346be5..664525b3 100644 --- a/robot/resources/demo_preload.robot +++ b/robot/resources/demo_preload.robot @@ -64,7 +64,7 @@ Load Models Distribute Model [Arguments] ${service} ${modelName} - ${service_model_type} ${vnf_type} ${vf_modules}= Model Distribution For Directory ${service} ${modelName} + ${service_model_type} ${vnf_type} ${vf_modules} ${catalog_resources}= Model Distribution For Directory ${service} ${modelName} Create Customer For VNF Demo [Documentation] Create demo customer for the demo |