aboutsummaryrefslogtreecommitdiffstats
path: root/test/xtesting
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2019-01-25 09:28:05 +0100
committermrichomme <morgan.richomme@orange.com>2019-01-25 09:34:59 +0100
commitf2524ac899978dc5c3dc5ee02e0bca70daa6be71 (patch)
treefe111b62d2a6f3220f79a9a07d5def7b7962e25f /test/xtesting
parent53ef77f254223e19e8185ffd9de85f101ad187a6 (diff)
Update xtesting robot config file
Issue-ID: INT-827 Change-Id: If9804ee7765d76959956066e72d86ef1c99d23a3 Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'test/xtesting')
-rw-r--r--test/xtesting/robot/testcases.yaml91
1 files changed, 29 insertions, 62 deletions
diff --git a/test/xtesting/robot/testcases.yaml b/test/xtesting/robot/testcases.yaml
index 484a7f011..a74ce0740 100644
--- a/test/xtesting/robot/testcases.yaml
+++ b/test/xtesting/robot/testcases.yaml
@@ -8,19 +8,15 @@ tiers:
Set of basic Functional tests to validate the ONAP installation.
testcases:
-
- case_name: robot_healthcheck
+ case_name: core
project_name: functest
criteria: 100
blocking: true
description: >-
- This test case verifies the basic ONAP API: appc, sdnc,so,
- vid, ....based on the default robot tests
- dependencies:
- installer: ''
- scenario: ''
+ This test case verifies the API of core ONAP components
+ aai, dmap, portal, sdc, sdnc, so, robot
run:
- module: 'xtesting.core.robotframework'
- class: 'RobotFramework'
+ name: 'robotframework'
args:
suites:
- /var/opt/OpenECOMP_ETE/robot/testsuites/health-check.robot
@@ -28,100 +24,71 @@ tiers:
- core
variablefile:
- '/share/config/integration_robot_properties.py'
- - '/share/config/integration_vm_properties.py'
+ - '/share/config/vm_properties.py'
- '/share/config/integration_preload_parameters.py'
-
- case_name: robot_api
+ case_name: small
project_name: functest
criteria: 100
blocking: false
description: >-
- This test case verifies DCAE api
- based on the default robot tests
- dependencies:
- installer: ''
- scenario: ''
+ This test case verifies the API of the components
+ aai, dmap, portal, sdc, sdnc, so, robot,
+ AAF, APPC, CLI, COnsul, ESR, Log, MSB, Multicloud, NBI, VID
run:
- module: 'xtesting.core.robotframework'
- class: 'RobotFramework'
+ name: 'robotframework'
args:
suites:
- /var/opt/OpenECOMP_ETE/robot/testsuites/health-check.robot
include:
- - api
+ - core
+ - small
variablefile:
- '/share/config/integration_robot_properties.py'
- - '/share/config/integration_vm_properties.py'
+ - '/share/config/vm_properties.py'
- '/share/config/integration_preload_parameters.py'
-
- case_name: robot_dcae
+ case_name: medium
project_name: functest
criteria: 100
blocking: false
description: >-
- This test case verifies DCAE api
- based on the default robot tests
- dependencies:
- installer: ''
- scenario: ''
+ This test case verifies the API of the components
+ aai, dmap, portal, sdc, sdnc, so, robot,
+ AAF, APPC, CLI, COnsul, ESR, Log, MSB, Multicloud, NBI, VID,
+ CLAMP, DCAE, OOF, POLICY, UUI, SNIRO
run:
- module: 'xtesting.core.robotframework'
- class: 'RobotFramework'
+ name: 'robotframework'
args:
suites:
- /var/opt/OpenECOMP_ETE/robot/testsuites/health-check.robot
include:
- - dcae
- variablefile:
- - '/share/config/integration_robot_properties.py'
- - '/share/config/integration_vm_properties.py'
- - '/share/config/integration_preload_parameters.py'
- -
- case_name: robot_multicloud
- project_name: functest
- criteria: 100
- blocking: false
- description: >-
- This test case verifies the multicloud features of ONAP
- based on the default robot tests
- dependencies:
- installer: ''
- scenario: ''
- run:
- module: 'xtesting.core.robotframework'
- class: 'RobotFramework'
- args:
- suites:
- - /var/opt/OpenECOMP_ETE/robot/testsuites/health-check.robot
- include:
- - multicloud
+ - core
+ - small
+ - medium
variablefile:
- '/share/config/integration_robot_properties.py'
- - '/share/config/integration_vm_properties.py'
+ - '/share/config/vm_properties.py'
- '/share/config/integration_preload_parameters.py'
-
- case_name: robot_3rdparty
+ case_name: full
project_name: functest
criteria: 100
blocking: false
description: >-
- This test case verifies the ONAP 3rd party API
- especially the different drivers
+ This test case verifies all the healthcheck Robot tests
based on the default robot tests
- dependencies:
- installer: ''
- scenario: ''
run:
- module: 'xtesting.core.robotframework'
- class: 'RobotFramework'
+ name: 'robotframework'
args:
suites:
- /var/opt/OpenECOMP_ETE/robot/testsuites/health-check.robot
include:
- - 3rdparty
+ - health
variablefile:
- '/share/config/integration_robot_properties.py'
- - '/share/config/integration_vm_properties.py'
+ - '/share/config/vm_properties.py'
- '/share/config/integration_preload_parameters.py'
+