diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-14 11:17:30 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-14 11:17:30 +0800 |
commit | 57c239871f7ec7e6dfeb741ed6e54ddbec2481eb (patch) | |
tree | 22d2e37a84f6b45b07b99bc7ec43995f2cea9a64 /test/csit/tests/vfc/nfvo-lcm/jsoninput | |
parent | 6b2b0586de1e7aead9ca7e2f7591acc5d7d43c29 (diff) |
Add csit cases of vfc-nfvo-lcm
Add NS create/delete cases
Change-Id: I6452ea9231b238927ab910ef9dda7524227ef016
Issue-Id: INT-201
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'test/csit/tests/vfc/nfvo-lcm/jsoninput')
-rw-r--r-- | test/csit/tests/vfc/nfvo-lcm/jsoninput/create_ns.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/csit/tests/vfc/nfvo-lcm/jsoninput/create_ns.json b/test/csit/tests/vfc/nfvo-lcm/jsoninput/create_ns.json new file mode 100644 index 000000000..0d2027f21 --- /dev/null +++ b/test/csit/tests/vfc/nfvo-lcm/jsoninput/create_ns.json @@ -0,0 +1,5 @@ +{ + "nsName": "ns1", + "csarId": "123", + "description": "ns1 desc" +}
\ No newline at end of file |