Use common name convention for pytest files

It is better to use consistent file names to avoid issue with sorting
etc.

Using underscore in filenames as opposed to dash was chosen because it
seems more common in pytest/python to use underscore for filenames.

Also rename the bin/tests/system/timeouts/tests-tcp.py file to
bin/tests/system/timeouts/tests_tcp_timeouts.py to avoid pytest name
collision (there can't be two files named tests_tcp.py).

(cherry picked from commit f6409ee6ac)
This commit is contained in:
Tom Krizek 2022-10-14 11:12:53 +02:00
parent 6fd6686865
commit 4652da6caf
No known key found for this signature in database
GPG key ID: 01623B9B652A20A7
9 changed files with 0 additions and 0 deletions