diff options
author | boucherv <valentin.boucher@orange.com> | 2015-11-02 07:40:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-11-02 07:40:55 +0000 |
commit | 3c128d2156ed4214f63be7d1b6fe974506f899bf (patch) | |
tree | 0f2fa2afdcf9242f61e465d897b392d7d91131ba | |
parent | 0238177bdfdfd30e4ff84de8f1cbf1375dab49a6 (diff) | |
parent | 78752f584d0cc339967750198d478f3f26449d96 (diff) |
Merge "Bugfix: test payload value"
-rw-r--r-- | testcases/vIMS/CI/vIMS.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/vIMS/CI/vIMS.py b/testcases/vIMS/CI/vIMS.py index 124265c21..05afa898b 100644 --- a/testcases/vIMS/CI/vIMS.py +++ b/testcases/vIMS/CI/vIMS.py @@ -393,7 +393,7 @@ def test_clearwater(): payload={'orchestrator':{'duration': CFY_DEPLOYMENT_DURATION, 'result': ""}, 'vIMS': {'duration': CW_DEPLOYMENT_DURATION, - 'result': ""} + 'result': ""}, 'sig_test': {'duration': duration, 'result': vims_test_result}}) try: |