Skip to content

Commit 0689386

Browse files
updating intergration tests
Signed-off-by: Shiva Shankar Vaddepally <[email protected]>
1 parent 0f32665 commit 0689386

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ jobs:
115115
python-version:
116116
- 3.11
117117
netscaler-version:
118-
- 13.1-49.15
119-
- 14.1-4.42
118+
- 13.1-59.19
119+
- 14.1-43.50
120120
steps:
121121
- name: Checkout the repo
122122
uses: actions/checkout@v4

tests/integration/targets/gslbservice/tasks/setup.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
state: present
1212
sitename: test-gslbsite
1313
siteipaddress: 10.10.10.10
14+
sitepassword: test-password

tests/integration/targets/gslbservicegroup_gslbservicegroupmember_binding/tasks/setup.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
state: present
1212
sitename: test-gslbsite
1313
siteipaddress: 10.10.10.10
14+
sitepassword: test-password
1415
- name: Create GSLB Servicegroup
1516
delegate_to: localhost
1617
netscaler.adc.gslbservicegroup:

tests/integration/targets/gslbsite/tasks/main.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
state: present
1515
sitename: test-gslbsite
1616
siteipaddress: 10.10.10.10
17+
sitepassword: test-password
1718
- name: Assert | GSLBSITE | ADD | --check
1819
tags: test
1920
ansible.builtin.assert:
@@ -35,6 +36,7 @@
3536
state: present
3637
sitename: test-gslbsite
3738
siteipaddress: 10.10.10.10
39+
sitepassword: test-password
3840
- name: Assert | GSLBSITE | ADD
3941
ansible.builtin.assert:
4042
that:
@@ -55,6 +57,7 @@
5557
state: present
5658
sitename: test-gslbsite
5759
siteipaddress: 10.10.10.10
60+
sitepassword: test-password
5861
- name: Assert | GSLBSITE | ADD | idempotent
5962
tags: test
6063
ansible.builtin.assert:

0 commit comments

Comments
 (0)