test_dump_load_instance_scripts needst to support run test in parallel
The test https://gitlab.syncad.com/hive/haf/-/blob/develop/tests/integration/system/haf/test_dump_load_instance_scripts.py uses a class Test to save some information required by the test methods, when the tests are running in parallel then there is a datarace between them.