From 6de0954fbde0a78ea1084248a59cdb7f5c0a18e4 Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 24 Mar 2021 11:27:43 +0000 Subject: Implement 'Import VFC' UI test Change-Id: I1eb9c5f458f3861d21e37e0b5d0e2ef63862e97b Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3531 --- .../importVfc/org.openecomp.resource.VFC-child.yml | 24 ++++++++++++++++++++++ .../importVfc/org.openecomp.resource.VFC-root.yml | 8 ++++++++ .../src/test/resources/ci/conf/sdc-conf.yaml | 11 +++++----- 3 files changed, 37 insertions(+), 6 deletions(-) create mode 100644 integration-tests/src/test/resources/Files/importVfc/org.openecomp.resource.VFC-child.yml create mode 100644 integration-tests/src/test/resources/Files/importVfc/org.openecomp.resource.VFC-root.yml (limited to 'integration-tests/src/test/resources') diff --git a/integration-tests/src/test/resources/Files/importVfc/org.openecomp.resource.VFC-child.yml b/integration-tests/src/test/resources/Files/importVfc/org.openecomp.resource.VFC-child.yml new file mode 100644 index 0000000000..2c00cbd7e9 --- /dev/null +++ b/integration-tests/src/test/resources/Files/importVfc/org.openecomp.resource.VFC-child.yml @@ -0,0 +1,24 @@ +tosca_definitions_version: tosca_simple_yaml_1_3 +node_types: + org.openecomp.resource.VFC-child: + derived_from: org.openecomp.resource.VFC-root + properties: + aProperty: + type: string + required: false + attributes: + test_1: + type: string + default: 'MydefaultValue' + + test_2: + type: integer + default: 266305 + + test_3: + type: string + default: 'TestValue3' + + test_4: + type: boolean + default: true \ No newline at end of file diff --git a/integration-tests/src/test/resources/Files/importVfc/org.openecomp.resource.VFC-root.yml b/integration-tests/src/test/resources/Files/importVfc/org.openecomp.resource.VFC-root.yml new file mode 100644 index 0000000000..679f1b64f9 --- /dev/null +++ b/integration-tests/src/test/resources/Files/importVfc/org.openecomp.resource.VFC-root.yml @@ -0,0 +1,8 @@ +tosca_definitions_version: tosca_simple_yaml_1_3 +node_types: + org.openecomp.resource.VFC-root: + derived_from: tosca.nodes.Root + properties: + aProperty: + type: string + required: false \ No newline at end of file diff --git a/integration-tests/src/test/resources/ci/conf/sdc-conf.yaml b/integration-tests/src/test/resources/ci/conf/sdc-conf.yaml index e4b07d36ee..eb20978ad6 100644 --- a/integration-tests/src/test/resources/ci/conf/sdc-conf.yaml +++ b/integration-tests/src/test/resources/ci/conf/sdc-conf.yaml @@ -3,18 +3,17 @@ url: http://sdc-sim:8080/sdc1 remoteTestingMachineIP: 127.0.0.1 remoteTestingMachinePort: 4444 remoteTesting: true -useBrowserMobProxy: false -captureTraffic: false downloadAutomationFolder: /tmp/sdc-integration-tests/downloadAutomation -uiSimulator: true #### Local Front end testing #url: http://localhost:8285/sdc1 #remoteTesting: false -#useBrowserMobProxy: false -#captureTraffic: false #downloadAutomationFolder: /tmp/sdc-integration-tests/downloadAutomation -#uiSimulator: true + +##################### +useBrowserMobProxy: false +captureTraffic: false +uiSimulator: true #### Backend Testing outputFolder: target -- cgit 1.2.3-korg