Add Initial Pax Exam IT for OVSDB Northbound API 31/8331/1
authorDave Tucker <djt@redhat.com>
Wed, 25 Jun 2014 13:52:29 +0000 (14:52 +0100)
committerDave Tucker <djt@redhat.com>
Wed, 25 Jun 2014 13:52:29 +0000 (14:52 +0100)
commit7e1a8e07f6a90705c98abb885fa653810df54a75
tree527b06376c23c661b6219e97bf7253a153f60b0f
parentb9546cdaee5b7645cb9dc979aefbc524948b970a
Add Initial Pax Exam IT for OVSDB Northbound API

- Add nortbound.yaml for defining test cases
- OvsdbNorthboundIT which parses yaml file and uses parameterized
  runner to run each test case
- Add coverage for the common GET operations

Change-Id: Ia24e2e6605335060cc8ed1d6a39d59853a16ccad
Signed-off-by: Dave Tucker <djt@redhat.com>
integrationtest/.gitignore
integrationtest/src/test/java/org/opendaylight/ovsdb/integrationtest/northbound/OvsdbNorthboundIT.java [new file with mode: 0644]
integrationtest/src/test/resources/logback.xml
integrationtest/src/test/resources/northbound.yaml [new file with mode: 0644]
integrationtest/src/test/resources/tomcat-server.xml