diff options
author | DR695H <dr695h@att.com> | 2019-08-06 17:28:56 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-08-06 17:28:56 -0400 |
commit | 0ccf9e324abf07067fd95bcb675df77f3a0016d9 (patch) | |
tree | f20ea10e46d769fe32aa71d155fd3e61b5b52241 | |
parent | c78a7e47d01f597cf6f07e4a30216f3c314cf73e (diff) |
clean up warnings
Issue-ID: TEST-150
Change-Id: I5ea44cda77d2558c9afce9a4a60c4ed7da820eea
Signed-off-by: DR695H <dr695h@att.com>
-rw-r--r-- | red.xml | 46 | ||||
-rw-r--r-- | robot/resources/sdc_interface.robot | 6 | ||||
-rw-r--r-- | robot/testsuites/pnf-registration.robot | 2 |
3 files changed, 24 insertions, 30 deletions
@@ -1,28 +1,27 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <projectConfiguration> - <configVersion>1.0</configVersion> + <configVersion>2</configVersion> <relativeTo>PROJECT</relativeTo> - <referencedLibrary type="PYTHON" name="RequestsLibrary" path="testsuite/robot/library"/> - <referencedLibrary type="PYTHON" name="SeleniumLibrary" path="testsuite/robot/library"/> - <referencedLibrary type="PYTHON" name="AngularJSLibrary" path="testsuite/robot/library"/> - <referencedLibrary type="PYTHON" name="SSHLibrary" path="testsuite/robot/library"/> - <referencedLibrary type="PYTHON" name="SoUtils" path="testsuite/robot/library/vcpeutils"/> - <referencedLibrary type="PYTHON" name="ArchiveLibrary" path="testsuite/robot/library"/> - <referencedLibrary type="PYTHON" name="HeatBridge" path="testsuite/robot/library/heatbridge"/> - <referencedLibrary type="PYTHON" name="DateTime" path="testsuite/robot/library"/> - <referencedLibrary type="PYTHON" name="ONAPLibrary.Templating" path="testsuite/robot/library"/> - <referencedLibrary type="PYTHON" name="ONAPLibrary.ServiceMapping" path="testsuite/robot/library"/> - <referencedLibrary type="PYTHON" name="ONAPLibrary.JSON" path="testsuite/robot/library"/> - <referencedLibrary type="PYTHON" name="ONAPLibrary.Openstack" path="testsuite/robot/library"/> - <referencedLibrary type="PYTHON" name="ONAPLibrary.Kafka" path="testsuite/robot/library"/> - <referencedLibrary type="PYTHON" name="ONAPLibrary.Protobuf" path="testsuite/robot/library"/> - <referencedLibrary type="PYTHON" name="ONAPLibrary.Utilities" path="testsuite/robot/library"/> - <referencedLibrary type="PYTHON" name="ONAPLibrary.OOF" path="testsuite/robot/library"/> - <referencedLibrary type="PYTHON" name="ONAPLibrary.SDNC" path="testsuite/robot/library"/> - <referencedLibrary type="PYTHON" name="ONAPLibrary.SDC" path="testsuite/robot/library"/> - <referencedLibrary type="PYTHON" name="ONAPLibrary.PreloadData" path="testsuite/robot/library"/> - <referencedLibrary type="PYTHON" name="ONAPLibrary.AAI" path="testsuite/robot/library"/> - <referencedLibrary type="PYTHON" name="ONAPLibrary.SO" path="testsuite/robot/library"/> + <referencedLibrary type="PYTHON" name="RequestsLibrary" path="testsuite/robot/library/RequestsLibrary/__init__.py"/> + <referencedLibrary type="PYTHON" name="SeleniumLibrary" path="testsuite/robot/library/SeleniumLibrary/__init__.py"/> + <referencedLibrary type="PYTHON" name="AngularJSLibrary" path="testsuite/robot/library/AngularJSLibrary/__init__.py"/> + <referencedLibrary type="PYTHON" name="SSHLibrary" path="testsuite/robot/library/SSHLibrary/__init__.py"/> + <referencedLibrary type="PYTHON" name="SoUtils" path="testsuite/robot/library/vcpeutils/SoUtils.py"/> + <referencedLibrary type="PYTHON" name="ArchiveLibrary" path="testsuite/robot/library/ArchiveLibrary/__init__.py"/> + <referencedLibrary type="PYTHON" name="HeatBridge" path="testsuite/robot/library/heatbridge/HeatBridge.py"/> + <referencedLibrary type="PYTHON" name="ONAPLibrary.Templating" path="testsuite/robot/library/ONAPLibrary/Templating.py"/> + <referencedLibrary type="PYTHON" name="ONAPLibrary.ServiceMapping" path="testsuite/robot/library/ONAPLibrary/ServiceMapping.py"/> + <referencedLibrary type="PYTHON" name="ONAPLibrary.JSON" path="testsuite/robot/library/ONAPLibrary/JSON.py"/> + <referencedLibrary type="PYTHON" name="ONAPLibrary.Openstack" path="testsuite/robot/library/ONAPLibrary/Openstack.py"/> + <referencedLibrary type="PYTHON" name="ONAPLibrary.Kafka" path="testsuite/robot/library/ONAPLibrary/Kafka.py"/> + <referencedLibrary type="PYTHON" name="ONAPLibrary.Protobuf" path="testsuite/robot/library/ONAPLibrary/Protobuf.py"/> + <referencedLibrary type="PYTHON" name="ONAPLibrary.Utilities" path="testsuite/robot/library/ONAPLibrary/Utilities.py"/> + <referencedLibrary type="PYTHON" name="ONAPLibrary.OOF" path="testsuite/robot/library/ONAPLibrary/OOF.py"/> + <referencedLibrary type="PYTHON" name="ONAPLibrary.SDNC" path="testsuite/robot/library/ONAPLibrary/SDNC.py"/> + <referencedLibrary type="PYTHON" name="ONAPLibrary.SDC" path="testsuite/robot/library/ONAPLibrary/SDC.py"/> + <referencedLibrary type="PYTHON" name="ONAPLibrary.PreloadData" path="testsuite/robot/library/ONAPLibrary/PreloadData.py"/> + <referencedLibrary type="PYTHON" name="ONAPLibrary.AAI" path="testsuite/robot/library/ONAPLibrary/AAI.py"/> + <referencedLibrary type="PYTHON" name="ONAPLibrary.SO" path="testsuite/robot/library/ONAPLibrary/SO.py"/> <pythonpath> <path location="robot/library"/> </pythonpath> @@ -33,7 +32,4 @@ </excludedForValidation> <isValidatedFileSizeCheckingEnabled>true</isValidatedFileSizeCheckingEnabled> <validatedFileMaxSize>1024</validatedFileMaxSize> - <isReferencedLibrariesAutoReloadEnabled>true</isReferencedLibrariesAutoReloadEnabled> - <isReferencedLibrariesAutoDiscoveringEnabled>true</isReferencedLibrariesAutoDiscoveringEnabled> - <isLibrariesAutoDiscoveringSummaryWindowEnabled>false</isLibrariesAutoDiscoveringSummaryWindowEnabled> </projectConfiguration> diff --git a/robot/resources/sdc_interface.robot b/robot/resources/sdc_interface.robot index 05173d22..4d5d4689 100644 --- a/robot/resources/sdc_interface.robot +++ b/robot/resources/sdc_interface.robot @@ -984,9 +984,9 @@ Add CDS Parameters @{inputs}= Copy List ${resp.json()['componentInstances'][0]['inputs']} :FOR ${input} IN @{inputs} \ Run Keyword If '${input['name']}' == "sdnc_artifact_name" Set Input Parameter ${service_uuid} ${component_uuid} ${input} string vnf - \ ... ELSE IF '${input['name']}' == "sdnc_model_name" Set Input Parameter ${service_uuid} ${component_uuid} ${input} string vlb_cds_test - \ ... ELSE IF '${input['name']}' == "sdnc_model_version" Set Input Parameter ${service_uuid} ${component_uuid} ${input} string 1.0.0 - \ ... ELSE IF '${input['name']}' == "skip_post_instantiation_configuration" Set Input Parameter ${service_uuid} ${component_uuid} ${input} boolean ${skip_post_instatiation} + ... ELSE IF '${input['name']}' == "sdnc_model_name" Set Input Parameter ${service_uuid} ${component_uuid} ${input} string vlb_cds_test + ... ELSE IF '${input['name']}' == "sdnc_model_version" Set Input Parameter ${service_uuid} ${component_uuid} ${input} string 1.0.0 + ... ELSE IF '${input['name']}' == "skip_post_instantiation_configuration" Set Input Parameter ${service_uuid} ${component_uuid} ${input} boolean ${skip_post_instatiation} Set Input Parameter diff --git a/robot/testsuites/pnf-registration.robot b/robot/testsuites/pnf-registration.robot index 384c787b..6c4b4e78 100644 --- a/robot/testsuites/pnf-registration.robot +++ b/robot/testsuites/pnf-registration.robot @@ -2,8 +2,6 @@ Documentation Executes the PNF registration test cases including setup and teardown Test Timeout 10m -... - Resource ../resources/test_templates/pnf_registration_without_SO_template.robot Library String |