Skip to content

script issue in sanity/test_sanity_l3.py #2897

@trimukhekm11

Description

@trimukhekm11

script issue in sanity/test_sanity_l3.py

Description

we are facing following script issue

if basic_obj.is_vsonic_device(vars.D1):
E NameError: global name 'basic_obj' is not defined

sanity/test_sanity_l3.py:147: NameError

missing import apis.system.basic as basic_obj

if basic_obj.is_vsonic_device(vars.D1):
E AttributeError: 'module' object has no attribute 'is_vsonic_device'

sanity/test_sanity_l3.py:147: AttributeError

is_vsonic_device proc is missing in apis.system.basic

ping_result = ipfeature.ping(dut2, data.d1t1_ip_addr)
E NameError: global name 'dut2' is not defined

sanity/test_sanity_l3.py:160: NameError

Steps to reproduce the issue:
1.run the sanity/test_sanity_l3.py suite

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