Closed
Conversation
* Testbed v2 * Restore docker registry * Fix testbed.csv * Remove *.pyc file * Varius fixes * Sync with master * Make testbed-cli executable * Get vm tap interface id dynamically
* Change password to ONIE-image defaults Signed-off-by: Nadiya.Stetskovych <Nadiya.Stetskovych@cavium.com>
Signed-off-by: Nadiya.Stetskovych <Nadiya.Stetskovych@cavium.com>
…et#125) syncd service can be installed without swss service. It only has to be started after swss.
* Fix failure of deployment on docker container. Verified on HW as well. Signed-off-by: Pavlo Kandrin <pavlo.kandrin@cavium.com> * Added root user's home directory to condition for collecting temporary directories
- Make it work against the NG testbed - Make it work against t1 and t1-lag testbed_type Signed-off-by: Shuotian Cheng <shuche@microsoft.com>
Add implementation of everflow config and login tests. Everflow testbed test implementation. Add implementation of testcase sonic-net#1 Resolved route. Everflow testbed test implementation. Add implementation of testcase sonic-net#2-8.
Signed-off-by: Taoyu Li <taoyl@microsoft.com>
Signed-off-by: Shuotian Cheng <shuche@microsoft.com>
new testbed topology: t0-64 script for cleaning testbed after power outage fixes for the testbed server configuration which permits bridging in kernel some fixes for Ansible 2.2 ptf_runner
* decap test v1 * decap test added * checkout on fib_test * restoring ACL test * fixes * fix sonic-net#2 * removed decap configuration in the test * added tcp port fields to simple_tcp_packet * removed some vars
…new filename (sonic-net#151) - Other cleanup, grammar and formatting
Fix issue observered when tests are run without "everflow" tag.
Signed-off-by: marian-pritsak <marianp@mellanox.com>
* add additional/alternative lag test for using lab graph file to identify fanout switch ports; modify the lacp_time playbook be able to validate both fast and slow rate; leave traffic balancing part of lag test to FIB test * modify it run for T0 lag too * add todo and fix typo * Pretty much sure lacp timing issue is covered by lag_2.yml, all other existing lab tests, not very sure if they are still working or not since cannot test in my environment. Will leave it here until I can confirm no one is running it * minor typo fix * fix comment
1. map() function in Python3 and some newer version? python return an object instead of list. Fix the error in some system when parsing the graph file. 2. Fix sample lab_graph xml file error
…sonic-net#203) - Also resolves sonic-net#173 - Also remove unused line from minigraph_facts.py - Also add .gitignore file and ignore compiled Python files in plugins/ directory
This test is a combination of link flap test and FIB test. It will test the FIB after the link flapping and check the forwarding as well as balancing functionalities.
lguohan
reviewed
Jul 12, 2017
|
|
||
| # Generate route file | ||
| - name: Generate route-port map information | ||
| template: src=roles/test/templates/fib.j2 |
Contributor
There was a problem hiding this comment.
you can use template to deploy the file to remote host, it can be combine with copy. not sure if you need to separate them.
lguohan
requested changes
Jul 12, 2017
|
|
||
| - pause: | ||
| seconds: 20 | ||
|
|
Contributor
There was a problem hiding this comment.
maybe it is better to verify the port is down on the dut before you start the fib test.
| host: "{{peer_host}}" | ||
| login: "{{switch_login[hwsku_map[peer_hwsku]]}}" | ||
| connection: switch | ||
|
|
Contributor
There was a problem hiding this comment.
maybe it is better to verify the port on the dut is up before you finish the test.
Contributor
|
@stcheng, can you update the PR? there are lots of conflicts due the history change. |
Contributor
|
too old pr. |
auspham
pushed a commit
to auspham/sonic-mgmt
that referenced
this pull request
May 30, 2025
…ti-asic (sonic-net#211) <!-- Please make sure you've read and understood our contributing guidelines; https://github.com/sonic-net/SONiC/blob/gh-pages/CONTRIBUTING.md Please provide following information to help code review process a bit easier: --> ### Description of PR <!-- - Please include a summary of the change and which issue is fixed. - Please also include relevant motivation and context. Where should reviewer start? background context? - List any dependencies that are required for this change. --> Summary: Fixes # (issue) - Split the original PR sonic-net#17130 into individual PRs for each test. - This is an enhancement to support VOQ Single DUT Multi-ASIC setup for T2 topo. ### Type of change <!-- - Fill x for your type of change. - e.g. - [x] Bug fix --> - [ ] Bug fix - [ ] Testbed and Framework(new/improvement) - [ ] New Test case - [ ] Skipped for non-supported platforms - [x] Test case improvement ### Back port request - [ ] 202012 - [ ] 202205 - [ ] 202305 - [ ] 202311 - [ ] 202405 - [x] 202411 ### Approach #### What is the motivation for this PR? - New testbed modification of VOQ Single DUT and multi-asic. #### How did you do it? - If switch type is VOQ, decide based on the number of Duts and also based on if the DUT is modular chassis or not. #### How did you verify/test it? #### Any platform specific information? #### Supported testbed topology if it's a new test case? - T2 VOQ Single Dut Multi ASIC ### Documentation <!-- (If it's a new feature, new test case) Did you update documentation/Wiki relevant to your implementation? Link to the wiki page? -->
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…et#7487) * [202012][swss/swss-common/utilities/kernel] Update submodule sonic-swss: - [Monitor Vlan] Fix a typo in hostif (sonic-net#1722) - Update pool sizes during initialization from timer only (sonic-net#1708) - [SflowMgr] SamplingRate Update by Speed Change Added (sonic-net#1721) sonic-swss-common: - [swss-common] Add MUX Metrics Table (sonic-net#482) - [azp] Purge swss before installing the newly built deb package (sonic-net#472) sonic-utilities: - disk_check: Check & mount RO as RW using tmpfs (sonic-net#1569) - No more IP validation as it is more likely a URL (sonic-net#1555) - Stop PMON docker before cold and soft reboots (sonic-net#1514) - Add soft-reboot reboot type (sonic-net#1453) - [acl] Use a list instead of a comma-separated string for ACL port list (sonic-net#1519) - sonic-installer: fix py3 issues in bootloader.aboot (sonic-net#1553) - Fix unsupported fs.squashfs extraction in sonic-installer (sonic-net#1366) - [show][config] cli support for firmware upgrade on Y-Cable (sonic-net#1528) (sonic-net#1558) sonic-linux-kernel: - [Mellanox] backport kernel patches for hw-management 7.0100.2303 (sonic-net#211) Signed-off-by: Danny Allen <daall@microsoft.com> * Update utilities w/ build fix
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
ef4b3ec [Y-Cable] add the definition inside setup.py to include sonic_y_cable.credo as a package (sonic-net#211) 7d81488 [Y-Cable][Credo] Credo implementation of YCable class which inherits from YCableBase required for Y-Cable API's in sonic-platform-daemons (sonic-net#203) 3efb093 [sonic_y_cable] add abstract class YCableBase required for Y-cable API support for multiple vendors (sonic-net#186) Signed-off-by: vaibhav-dahiya <vdahiya@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.
This test is a combination of link flap test and FIB test.
It will test the FIB after the link flapping and check the forwarding
as well as balancing functionalities.