Add support for ODL credentials that have changed

Add support for ODL credentials that have changed with the latest Oxygen upgrade

Change-Id: I048eb38b584741dd575c288b0a89b8d7689fa286
Issue-ID: INT-641
Signed-off-by: Aaron Hay <ah415j@att.com>
diff --git a/test/csit/tests/appc/cdt/cdt.robot b/test/csit/tests/appc/cdt/cdt.robot
index 03ba3a4..b33bfe7 100644
--- a/test/csit/tests/appc/cdt/cdt.robot
+++ b/test/csit/tests/appc/cdt/cdt.robot
@@ -43,11 +43,14 @@
 | | Click Link | MY VNFs
 # Verify button element is ready before clicking it.
 | | Wait Until Page Contains Element | xpath=(//*[@class='mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--primary']) | ${LONGTIME}
-| | Click Button | Create New VNF Type or VNFC Type
-| | Page Should Contain | Enter VNF type and VNFC to proceed
+#| | Click Button | Create New VNF Type or VNFC Type
+| | Click Button | Create New VNF Type
+#| | Page Should Contain | Enter VNF type and VNFC to proceed
+| | Page Should Contain | Enter VNF Type
 | | Page Should Contain Element | id=vnfType
 # Proceed without entering any new information
-| | Click Button | Proceed anyway
+#| | Click Button | Proceed anyway
+| | Click Button | Proceed To Upload
 | | Page Should Contain Element | id=cmbAction
 | | Click Button | Upload Reference File
 | | Choose File | id=inputFile |  ${CURDIR}/data/reference_AllAction_HealthCheckAnsible_0.0.1V.json
@@ -66,8 +69,10 @@
 | | Click Link | MY VNFs
 # Verify button element is ready before clicking it.
 | | Wait Until Page Contains Element | xpath=(//*[@class='mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--primary']) | ${LONGTIME}
-| | Click Button | Create New VNF Type or VNFC Type
-| | Page Should Contain | Enter VNF type and VNFC to proceed
+#| | Click Button | Create New VNF Type or VNFC Type
+| | Click Button | Create New VNF Type
+#| | Page Should Contain | Enter VNF type and VNFC to proceed
+| | Page Should Contain | Enter VNF Type
 | | Page Should Contain Element | id=vnfType
 # Create a date to use in VNF Type to make it unique
 | | ${THEDATE}  | Get Current Date | result_format=%m%d%H%M%S | exclude_millis=True
@@ -93,7 +98,8 @@
 | | Click Link | MY VNFs
 # Verify button element is ready before clicking it.
 | | Wait Until Page Contains Element | xpath=(//*[@class='mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--primary']) | ${LONGTIME}
-| | Click Button | Create New VNF Type or VNFC Type
+#| | Click Button | Create New VNF Type or VNFC Type
+| | Click Button | Create New VNF Type
 | | Wait Until Page Contains Element | id=vnfType | ${LONGTIME}
 # Create a date to use in VNF Type to make it unique
 | | ${THEDATE}  | Get Current Date | result_format=%m%d%H%M%S | exclude_millis=True
@@ -142,14 +148,15 @@
 | | Click Link | MY VNFs
 # Verify button element is ready before clicking it.
 | | Wait Until Page Contains Element | xpath=(//*[@class='mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--primary']) | ${LONGTIME}
-| | Click Button | Create New VNF Type or VNFC Type
+#| | Click Button | Create New VNF Type or VNFC Type
+| | Click Button | Create New VNF Type
 | | Wait Until Page Contains Element | id=vnfType | ${LONGTIME}
 # Create a date to use in VNF Type to make it unique
 | | ${THEDATE}  | Get Current Date | result_format=%m%d%H%M%S | exclude_millis=True
 | | Input Text | id=vnfType | csit${THEDATE}
 # Check the box indicating VNFC templates
 | | Select Checkbox | id=vnfcRequired
-| | Input Text | id=vnfcType | csitVNFC
+#| | Input Text | id=vnfcType | csitVNFC
 | | Click Button | Next
 | | Wait Until Page Contains Element | id=cmbAction | ${LONGTIME}
 # Populate the action and protocol
diff --git a/test/csit/tests/appc/cdt/data/pd_Configure_vUSP - Revenue Assurance_0.0.1V.yaml b/test/csit/tests/appc/cdt/data/pd_Configure_vUSP - Revenue Assurance_0.0.1V.yaml
index cea00f0..ced4a7c 100755
--- a/test/csit/tests/appc/cdt/data/pd_Configure_vUSP - Revenue Assurance_0.0.1V.yaml
+++ b/test/csit/tests/appc/cdt/data/pd_Configure_vUSP - Revenue Assurance_0.0.1V.yaml
@@ -4,7 +4,7 @@
 vnf-parameter-list:
 - name: vnf_name
   type: null
-  description: dawnDescript
+  description: CSIT
   required: null
   default: null
   source: Manual
diff --git a/test/csit/tests/appc/cdt/data/reference_AllAction_HealthCheckAnsible_0.0.1V.json b/test/csit/tests/appc/cdt/data/reference_AllAction_HealthCheckAnsible_0.0.1V.json
index 90fd0ac..4167806 100755
--- a/test/csit/tests/appc/cdt/data/reference_AllAction_HealthCheckAnsible_0.0.1V.json
+++ b/test/csit/tests/appc/cdt/data/reference_AllAction_HealthCheckAnsible_0.0.1V.json
@@ -5,7 +5,7 @@
 			"action-level": "vnf",
 			"scope": {
 				"vnf-type": "csit",
-				"vnfc-type-list": [],
+				"vnfc-type-list": ["testvnftype"],
 				"vnfc-type": ""
 			},
 			"template": "Y",
@@ -15,15 +15,15 @@
 			"port-number": "",
 			"artifact-list": [
 				{
-					"artifact-name": "template_HealthCheck_dawnMay17_0.0.1V.json",
+					"artifact-name": "template_HealthCheck_csit_0.0.1V.json",
 					"artifact-type": "config_template"
 				},
 				{
-					"artifact-name": "pd_HealthCheck_dawnMay17_0.0.1V.yaml",
+					"artifact-name": "pd_HealthCheck_csit_0.0.1V.yaml",
 					"artifact-type": "parameter_definitions"
 				},
 				{
-					"artifact-name": "param_HealthCheck_dawnMay17_0.0.1V.json",
+					"artifact-name": "param_HealthCheck_csit_0.0.1V.json",
 					"artifact-type": "param_values"
 				}
 			],
@@ -34,12 +34,12 @@
 			"action-level": "vnf",
 			"scope": {
 				"vnf-type": "csit",
-				"vnfc-type-list": [],
+				"vnfc-type-list": ["testvnftype"],
 				"vnfc-type": ""
 			},
 			"artifact-list": [
 				{
-					"artifact-name": "reference_AllAction_dawnMay17_0.0.1V.json",
+					"artifact-name": "reference_AllAction_csit_0.0.1V.json",
 					"artifact-type": "reference_template"
 				}
 			]
diff --git a/test/csit/tests/appc/cdt/data/reference_AllAction_vUSP - Revenue Assurance_0.0.1V.json b/test/csit/tests/appc/cdt/data/reference_AllAction_vUSP - Revenue Assurance_0.0.1V.json
index f78debe..a575129 100755
--- a/test/csit/tests/appc/cdt/data/reference_AllAction_vUSP - Revenue Assurance_0.0.1V.json
+++ b/test/csit/tests/appc/cdt/data/reference_AllAction_vUSP - Revenue Assurance_0.0.1V.json
@@ -5,6 +5,7 @@
 			"action-level": "vnf",
 			"scope": {
 				"vnf-type": "vUSP - Revenue Assurance",
+				"vnf-type-list": "testvnftype",
 				"vnfc-type": ""
 			},
 			"template": "Y",
@@ -61,7 +62,7 @@
 			"scope": {
 				"vnf-type": "vUSP - Revenue Assurance",
 				"vnfc-type": "",
-				"vnfc-type-list": []
+				"vnfc-type-list": ["testvnftype"]
 			},
 			"template": "Y",
 			"vm": [],
@@ -86,7 +87,7 @@
 			"scope": {
 				"vnf-type": "vUSP - Revenue Assurance",
 				"vnfc-type": "",
-				"vnfc-type-list": []
+				"vnfc-type-list": ["testvnftype"]
 			},
 			"template": "Y",
 			"vm": [],
@@ -111,7 +112,7 @@
 			"scope": {
 				"vnf-type": "vUSP - Revenue Assurance",
 				"vnfc-type": "",
-				"vnfc-type-list": []
+				"vnfc-type-list": ["testvnftype"]
 			},
 			"artifact-list": [
 				{
@@ -121,4 +122,4 @@
 			]
 		}
 	]
-}
\ No newline at end of file
+}