-
Notifications
You must be signed in to change notification settings - Fork 401
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The test has the following issues: - it sets up a bridge on net1 and net2, however those interfaces are part of the same qemu hub and this causes switching loops; - the bonds are created on two interfaces but only one has a DHCP server, and this causes random failures; - the checks performed on the client are pretty limited. Rework the test: - avoid the bridging loop; - update the topology to use a bond interface on the server side; - introduce additional checks on the client: start a ping and check that ports are properly attached to bonds and bridge; - make it possible to return module-specific information from the client; in the future this can be added for example to check that the NetworkManager or systemd-networkd configuration is correct.
- Loading branch information
1 parent
8f44740
commit 5e846cb
Showing
4 changed files
with
127 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/nfs/client 192.168.50.0/24(rw,insecure,no_subtree_check,no_root_squash) | ||
/nfs/client 192.168.50.0/24(rw,insecure,no_subtree_check,no_root_squash) 192.168.51.0/24(rw,insecure,no_subtree_check,no_root_squash) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters