FUNCvirNetNB at 29 Mar 2016 09:38:52
commit 57a30999a9aeb60574b1ad4fe036c6b4b0002c34 (HEAD, origin/onos-1.5, onos-1.5)
Author: Thomas Vachuska [tom@onlab.us]
AuthorDate: Mon Mar 28 10:36:30 2016 -0700
Commit: Thomas Vachuska [tom@onlab.us]
CommitDate: Mon Mar 28 10:36:30 2016 -0700
Adding ability to push flow rule batches via REST API.
Case 1: Setting up test environment - PASS
Setup the test environment including installing ONOS,start ONOS.
- 1.1 Create cell file and apply to environment - PASS

- 1.2 Using mvn clean install - PASS

- 1.3 Creating ONOS package - PASS

- 1.4 Installing ONOS package - PASS

- 1.5 Checking if ONOS is up yet - PASS

- 1.6 App Ids check - PASS

- 1.7 Install org.onosproject.vtn app - PASS

Case 2: Virtual Network NBI Test - Network - PASS
Test Network Post NBI Verify Post Data same with Stored Data
- 2.1 Post Data via HTTP - PASS

- 2.2 Get Data via HTTP - PASS

- 2.3 Compare Send Id and Get Id - PASS

Case 3: Virtual Network NBI Test - Network - PASS
Test Network Update NBI Verify Update Data same with Stored Data
- 3.1 Post Data via HTTP - PASS

- 3.2 Update Data via HTTP - PASS

- 3.3 Get Data via HTTP - PASS

- 3.4 Compare Update data. - PASS

Case 4: Virtual Network NBI Test - Network - PASS
Test Network Delete NBI Verify Stored Data is NULL after Delete
- 4.1 Post Data via HTTP - PASS

- 4.2 Delete Data via HTTP - PASS

- 4.3 Get Data is NULL - PASS

Case 5: Virtual Network NBI Test - Subnet - PASS
Test Subnet Post NBI Verify Stored Data is same with Post Data
- 5.1 Post Network Data via HTTP(Post Subnet need post network) - PASS

- 5.2 Post Subnet Data via HTTP - PASS

- 5.3 Get Subnet Data via HTTP - PASS

- 5.4 Compare Post Subnet Data via HTTP - PASS

Case 6: Virtual Network NBI Test - Subnet - PASS
Test Subnet Update NBI Verify Stored Data is same with Update Data
- 6.1 Post Network Data via HTTP(Post Subnet need post network) - PASS

- 6.2 Post Subnet Data via HTTP - PASS

- 6.3 Update Subnet Data via HTTP - PASS

- 6.4 Get Subnet Data via HTTP - PASS

- 6.5 Compare Subnet Data - PASS

- 6.6 Delete Subnet via HTTP - PASS

Case 7: Virtual Network NBI Test - Subnet - PASS
Test Subnet Delete NBI Verify Stored Data is Null after Delete
- 7.1 Post Network Data via HTTP(Post Subnet need post network) - PASS

- 7.2 Post Subnet Data via HTTP - PASS

- 7.3 Delete Subnet Data via HTTP - PASS

- 7.4 Get Subnet Data is NULL - PASS

Case 8: Virtual Network NBI Test - Port - PASS
Test Port Post NBI Verify Stored Data is same with Post Data
- 8.1 Post Network Data via HTTP(Post port need post network) - PASS

- 8.2 Post Subnet Data via HTTP(Post port need post subnet) - PASS

- 8.3 Post Port Data via HTTP - PASS

- 8.4 Get Port Data via HTTP - PASS

- 8.5 Compare Post Port Data - PASS

- 8.6 Clean Data via HTTP - PASS

Case 9: Virtual Network NBI Test - Port - PASS
Test Port Update NBI Verify Stored Data is same with New Post Data
- 9.1 Post Network Data via HTTP(Post port need post network) - PASS

- 9.2 Post Subnet Data via HTTP(Post port need post subnet) - PASS

- 9.3 Post Port Data via HTTP - PASS

- 9.4 Update Port Data via HTTP - PASS

- 9.5 Get Port Data via HTTP - PASS

- 9.6 Compare Update Port Data - PASS

- 9.7 Clean Data via HTTP - PASS

Case 10: Virtual Network NBI Test - Port - PASS
Test Port Delete NBI Verify port delete success
- 10.1 Post Network Data via HTTP(Post port need post network) - PASS

- 10.2 Post Subnet Data via HTTP(Post port need post subnet) - PASS

- 10.3 Post Port Data via HTTP - PASS

- 10.4 Delete Port Data via HTTP - PASS

- 10.5 Get Port Data is NULL - PASS

- 10.6 Clean Data via HTTP - PASS

Case 11: Virtual Network NBI Test - Network - PASS
Test Network Post With Error json The wrong Json can't post network successfully
- 11.1 Generate Post Data - No Result

- 11.2 Post Data via HTTP - PASS

Case 12: Virtual Network NBI Test - Subnet - PASS
Test Subnet Post With Error json The wrong Json can't post network successfully
- 12.1 Generate Post Data - No Result

- 12.2 Post Network Data via HTTP(Post Subnet need post network) - PASS

- 12.3 Post Subnet Data via HTTP - PASS

Case 13: Virtual Network NBI Test - Port - FAIL
Test Subnet Post With Error json The wrong Json can't create port successfully
- 13.1 Generate Post Data - No Result

- 13.2 Post Network Data via HTTP(Post port need post network) - PASS

- 13.3 Post Subnet Data via HTTP(Post port need post subnet) - PASS

- 13.4 Post Port Data via HTTP - FAIL

- Wrong Json can post successfully