diff options
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 |