Skip to content
Snippets Groups Projects
Commit c1c61512 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-163: added integration test for TMSS

parent 897b0265
No related branches found
No related tags found
2 merge requests!110Resolve TMSS-163,!104Resolve TMSS-146
...@@ -102,14 +102,32 @@ unit_test_TMSS: ...@@ -102,14 +102,32 @@ unit_test_TMSS:
# INTEGRATION TEST STAGE # INTEGRATION TEST STAGE
# #
integration_test_TMSS:
stage: integration_test
image: ci_sas:latest
# services:
# - rabbitmq:latest
script:
- PACKAGE=TMSS
- echo "Integration Testing $PACKAGE..."
- cd build/gnucxx11_opt
- SKIP_INTEGRATION_TESTS=false SKIP_UNIT_TESTS=true ctest
dependencies:
- build_TMSS
artifacts:
name: integration-test-report
when: always
paths:
- build/gnucxx11_opt/Testing/Temporary/LastTest.log
integration_test_RAServices: integration_test_RAServices:
stage: integration_test stage: integration_test
image: ci_sas:latest image: ci_sas:latest
services: # services:
- rabbitmq:latest # - rabbitmq:latest
script: script:
- PACKAGE=RAServices - PACKAGE=RAServices
- echo "Testing $PACKAGE..." - echo "Integration Testing $PACKAGE..."
- cd build/gnucxx11_opt - cd build/gnucxx11_opt
- SKIP_INTEGRATION_TESTS=false SKIP_UNIT_TESTS=true ctest - SKIP_INTEGRATION_TESTS=false SKIP_UNIT_TESTS=true ctest
dependencies: dependencies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment