diff options
author | boucherv <valentin.boucher@orange.com> | 2015-10-30 16:08:19 +0100 |
---|---|---|
committer | boucherv <valentin.boucher@orange.com> | 2015-10-30 16:08:19 +0100 |
commit | 78752f584d0cc339967750198d478f3f26449d96 (patch) | |
tree | 19d45df9c04adc1dcbb867d82c03b5239088470d /testcases/vIMS/CI | |
parent | cfd3b1c6460cfc2ac02fbe9625162b428cc50b21 (diff) |
Bugfix: test payload value
JIRA: FUNCTEST-38
Change-Id: I4ca4b6b1075c96b0450eed79f44404dc70f35ad1
Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'testcases/vIMS/CI')
-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: |