kubernetes/test
Patrick Ohly 81b960efef e2e framework: allow random ordering of tags and text, fix some functions
There are some tests which want to insert a tag before the main Describe text,
for example:
   sigDescribe("[Feature:Windows] Cpu Resources [Serial]",
               skipUnlessWindows(func() { ... })

In order to support this without change existing test names, it must be
possible to do this instead:
   sigDescribe(feature.Windows, "Cpu Resources", framework.WithSerial(),
               skipUnlessWindows(func() { ... })

There are similar examples for the other functions.

While at it, replace one left-over panic with ReportBug and add the missing
`NodeFeature:` prefix.
2023-10-20 11:14:57 +02:00
..
cmd Add shortname ambiguity warning in shortcut expander (#117668) 2023-10-11 17:04:11 +02:00
conformance e2e: remove redundant spaces in test names 2023-09-29 08:30:57 +02:00
e2e e2e framework: allow random ordering of tags and text, fix some functions 2023-10-20 11:14:57 +02:00
e2e_kubeadm /cmd/kubeadm,/test/e2e*: update OWNERS for fabriziopandini & RA489 2023-09-12 12:35:40 +03:00
e2e_node Merge pull request #121213 from charles-chenzz/e2e_3085_kep 2023-10-17 20:08:19 +02:00
fixtures Kubectl convert - warn users with NotRegisteredError and Fail on all other errors (#117002) 2023-04-11 19:17:53 -07:00
fuzz
images Merge pull request #121249 from pohly/klog-call-fixes 2023-10-16 13:14:01 +02:00
instrumentation Merge pull request #120574 from logicalhan/cslis 2023-09-14 22:52:12 -07:00
integration Merge pull request #121274 from dejanzele/fix/pod-replacement-policy-int-tests 2023-10-17 23:28:48 +02:00
kubemark Revert "bump npd to v0.8.14" 2023-09-05 20:28:53 -05:00
list
soak/serve_hostnames test: replace intstr.FromInt with intstr.FromInt32 2023-05-10 09:34:16 +02:00
typecheck Replace os.Setenv with testing.T.Setenv in tests 2023-06-05 21:08:56 -05:00
utils Bump distroless-iptables to v0.4.1 2023-10-13 11:00:04 +02:00
OWNERS lavalamp is taking a long break 2023-05-11 16:43:38 +00:00