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

commented out test_bgpaas_md5 test case #38

Open
wants to merge 1 commit into
base: R2011
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/bgpaas/test_bgpaas.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,9 +783,10 @@ def test_bgpaas_vsrx_ipv4_mapped_ipv6_nexthop(self):


@preposttest_wrapper
def test_bgpaas_md5(self):
def unsupported_test_bgpaas_md5(self):
"""
Description: Verify md5 for bgpaas bgp session
this test case is not supported as per bug : https://contrail-jws.atlassian.net/browse/CEM-12823
Test Steps:
1. Configure authentication method to md5 and configure key in bgpaas service
2. Verify BGP session dont come up , when authentication key is not configured in vsrx.
Expand Down