[vtestbed] Add another t0 testbed to virtual inventory#1750
Merged
daall merged 3 commits intosonic-net:masterfrom Jun 10, 2020
Merged
[vtestbed] Add another t0 testbed to virtual inventory#1750daall merged 3 commits intosonic-net:masterfrom
daall merged 3 commits intosonic-net:masterfrom
Conversation
Signed-off-by: Danny Allen <daall@microsoft.com>
tahmed-dev
approved these changes
Jun 9, 2020
Contributor
Author
|
Oops, I found an issue when I tried to redeploy, trying to verify if it's my local system or the testbed config... EDIT: The serial port of kvm-t0-1 and kvm-t0-2 have to be different, otherwise they can't be deployed on the same system. I also changed the IPs and base VMs to line up with #1720. I tested again deploying the two testbeds concurrently and was able to deploy both and run test_bgp_fact succesfully on both. |
lguohan
reviewed
Jun 10, 2020
Contributor
|
others lgtm |
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
sonic-swss commits 5fbd113 [Flex-counters] Fix the delay of flex counters flow to prevent infinite loop (sonic-net#1899) dc685b6 [portsorch] Add an extra check before setting oper speed to APPL_DB (sonic-net#1885) ceef728 Update port_rates & rif_rates lua scripts to convert poll_interval to MS (sonic-net#1855) sonic-utilities commits 3160753 [ci]: Support PR coverage (sonic-net#1806) 3316fdb fix wrong code indent in sfputil (sonic-net#1808) c33e3a8 [config reload] Fix config reload failure due to sonic.target job cancellation (sonic-net#1814) 4f7e107 [portconfig] Validate duplicate speed value and interface type value (sonic-net#1745) 59817e2 [warm-reboot] Add new preboot health check: verify database integrity (sonic-net#1785) bf2ff3c [portstat, intfstat] added rates and utilization (sonic-net#1750) 3bf962c [show][platform] Revise chassis info fallback to only fall back on pmon crash (sonic-net#1751)
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…tically (#25609) #### Why I did it src/sonic-sairedis ``` * c7a61be0 - (HEAD -> 202511, origin/202511) Fix switch stat counters by using get_stats_ext instead of get_stats (sonic-net#1775) (3 hours ago) [mssonicbld] * 4f1d7d99 - Revert "Temp workaround for sonic-buildimage issue 23387 (sonic-net#1629)" (sonic-net#1758) (13 hours ago) [mssonicbld] * 7c5f17d2 - [ci] Install redis from Debian (sonic-net#1778) (24 hours ago) [mssonicbld] * ec4a54d5 - Fix dash meter COUNTERS_DB keys to use VID instead of RID (sonic-net#1750) (4 days ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
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.
Signed-off-by: Danny Allen daall@microsoft.com
Description of PR
Summary: Adds another t0 topology to the testbed we can use for running KVM tests.
Type of change
Approach
What is the motivation for this PR?
We want to be able to run multiple KVM tests on the same runner concurrently, so we need a second t0 topology defined that we can use for running the tests.
How did you do it?
Updated the inventory/testbed files.
How did you verify/test it?
Deployed the new system using ansible.