Add tests for interface naming mode#716
Conversation
| always: | ||
|
|
||
| - name: set the interface up | ||
| shell: sudo config interface startup {{intf}} |
There was a problem hiding this comment.
Please note that the "config interface ..." syntax changed recently. The interface name should now be placed after "interface" and before the subcommand. Please update all "config interface ..." commands and confirm they work properly.
There was a problem hiding this comment.
change the config commands. but couldn't verify due to Issue sonic-net/SONiC#268
There was a problem hiding this comment.
@chitra-raghavan: Can you or @paavaanan please investigate the root cause of sonic-net/SONiC#268?
|
Script logs in z9100 for t0 and t1 topology |
|
Added here the passed logs for this script with latest master build |
|
Please fix conflicts. |
ansible/roles/test/tasks/iface_naming_mode/show_pfc_counters.yml
Outdated
Show resolved
Hide resolved
ansible/roles/test/tasks/iface_naming_mode/show_queue_counters.yml
Outdated
Show resolved
Hide resolved
|
@chitra-raghava: Do these test cover all the current SONiC CLI commands which utilize the interface naming mode feature? A good deal of time has passed since this PR was originally opened, so I just want to make sure we're testing everything that currently uses the feature. Can you please double-check and confirm? |
jleveque
left a comment
There was a problem hiding this comment.
I am approving this PR, and will merge it shortly. Please review the current status of commands which utilize the interface naming mode and add tests for those which are currently not covered in a separate PR.
Submodule src/sonic-swss f09ddb4..49c9c16: > Allow buffer profile apply after init (sonic-net#1099) > [aclorch]: Check for existing mirror table only when creating a new table (sonic-net#1089) > [201811] [portsorch] fix PortsOrch::allPortsReady() returns true when it should not (sonic-net#1116) > Address review comment: remove data member m_entriesCreated, which is introduced for dependancy resolution purpose. (sonic-net#839) > Fix PFC watchdog not getting lossless TC (sonic-net#876) Submodule src/sonic-utilities c049e54..2ca1ae1: > Add a generic configlet application script (sonic-net#716) Signed-off-by: Ying Xie <ying.xie@microsoft.com>
Description of PR
Summary:
Adding scripts for port alias feature
Type of change
Approach
How did you do it?
Created new task under roles named port_alias.yml which in turn include files under port_alias/
How did you verify/test it?
Tested in T0/T1/PTF topologies
Any platform specific information?
Platform independent
Supported testbed topology if it's a new test case?
T0/T1/PTF