Skip to content

[tests/Mgmt-vrf]:Adding script for management vrf#1210

Closed
chitra-raghavan wants to merge 1 commit intosonic-net:masterfrom
chitra-raghavan:mgmt-vrf
Closed

[tests/Mgmt-vrf]:Adding script for management vrf#1210
chitra-raghavan wants to merge 1 commit intosonic-net:masterfrom
chitra-raghavan:mgmt-vrf

Conversation

@chitra-raghavan
Copy link
Contributor

Summary:
Adding script for management vrf

Type of change

  • [] Bug fix
  • [] Testbed and Framework(new/improvement)
  • Test case(new/improvement)

Approach

How did you do it?

How did you verify/test it?

root@15d676a9e0f5:/var/johnar/sonic-mgmt/tests# py.test --inventory=../ansible/lab --host-pattern=sonic-z9264f-03 --module-path ../ansible/library/ --testbed
=vms-t0-116  --testbed_file=../ansible/testbed.csv test_mgmtvrf.py   --disable_loganalyzer    -log-cli-level=INFO --log-level=INFO -v  --show-capture=stdout
--duration=0
==================================================================== test session starts ====================================================================
platform linux2 -- Python 2.7.12, pytest-4.6.5, py-1.8.0, pluggy-0.12.0 -- /usr/bin/python
cachedir: .pytest_cache
ansible: 2.0.0.2
rootdir: /var/johnar/sonic-mgmt/tests, inifile: pytest.ini
plugins: ansible-2.0.2
collected 10 items

test_mgmtvrf.py::TestMvrfInbound::test_ping PASSED                                                                                                    [ 10%]
test_mgmtvrf.py::TestMvrfInbound::test_snmp_fact PASSED                                                                                               [ 20%]
test_mgmtvrf.py::TestMvrfOutbound::test_ping PASSED                                                                                                   [ 30%]
test_mgmtvrf.py::TestMvrfOutbound::test_wget PASSED                                                                                                   [ 40%]
test_mgmtvrf.py::TestMvrfOutbound::test_curl PASSED                                                                                                   [ 50%]
test_mgmtvrf.py::TestServices::test_ntp PASSED                                                                                                        [ 60%]
test_mgmtvrf.py::TestServices::test_service_acl PASSED                                                                                                [ 70%]
test_mgmtvrf.py::TestReboot::test_warmboot PASSED                                                                                                     [ 80%]
test_mgmtvrf.py::TestReboot::test_reboot PASSED                                                                                                       [ 90%]
test_mgmtvrf.py::TestReboot::test_fastboot PASSED                                                                                                     [100%]

