summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py
AgeCommit message (Collapse)Author
2021-05-11tests: Unify directory naming for topotestsDonatas Abraitis
Change every `-` to `_` in directory names. This is to avoid mixing _ and -. Just for consistency and directory sorting properly. Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
2021-03-01tests: Add some pytest.mark.bgpdDonald Sharp
Add some pytest.mark.bgpd. This is about all I could stomach doing in one patch. I'll do another pass at another time. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2020-12-17tests: please follow the style guidewhitespace
thanks Signed-off-by: Quentin Young <qlyoung@nvidia.com>
2020-10-07*: reformat python fileswhitespace
We are now using black. Signed-off-by: Quentin Young <qlyoung@nvidia.com>
2020-09-26tests: python3 compat fixes for topotests: tabs and miscMark Stapp
Use only spaces in python files; no tabs; also a couple of small api fixes. Signed-off-by: Mark Stapp <mjs@voltanet.io>
2020-09-15tests: fixing pytest.skip error.nguggarigoud
Updated scripts to handle skip on lower kernel version. Signed-off-by: naveen <nguggarigoud@vmware.com>
2020-09-15tests: Moving kernel version check to API.naveen
Signed-off-by: naveen <nguggarigoud@vmware.com>
2020-09-15tests: Kernel version check for topojson scripts.naveen
1. Added linux kernel version check to avoid failures in CI systems if matching kernel version not found. Signed-off-by: naveen <nguggarigoud@vmware.com>
2020-08-28tests: Add new tests to bgp-basic-functionality-topo1Kuldeep Kashyap
1. Added new tests to bgp-basic-functionality-topo1 3. Execution time increased by 55 sec Signed-off-by: Kuldeep Kashyap <kashyapk@vmware.com>
2020-04-09tests: Added new tests to bgp-basic-functionality-topo1Kuldeep Kashyap
1. Added 2 new test cases to bgp-basic-functionality-topo1 2. Enhanced 2 tests to run for both static routes and network advvertise command Signed-off-by: Kuldeep Kashyap <kashyapk@vmware.com>
2020-04-08tests: Added new tests to bgp-basic-functionality-topo1Kuldeep Kashyap
1. Added 2 new test cases to bgp-basic-functionality-topo1 2. Enhanced 2 tests to run for both static routes and network advvertise command Signed-off-by: Kuldeep Kashyap <kashyapk@vmware.com>
2020-04-03tests: Run python formatter (black) for topotestsreformat
Mostly ' => ", whitespace changes. Using https://github.com/psf/black Signed-off-by: reformat <reformat@nobody.nobody>
2020-03-16tests: Optimize bgp-basic-functionality-topo1 test suiteKuldeep Kashyap
1. Used aggresive values to verify keepalive and holddown timers functionality 2. Modified variable name in lib/bgp.py Signed-off-by: Kuldeep Kashyap <kashyapk@vmware.com>
2019-09-03tests: Fix topojson static route testsAshish Pant
Signed-off-by: Ashish Pant <ashish12pant@gmail.com> Fix static route test in bgp-basic-functionality-topo1 and example-topojson-test after lib changes Add example-topojson-test to ignore from pytest.ini
2019-07-09tests: Fix logdir creationAshish Pant
Signed-off-by: Ashish Pant <ashish12pant@gmail.com> Creates logdir everytime in start_topology, removed stop_topoloy. Using tgen.stop_topology in test case now.
2019-07-09tests: Adding bgp tests for prefix-listsAshish Pant
Signed-off-by: Ashish Pant <ashish12pant@gmail.com> Adds mulitple test scenarios for prefix-lists in bgp. Verfication API for prefix-lits Also adds description for bgp-basic test suite
2019-07-09tests: Adding 5 test cases to bgp-basic suiteAshish Pant
Signed-off-by: Ashish Pant <ashish12pant@gmail.com> Adding test cases and verfication API for new test cases
2019-07-09tests: Adding timers and bgp 4 bytes ASN testAshish Pant
Signed-off-by: Ashish Pant <ashish12pant@gmail.com> Adding verify and config apis for bgp timer testcase Adding verify and config apis for changing ASN to 4 bytes
2019-07-09tests: First test case and JSONAshish Pant
Signed-off-by: Ashish Pant <ashish12pant@gmail.com> Adds verification API for bgp, first test case alongwith JSON file