Skip to content

Commit

Permalink
Changes and Adds operator e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Izquierdo committed Feb 22, 2023
1 parent 36ce184 commit 7f7f037
Show file tree
Hide file tree
Showing 36 changed files with 976 additions and 827 deletions.
1 change: 0 additions & 1 deletion requirements_lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ flake8==5.0.4
flake8-bugbear
isort
black==22.12.0
dynaconf==3.1.11
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ pytest-xdist
pytest-cov
pytest-vcr
pytest-check
dynaconf==3.1.11
2 changes: 1 addition & 1 deletion tests/e2e/config/default.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
event_delay: 1
shutdown_delay: 2
operators_shutdown_after: 1
cmd_timeout: 15
controller_url: http://localhost:8080
controller_token: secret
9 changes: 9 additions & 0 deletions tests/e2e/files/extra_vars/operator_variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,12 @@ houses:
- Stark
- Targaryen
- Baratheon

targaryen_motto: fire and blood

mixed_types:
- 4
- 2.7182
- "Vhagar"
- true
- Stark

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions tests/e2e/files/rulebooks/operators/test_eq_operator_int.yml

This file was deleted.

14 changes: 0 additions & 14 deletions tests/e2e/files/rulebooks/operators/test_eq_operator_str.yml

This file was deleted.

14 changes: 0 additions & 14 deletions tests/e2e/files/rulebooks/operators/test_ge_operator.yml

This file was deleted.

14 changes: 0 additions & 14 deletions tests/e2e/files/rulebooks/operators/test_gt_operator.yml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions tests/e2e/files/rulebooks/operators/test_le_operator.yml

This file was deleted.

Loading

0 comments on commit 7f7f037

Please sign in to comment.