Skip to content

Commit

Permalink
Merge pull request #602 from Luap99/fix-test-name
Browse files Browse the repository at this point in the history
fix default route metric test name
  • Loading branch information
openshift-merge-robot authored Mar 3, 2023
2 parents d889b94 + 3a365ed commit ce1e004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/100-bridge-iptables.bats
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ EOF
assert_json "$default_route_v6" '.[0].metric' == "200" "v6 route metric matches v4"
}

@test "$fw_drive - default route metric" {
@test "$fw_driver - default route metric" {
run_netavark --file ${TESTSDIR}/testfiles/dualstack-bridge.json setup $(get_container_netns_path)

run_in_container_netns ip -j route list match 0.0.0.0
Expand Down

0 comments on commit ce1e004

Please sign in to comment.