Skip to content

Commit

Permalink
Add user and pwd to table tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysmeister committed Oct 11, 2024
1 parent 1d184a1 commit fafb7de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/integration/targets/cassandra_table/tasks/284.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
primary_key:
- username
consistency_level: "LOCAL_ONE"
login_user: "{{ cassandra_admin_user }}"
login_password: "{{ cassandra_admin_pwd }}"
register: local

- assert:
Expand All @@ -38,6 +40,9 @@
- dob: date
primary_key:
- username
consistency_level: "ANY"
login_user: "{{ cassandra_admin_user }}"
login_password: "{{ cassandra_admin_pwd }}"
ignore_errors: true
register: any

Expand All @@ -61,6 +66,8 @@
primary_key:
- username
consistency_level: "QUORUM"
login_user: "{{ cassandra_admin_user }}"
login_password: "{{ cassandra_admin_pwd }}"
register: quorum

- assert:
Expand Down

0 comments on commit fafb7de

Please sign in to comment.