Skip to content

Commit 37f3184

Browse files
committed
Fix check for image names being set.
1 parent e4e7eb2 commit 37f3184

24 files changed

+23
-2
lines changed

tests/acceptance/semiautomation/helper.fish

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,3 @@ function checkImages
108108
exit 1
109109
end
110110
end
111-
112-
checkImages

tests/acceptance/semiautomation/test1a.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/fish
22

33
source helper.fish
4+
checkImages
45

56
set -g TESTNAME test1a
67
set -g TESTDESC "Deployment of mode single (development)"

tests/acceptance/semiautomation/test1b.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/fish
22

33
source helper.fish
4+
checkImages
45

56
set -g TESTNAME test1b
67
set -g TESTDESC "Deployment of mode active/failover (development)"

tests/acceptance/semiautomation/test1c.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/fish
22

33
source helper.fish
4+
checkImages
45

56
set -g TESTNAME test1c
67
set -g TESTDESC "Deployment of mode cluster (development, enterprise)"

tests/acceptance/semiautomation/test1d.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/fish
22

33
source helper.fish
4+
checkImages
45

56
set -g TESTNAME test1d
67
set -g TESTDESC "Deployment of mode cluster with sync (development, enterprise)"

tests/acceptance/semiautomation/test2a.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/fish
22

33
source helper.fish
4+
checkImages
45

56
set -g TESTNAME test2a
67
set -g TESTDESC "Scale an active failover deployment (enterprise, development)"

tests/acceptance/semiautomation/test2b.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/fish
22

33
source helper.fish
4+
checkImages
45

56
set -g TESTNAME test2b
67
set -g TESTDESC "Scale a cluster deployment (development, enterprise)"

tests/acceptance/semiautomation/test3a.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/fish
22

33
source helper.fish
4+
checkImages
45

56
set -g TESTNAME test3a
67
set -g TESTDESC "Deployment of mode single (production)"

tests/acceptance/semiautomation/test3b.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/fish
22

33
source helper.fish
4+
checkImages
45

56
set -g TESTNAME test3b
67
set -g TESTDESC "Deployment of mode active/failover (production)"

tests/acceptance/semiautomation/test3c.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/fish
22

33
source helper.fish
4+
checkImages
45

56
set -g TESTNAME test3c
67
set -g TESTDESC "Deployment of mode cluster (production, enterprise)"

0 commit comments

Comments
 (0)