pingtracer | Ping Tracer continuously pings each network host | Networking library
kandi X-RAY | pingtracer Summary
kandi X-RAY | pingtracer Summary
Ping Tracer continuously pings each network host between your computer and a given destination, helping identify the source of connectivity problems.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of pingtracer
pingtracer Key Features
pingtracer Examples and Code Snippets
Community Discussions
Trending Discussions on pingtracer
QUESTION
I'm trying to use the pytest -k option to filter out specific tests. The filter does not work and returns an error when it contains a forward slash "/". I tried backslash escaping it with one and two backslashes but still the same error. Any idea how to do this?
...ANSWER
Answered 2021-Jul-23 at 15:50-k
is (somewhat intentionally) inflexible -- it is not meant to allow all inputs for matching.
that said, there are two ways to do what you want:
- adjust your
-k
expression slightly:pytest -k 'test_pinger and ping_topoA_ADI_US_PLEAFS_L0_ipv4'
- use the test id directly (this appears to be what you're attempting anyway):
pytest 'tools/test_pinger.py::test_pinger[pingtrace/ADI/ping_topoA_ADI_US_PLEAFS_L0_ipv4.yml]'
disclaimer: I'm a pytest core dev
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install pingtracer
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page