Add system test for the northbound API in NEMO project. 57/32557/27
authorZhang Yali <zhangyali369@huawei.com>
Thu, 14 Jan 2016 10:51:18 +0000 (18:51 +0800)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 28 Jan 2016 00:59:04 +0000 (00:59 +0000)
commit6acfed01ccc4bf0ce66688bb9d0b51beda5a2265
tree8de2b8ec870fe2d957e7a3bda1f03d88c9e6eadc
parentc6ddae2d3930d8d616c04ce34809a2cd95be006e
Add system test for the northbound API in NEMO project.

The main test includes:
- Add predefined role of users, which inludes tenant and admin
- Add predefined node type and connection type
- register a user whose role is tenant (create a vn space)
- In this vn space, issue an intent, that is, create two nodes and one connection
between them.

TODO list:
- Use customized switch to consruct a physical topology
- Test the intent result on the physical network, such as, ping

Change-Id: I185447428fe6c5e78176a210687e6f1f48008cb3
Signed-off-by: Zhang Yali <zhangyali369@huawei.com>
csit/suites/nemo/engine/NEMO_ENGINE.robot
csit/variables/Variables.py
csit/variables/nemo/intent-node-host.json [new file with mode: 0644]
csit/variables/nemo/predefine/connection.json [new file with mode: 0644]
csit/variables/nemo/predefine/node.json [new file with mode: 0644]
csit/variables/nemo/predefine/role.json [new file with mode: 0644]
csit/variables/nemo/register-user.json [new file with mode: 0644]
csit/variables/nemo/structure-intent.json [new file with mode: 0644]