Skip to content

sonic-mgmt/tests/pc/test_lag_2.py failed since EOS CLI incorrectly set about lacp mode #2041

@ljyfree

Description

@ljyfree

Description

Steps to reproduce the issue:

  1. https://github.com/Azure/sonic-mgmt/blob/master/tests/common/devices.py#L817
    def set_interface_lacp_rate_mode(self, interface_name, mode):
        out = self.eos_config(
            lines=['lacp rate %s' % mode],
            parents='interface %s' % interface_name)
  1. The CLI should be "lacp timer MODE" instead of "lacp rate MODE"
    https://www.arista.com/en/um-eos/eos-section-12-5-port-channel-and-lacp-configuration-commands#ww1152096
Switch(config-if-Et4)#lacp timer fast
Switch(config-if-Et4)#

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions