Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.
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
8 changes: 7 additions & 1 deletion tests/e2e.bats
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ teardown() {
cleanup_k8s_resources
cleanup_dummy_interfaces
cleanup_bpf_programs
sleep 2
# The driver is rate limited to updates with interval of atleast 5 seconds. So
# we need to sleep for an equivalent amount of time to ensure state from a
# previous test is cleared up and old (non-existent) devices have been removed
# from the ResourceSlice. This seems to only be an an issue of the test where
# we create "dummy" interfaces which disappear if the network namespace is
# deleted.
sleep 5
}

dump_debug_info_on_failure() {
Expand Down
Loading