Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 31e52fc

Browse files
authored
smoketest: fix delete bonding before checking bond delete iface
1 parent f5aaef3 commit 31e52fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoketest/scripts/cli/test_vpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ def test_06_vpp_bonding(self):
644644
self.assertFalse(os.path.isdir(f'/sys/class/net/{interface_kernel}'))
645645

646646
# delete bonding interface
647-
self.cli_set(base_path + ['interfaces', 'bonding', interface_bond])
647+
self.cli_delete(base_path + ['interfaces', 'bonding'])
648648
self.cli_commit()
649649

650650
# check deleting bonding interface

0 commit comments

Comments
 (0)