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.

Case 2: Virtual Network NBI Test - Network - PASS

Test Network Post NBI Verify Post Data same with Stored Data

Case 3: Virtual Network NBI Test - Network - PASS

Test Network Update NBI Verify Update Data same with Stored Data

Case 4: Virtual Network NBI Test - Network - PASS

Test Network Delete NBI Verify Stored Data is NULL after Delete

Case 5: Virtual Network NBI Test - Subnet - PASS

Test Subnet Post NBI Verify Stored Data is same with Post Data

Case 6: Virtual Network NBI Test - Subnet - PASS

Test Subnet Update NBI Verify Stored Data is same with Update Data

Case 7: Virtual Network NBI Test - Subnet - PASS

Test Subnet Delete NBI Verify Stored Data is Null after Delete

Case 8: Virtual Network NBI Test - Port - PASS

Test Port Post NBI Verify Stored Data is same with Post Data

Case 9: Virtual Network NBI Test - Port - PASS

Test Port Update NBI Verify Stored Data is same with New Post Data

Case 10: Virtual Network NBI Test - Port - PASS

Test Port Delete NBI Verify port delete success

Case 11: Virtual Network NBI Test - Network - PASS

Test Network Post With Error json The wrong Json can't post network successfully

Case 12: Virtual Network NBI Test - Subnet - PASS

Test Subnet Post With Error json The wrong Json can't post network successfully

Case 13: Virtual Network NBI Test - Port - FAIL

Test Subnet Post With Error json The wrong Json can't create port successfully