forked from avocado-framework-tests/avocado-misc-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add: option to optionally maintain virt-net config
For LPM, there are different options to use along with the command, which specifies what configuration to maintain and what not to. To start with, we are enabling --vniccfg option with a value of 2, which means "maintain virtual network configuration if possible". Signed-off-by: Narasimhan V <[email protected]>
- Loading branch information
1 parent
a0cc1a5
commit 4c99a09
Showing
3 changed files
with
5 additions
and
0 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 |
---|---|---|
|
@@ -9,3 +9,4 @@ sriov_ports: | |
remote_sriov_adapters: | ||
remote_sriov_ports: | ||
bandwidth: | ||
options: "--vniccfg 2" |
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