Skip to content

Commit

Permalink
[#133] Rearrange tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillmakhonin authored and ablatov committed Oct 3, 2018
1 parent 1a8fb62 commit 99d0fe8
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions tests/robot/tests/1_common/1.2_check_airflow.robot
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
*** Settings ***
Documentation Legion Airflow check
Resource resources/keywords.robot
Variables load_variables_from_profiles.py ${PATH_TO_PROFILES_DIR}
Documentation Legion stack operational check
Resource ../../resources/keywords.robot
Resource ../../resources/variables.robot
Variables ../../load_variables_from_profiles.py ${PATH_TO_PROFILES_DIR}
Library legion_test.robot.Utils

*** Test Cases ***
Check test dags should not fail
[Documentation] Connect to Airflow and check the status of test dags are not failed
[Tags] airflow airflow-api
:FOR ${enclave} IN @{ENCLAVES}
\ Invoke and check test dags for valid status code ${enclave}
\ Connect to enclave Airflow ${enclave}
${dags} = Find Airflow DAGs
Should not be empty ${dags}
${failed_dags} = Get failed Airflow DAGs
Should Not Contain ${failed_dags} example_python_work
Should Not Contain ${failed_dags} s3_connection_test

0 comments on commit 99d0fe8

Please sign in to comment.