Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions acl/tests/kola_enforcing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,34 +43,6 @@ tests:
and docker has no RPM replacement (same as docker.*) — so no
etcd server can start for the test to drive.

- name: acl.flannel.udp
exceptions:
- architectures: [aarch64]
reason: Flannel UDP coverage is registered only for amd64
- platforms: [azure]
reason: Azure version depends on discovery.etcd.io, which is unmaintained.
- imageVariants: [acl-t]
reason: |
flanneld runs in a docker container (flanneld.service via
flannel-wrapper) and the test drives docker on each node;
acl-t has no docker daemon — the standalone `docker` sysext is
not carried and docker has no RPM replacement (same as
docker.*) — so flanneld cannot start.
- name: acl.flannel.vxlan
exceptions:
- platforms: [qemu]
architectures: [aarch64]
reason: Flakiness on TCG-emulated arm64 in aclmain, failures due to slow device enumeration.
- platforms: [azure]
reason: Azure version depends on discovery.etcd.io, which is unmaintained.
- imageVariants: [acl-t]
reason: |
flanneld runs in a docker container (flanneld.service via
flannel-wrapper) and the test drives docker on each node;
acl-t has no docker daemon — the standalone `docker` sysext is
not carried and docker has no RPM replacement (same as
docker.*) — so flanneld cannot start.

- name: acl.internet
exceptions:
- platforms: [qemu]
Expand Down
Loading