================================================================== slowest test durations ===================================================================
240.93s call     test_mgmtvrf.py::TestReboot::test_reboot
234.44s call     test_mgmtvrf.py::TestReboot::test_warmboot
181.07s call     test_mgmtvrf.py::TestReboot::test_fastboot
84.56s call     test_mgmtvrf.py::TestServices::test_service_acl
23.81s teardown test_mgmtvrf.py::TestReboot::test_fastboot
20.88s call     test_mgmtvrf.py::TestServices::test_ntp
20.72s setup    test_mgmtvrf.py::TestMvrfInbound::test_ping
7.88s setup    test_mgmtvrf.py::TestMvrfOutbound::test_wget
4.17s teardown test_mgmtvrf.py::TestMvrfOutbound::test_wget
3.28s call     test_mgmtvrf.py::TestMvrfInbound::test_snmp_fact
2.36s call     test_mgmtvrf.py::TestMvrfOutbound::test_ping
0.81s call     test_mgmtvrf.py::TestMvrfOutbound::test_wget
0.69s call     test_mgmtvrf.py::TestMvrfOutbound::test_curl
0.60s teardown test_mgmtvrf.py::TestReboot::test_reboot
0.59s teardown test_mgmtvrf.py::TestMvrfOutbound::test_ping
0.58s setup    test_mgmtvrf.py::TestMvrfOutbound::test_ping
0.57s teardown test_mgmtvrf.py::TestReboot::test_warmboot
0.56s setup    test_mgmtvrf.py::TestReboot::test_reboot
0.56s teardown test_mgmtvrf.py::TestMvrfInbound::test_snmp_fact
0.53s setup    test_mgmtvrf.py::TestReboot::test_fastboot
0.52s teardown test_mgmtvrf.py::TestMvrfOutbound::test_curl
0.51s teardown test_mgmtvrf.py::TestServices::test_ntp
0.51s setup    test_mgmtvrf.py::TestMvrfOutbound::test_curl
0.51s setup    test_mgmtvrf.py::TestReboot::test_warmboot
0.51s teardown test_mgmtvrf.py::TestServices::test_service_acl
0.51s setup    test_mgmtvrf.py::TestServices::test_service_acl
0.50s setup    test_mgmtvrf.py::TestServices::test_ntp
0.50s setup    test_mgmtvrf.py::TestMvrfInbound::test_snmp_fact
0.50s teardown test_mgmtvrf.py::TestMvrfInbound::test_ping
0.19s call     test_mgmtvrf.py::TestMvrfInbound::test_ping
================================================================ 10 passed in 834.44 seconds ================================================================

Any platform specific information?

Supported testbed topology if it's a new test case?

Independent of topology

Documentation

@chitra-raghavan
Copy link
Contributor Author

Closing this pull request as 2 PRs are raised by mistake

@chitra-raghavan chitra-raghavan deleted the mgmt-vrf branch November 16, 2019 01:44
kazinator-arista pushed a commit to kazinator-arista/sonic-mgmt that referenced this pull request Mar 4, 2026
…ance submodule head (sonic-net#14029)

utilities:
* a4f141f1 2023-01-10 | [sfputil] Firmware download/upgrade CLI support for QSFP-DD (sonic-net#1947) (sonic-net#2349) (HEAD -> 202205) [CliveNi]

swss-common:
* 41fcad8 2023-01-30 | Increase the netlink buffer size from 3MB to 16MB. (sonic-net#739) (HEAD -> 202205) [KISHORE KUNAL]

sairedis:
* 5ce9990 2023-02-27 | [Dual-ToR] update sai.profile with SAI_ADDITIONAL_MAC_ENABLED attribute if corresponding arg passed to syncd (sonic-net#1201) (HEAD -> 202205) [Andriy Yurkiv]
* 3c2e0c5 2023-02-23 | Use new value of STATE_DB FAST_REBOOT entry (sonic-net#1196) [Aryeh Feigin]
* fe7756f 2023-02-28 | [submodule][SAI]Advance SAI head (sonic-net#1210) (github/202205) [Richard.Yu]

platform-common:
* 321a8e7 2022-09-23 | Cdb fw upgrade (sonic-net#308) (HEAD -> 202205) [CliveNi]

swss:
* ceea558 2023-02-28 | [orchagent]: Get bridge port ID from orchagent cache instead of SAI API (sonic-net#2657) (HEAD -> 202205) [Lawrence Lee]
* bd04e24 2023-03-01 | [dualtor] Fix neighbor miss when mux is not ready (sonic-net#2676) (HEAD -> 202205) [Longxiang Lyu]
* 7d87a90 2023-02-28 | [ci] Fix pipeline error about team5 not found. (sonic-net#2684) [Liu Shilong]
* 93a924c 2023-02-27 | [aclorch] Fixed issue sonic-net#2204.Support IN_PORTS qualifer in MIRRORV6 table. (sonic-net#2668) [Rajkumar-Marvell]
* 9d87ec4 2023-02-23 | swss: Fix Invalid port oid messages generated because of voq counters. (sonic-net#2653) [Sambath Kumar Balasubramanian]

Signed-off-by: Ying Xie <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants