Change the convention for system test directory names to always use an
underscore rather than a hyphen. Names using underscore are valid python
package names and can be used with standard `import` facilities in
python, which allows easier code reuse.
Merge branch 'nicki/system-test-dir-underscore-names' into 'main'
See merge request isc-projects/bind9!11710