Skip to content

Commit a326cdf

Browse files
committed
Run system-tests scenarios related to RASP
1 parent 59388f1 commit a326cdf

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.circleci/config.continue.yml.j2

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,24 @@ jobs:
837837
cd system-tests
838838
DD_API_KEY=$SYSTEM_TESTS_DD_API_KEY ./run.sh
839839
840+
- run:
841+
name: Run APPSEC_RASP tests
842+
command: |
843+
cd system-tests
844+
DD_API_KEY=$SYSTEM_TESTS_DD_API_KEY ./run.sh APPSEC_RASP
845+
846+
- run:
847+
name: Run APPSEC_RUNTIME_ACTIVATION tests
848+
command: |
849+
cd system-tests
850+
DD_API_KEY=$SYSTEM_TESTS_DD_API_KEY ./run.sh APPSEC_RUNTIME_ACTIVATION
851+
852+
- run:
853+
name: Run APPSEC_RUNTIME_ACTIVATION tests
854+
command: |
855+
cd system-tests
856+
DD_API_KEY=$SYSTEM_TESTS_DD_API_KEY ./run.sh REMOTE_CONFIG_MOCKED_BACKEND_ASM_DD
857+
840858
- run:
841859
name: Run APM E2E default tests
842860
# Stop the job after 5m to avoid excessive overhead. Will need adjustment as more tests are added.

0 commit comments

Comments
 (0)