fixing bugs in cordvtn tests
Change-Id: I2ec289113b034e237625a627f142658ff3c84389
diff --git a/src/test/cord-api/Tests/CordVTN.txt b/src/test/cord-api/Tests/CordVTN.txt
index 668d24d..5aacc73 100644
--- a/src/test/cord-api/Tests/CordVTN.txt
+++ b/src/test/cord-api/Tests/CordVTN.txt
@@ -240,7 +240,7 @@
Delete Cord Subscriber
[Documentation] Deletes new cord subscriber
- [Tags] deletes
+ [Tags] delete
${resp}= Cord DELETE ${SERVER_IP} ${VOLT_SUBSCRIBER} ${subscriber_root_id}
Should Be Equal As Strings ${resp.status_code} 200
@@ -262,7 +262,7 @@
${resp}= Cord DELETE ${SERVER_IP} ${CH_CORE_NETWORKS} ${network_id}
Should Be Equal As Strings ${resp.status_code} 200
-Validate New OVS Flow Count
+Validate OVS Flow Count Back to Default
[Documentation] Logs into the compute-node where OVS is running and validates the new flow count (new flow rules for new volt tenant instance)
[Tags] ovsflows
Wait Until Keyword Succeeds 60s 5s Validate Flow Count 42
diff --git a/src/test/cord-api/Tests/data/CoreNetwork.json b/src/test/cord-api/Tests/data/CoreNetwork.json
index e4da1c7..2b8df8e 100644
--- a/src/test/cord-api/Tests/data/CoreNetwork.json
+++ b/src/test/cord-api/Tests/data/CoreNetwork.json
@@ -5,7 +5,6 @@
"name": "test-network",
"template_id": 1,
"owner_id": 1,
- "guaranteed_bandwidth": 0,
"permit_all_slices": true,
"autoconnect": false,
"subnet": "2.2.2.0/24",
diff --git a/src/test/cord-api/Tests/data/CoreSlice.json b/src/test/cord-api/Tests/data/CoreSlice.json
index 0b20447..2833932 100644
--- a/src/test/cord-api/Tests/data/CoreSlice.json
+++ b/src/test/cord-api/Tests/data/CoreSlice.json
@@ -2,7 +2,7 @@
"SliceInfo": [
{
"backend_status": "0 - Provisioning in progress",
- "name": "mysite_test-1",
+ "name": "mysite_testservice",
"site_id": 1,
"max_instances": 10,
"service_id": 1,