Skip to content

Commit

Permalink
Remove integration tests testing for old (unsupported) versions of bo…
Browse files Browse the repository at this point in the history
…tocore
  • Loading branch information
tremble committed Aug 10, 2021
1 parent fbe4d0c commit 17e8577
Show file tree
Hide file tree
Showing 18 changed files with 48 additions and 363 deletions.

This file was deleted.

8 changes: 0 additions & 8 deletions tests/integration/targets/cloudformation_stack_set/runme.sh

This file was deleted.

194 changes: 0 additions & 194 deletions tests/integration/targets/ecs_cluster/tasks/network_fail.yml

This file was deleted.

9 changes: 0 additions & 9 deletions tests/integration/targets/efs/playbooks/full_test.yml

This file was deleted.

32 changes: 0 additions & 32 deletions tests/integration/targets/efs/playbooks/version_fail.yml

This file was deleted.

15 changes: 0 additions & 15 deletions tests/integration/targets/efs/runme.sh

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@
provisioned_throughput_in_mibps: 5.0
register: efs_result

- assert:
that:
- assert:
that:
- efs_result is changed

# ============================================================
Expand All @@ -186,9 +186,9 @@
throughput_mode: 'provisioned'
provisioned_throughput_in_mibps: 5.0
register: efs_result

- assert:
that:
that:
- efs_result is not changed
- efs_result.efs["throughput_mode"] == "provisioned"
- efs_result.efs["provisioned_throughput_in_mibps"] == 5.0
Expand Down
15 changes: 15 additions & 0 deletions tests/integration/targets/elb_target/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
unique_id: "ansible-test-{{ tiny_prefix }}"

# Defaults used by the lambda based test

lambda_role_name: '{{ unique_id }}-elb-target'
lambda_name: '{{ unique_id }}-elb-target'
elb_target_group_name: "{{ unique_id }}-elb-tg"

# Defaults used by the EC2 based test
ec2_ami_name: 'amzn2-ami-hvm-2.0.20190612-x86_64-gp2'
tg_name: "{{ unique_id }}-tg"
tg_tcpudp_name: "{{ unique_id }}-tgtcpudp"
lb_name: "{{ unique_id }}-lb"
healthy_state:
state: 'healthy'
7 changes: 0 additions & 7 deletions tests/integration/targets/elb_target/playbooks/full_test.yml

This file was deleted.

This file was deleted.

This file was deleted.

41 changes: 0 additions & 41 deletions tests/integration/targets/elb_target/playbooks/version_fail.yml

This file was deleted.

13 changes: 0 additions & 13 deletions tests/integration/targets/elb_target/runme.sh

This file was deleted.

Loading

0 comments on commit 17e8577

Please sign in to comment.