Browse code

Extended tests that are not yet ready for origin

Clayton Coleman authored on 2016/09/13 10:43:30
Showing 2 changed files
... ...
@@ -379,7 +379,7 @@ var _ = g.Describe("deploymentconfigs", func() {
379 379
 			out, err := oc.Run("rollout").Args("history", resource).Output()
380 380
 			o.Expect(err).NotTo(o.HaveOccurred())
381 381
 			g.By(fmt.Sprintf("checking the history for substrings\n%s", out))
382
-			o.Expect(out).To(o.ContainSubstring("deploymentconfigs \"deployment-simple\" history viewed"))
382
+			o.Expect(out).To(o.ContainSubstring("deploymentconfigs \"deployment-simple\""))
383 383
 			o.Expect(out).To(o.ContainSubstring("REVISION	STATUS		CAUSE"))
384 384
 			o.Expect(out).To(o.ContainSubstring("1		Complete	caused by a config change"))
385 385
 			o.Expect(out).To(o.ContainSubstring("2		Complete	caused by a config change"))
... ...
@@ -169,6 +169,7 @@ readonly EXCLUDED_TESTS=(
169 169
   "\[Feature:Example\]"      # may need to pre-pull images
170 170
   "ResourceQuota and capture the life of a secret" # https://github.com/openshift/origin/issue/9414
171 171
   "NodeProblemDetector"        # requires a non-master node to run on
172
+  "unchanging, static URL paths for kubernetes api services" # the test needs to exclude URLs that are not part of conformance (/logs)
172 173
 
173 174
   # Needs triage to determine why it is failing
174 175
   "Addon update"          # TRIAGE
... ...
@@ -182,6 +183,12 @@ readonly EXCLUDED_TESTS=(
182 182
   # Test will never work
183 183
   "should proxy to cadvisor" # we don't expose cAdvisor port directly for security reasons
184 184
 
185
+  # Need to relax security restrictions
186
+  "validates that InterPod Affinity and AntiAffinity is respected if matching" # this *may* now be safe
187
+
188
+  # Need multiple nodes
189
+  "validates that InterPodAntiAffinity is respected if matching 2"
190
+
185 191
   # Inordinately slow tests
186 192
   "should create and stop a working application"
187 193
   "should always delete fast" # will be uncommented in etcd3