add support for virtual testbed#774
Merged
lguohan merged 32 commits intosonic-net:masterfrom Jan 17, 2019
Merged
Conversation
0c83cb9 to
ae23496
Compare
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
in order in the guest OS. eth0 is the mangement port Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
the test server
This reverts commit 49fdbf89e21f37efcf2e505de9c9314ab12006c5.
Signed-off-by: Guohan Lu <gulv@microsoft.com>
Signed-off-by: Guohan Lu <gulv@microsoft.com>
ed094ea to
12434bc
Compare
in a topology. It deploy the current sonic vm and recreate a new sonic vm Signed-off-by: Guohan Lu <gulv@microsoft.com>
pavel-shirshov
approved these changes
Jan 17, 2019
| @@ -1,4 +1,4 @@ | |||
| root_path: /home/azure/veos-vm | |||
| root_path: veos-vm | |||
Contributor
There was a problem hiding this comment.
it's not a root path in this case
Contributor
Author
There was a problem hiding this comment.
i'll fix in a separate pr.
Collaborator
|
Made to 201811 branch on 1/18/2019 |
mykolaf
reviewed
Aug 5, 2019
| @@ -0,0 +1,123 @@ | |||
| # Testbed Setup | |||
Contributor
There was a problem hiding this comment.
Hi @lguohan . Is there a list of tests which are supported on this virtual testbed?
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Submodule src/sonic-swss 24fcbb6..3cee6b8: > [aclorch]: Fix table name in counter table for mirror rules (sonic-net#1060) > Cannot ping to link-local ipv6 interface address of the switch. (sonic-net#774) > [MirrorOrch]: Mirror Session Retention across Warm Reboot (sonic-net#1062) Submodule src/sonic-utilities afaedb7..a06bee7: > [201811][config] Add '-h' and '-?' as help options to unify with show/sonic-clear cmds (sonic-net#654) > Revert "Fixed config Asym PFC CLI. (sonic-net#632)" (sonic-net#652) Signed-off-by: Ying Xie <ying.xie@microsoft.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of PR
Virtual testbed a testbed that is built around kvm image. It built a sonic testbed that is similar physical testbed.
Summary:
Fixes # (issue)
Type of change
Approach
How did you do it?
The main change here is to decouple the interface binding in vm_topology.py library. The change introduces kvm_port.py and vlan_port.py to get/create/remove the interfaces that are used to bind/unbind with the vm and ptf docker.
How did you verify/test it?
Test it on both virtual testbed and physical testbed.
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation