Browse Source

Add traefik as special case in tests

Tianon Gravi 9 years ago
parent
commit
3f4b3482d0
1 changed files with 6 additions and 3 deletions
  1. 6 3
      test/config.sh

+ 6 - 3
test/config.sh

@@ -161,16 +161,19 @@ imageTests+=(
 globalExcludeTests+=(
 	# single-binary images
 	[hello-world_utc]=1
-	[swarm_utc]=1
 	[nats_utc]=1
+	[swarm_utc]=1
+	[traefik_utc]=1
 
 	[hello-world_no-hard-coded-passwords]=1
-	[swarm_no-hard-coded-passwords]=1
 	[nats_no-hard-coded-passwords]=1
+	[swarm_no-hard-coded-passwords]=1
+	[traefik_no-hard-coded-passwords]=1
 
 	[hello-world_override-cmd]=1
-	[swarm_override-cmd]=1
 	[nats_override-cmd]=1
+	[swarm_override-cmd]=1
+	[traefik_override-cmd]=1
 
 	# no "native" dependencies
 	[ruby:alpine_ruby-bundler]=1