FUNCvirNetNB at 11 Apr 2016 08:26:06

commit 44022c6cc25b3211632578da85430efa0cca051d (HEAD, origin/onos-1.5, onos-1.5)
Author: Jonathan Hart [jono@onlab.us]
AuthorDate: Wed Mar 30 13:31:00 2016 -0700
Commit: Jonathan Hart [jono@onlab.us]
CommitDate: Wed Mar 30 20:35:14 2016 +0000

Remove usage of InetAddress.getLocalHost() in unit tests.

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