diff options
author | morganrOL <morgan.richomme@orange.com> | 2015-05-18 13:54:55 +0200 |
---|---|---|
committer | morganrOL <morgan.richomme@orange.com> | 2015-05-18 13:54:55 +0200 |
commit | 3982be1673248b642f0b48445e5bbf311a436911 (patch) | |
tree | 78f4f222cf73a34509be76a36fe2d906b0c6b6d7 | |
parent | 0bb0aa00c194892f1acc1bfb289dc953ddf0cc3d (diff) |
fix cinder scenario bug (bad scenario format)
JIRA:FUNCTEST-1
Change-Id: I1515517bfb8f31dcba8a129864852882c7ff569a
Signed-off-by: morganrOL <morgan.richomme@orange.com>
-rw-r--r-- | testcases/VIM/OpenStack/CI/suites/opnfv-cinder.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testcases/VIM/OpenStack/CI/suites/opnfv-cinder.json b/testcases/VIM/OpenStack/CI/suites/opnfv-cinder.json index 1f54f0a0e..4fc3f769b 100644 --- a/testcases/VIM/OpenStack/CI/suites/opnfv-cinder.json +++ b/testcases/VIM/OpenStack/CI/suites/opnfv-cinder.json @@ -1,4 +1,4 @@ - +{ "CinderVolumes.create_and_attach_volume": [ { "args": { @@ -291,5 +291,4 @@ } } ] -/ - +} |