Commit 61041929 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Improvement of testing organization

parent 28aa9989
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
*** Settings ***
Force Tags    api
 No newline at end of file
+3 −3
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@ Library /opt/robot-tests/tests/libraries/bodyRequests.py
Library             XML
Library             String
Resource            /opt/robot-tests/tests/resources/common/basicRequests.robot
Resource            ../../resources/common.resource
Resource            ../../resources/common/basicRequests.robot
Resource            /opt/robot-tests/tests/resources/common.resource
Resource            /opt/robot-tests/tests/resources/common/basicRequests.robot

Suite Teardown      Reset Testing Environment
Test Setup          Reset Testing Environment
@@ -20,7 +20,7 @@ ${SUBSCRIPTION_ID_NOT_VALID} not-valid

*** Test Cases ***
Obtain ccfId
    [Tags]    helper_1  smoke
    [Tags]    api_1  smoke

    ${ccfId}=    Get Capif Ccf Id

+2 −0
Original line number Diff line number Diff line
*** Settings ***
Force Tags    visibility_control
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@ Library /opt/robot-tests/tests/libraries/bodyRequests.py
Library             XML
Library             String
Resource            /opt/robot-tests/tests/resources/common/basicRequests.robot
Resource            ../../resources/common.resource
Resource            ../../resources/common/basicRequests.robot
Resource            /opt/robot-tests/tests/resources/common.resource
Resource            /opt/robot-tests/tests/resources/common/basicRequests.robot

Suite Teardown      Reset Testing Environment
Test Setup          Reset Testing Environment