Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with WaitForArp #3410

Open
cprabha opened this issue Aug 28, 2024 · 4 comments
Open

Issue with WaitForArp #3410

cprabha opened this issue Aug 28, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@cprabha
Copy link
Contributor

cprabha commented Aug 28, 2024

Hi ,

"WaitForArp" needs way to invoke arp request when invoked this api.

As of now "WaitForArp " Ixia API call does not send explicit arp request , which is very much needed when tests have interface change events in containerized environment. (Virtual platforms).

As of now ARP is resolved only during Pushconfig API and not when we invoke "WaitForARP".

Thanks,
Prabha

@cprabha cprabha added the bug Something isn't working label Aug 28, 2024
@dplore
Copy link
Member

dplore commented Aug 29, 2024

@octpetre can you respond?

@dplore
Copy link
Member

dplore commented Aug 29, 2024

@jasdeep-hundal FYI

@octpetre
Copy link
Contributor

I'm able to run this test fine.
I'm using OTG Release v1.14.0-1

    defaults_test.go:199: 
        OTG Port Metrics
        ------------------------------------------------------------------------------------------------------------------------
        
        Name                     Frames Tx      Frames Rx      Bytes Tx       Bytes Rx       FPS Tx         FPS Rx         Link           
        port1                    30018          2              2191314        340            0              0              up             
        port2                    0              30020          0              2191654        0              0              up             
        ------------------------------------------------------------------------------------------------------------------------
        
        
        
    defaults_test.go:215: 
        *** Stopping protocols on otg...
        
        
--- PASS: TestDefaultAddressFamilies (77.13s)
    --- PASS: TestDefaultAddressFamilies/Default_network_instance (39.21s)
    --- PASS: TestDefaultAddressFamilies/Non_default_network_instance (37.77s)
PASS

@LimeHat
Copy link
Contributor

LimeHat commented Oct 30, 2024

#3258 introduced a workaround to avoid the issue, hence the result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants