Skip to content

S6100: IP_decap and FIB tests files doesnt work for contiguous ports #317

@chitra-raghavan

Description

@chitra-raghavan

IP_decap test and FIB tests doesn't work for non-contiguous ports.

The files IP_decap_test.py and fib_test.py takes the source port range from 0 to 32 . If the ports are non-contiguous , the test fails.

sonic-mgmt/ansible/roles/test/files/ptftests/IP_decap_test.py

    if self.test_params['testbed_type'] == 't1' or self.test_params['testbed_type'] == 't1-lag':
        self.src_ports = range(0, 32)

sonic-mgmt/ansible/roles/test/files/ptftests/IP_decap_test.py

    if self.test_params['testbed_type'] == 't1' or self.test_params['testbed_type'] == 't1-lag':
        self.src_ports = range(0, 32)

Metadata

Metadata

Assignees

No one assigned

    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