diff --git a/tests/eas/hmp_parity.config b/tests/eas/acceptance.config similarity index 100% rename from tests/eas/hmp_parity.config rename to tests/eas/acceptance.config diff --git a/tests/eas/hmp_parity.py b/tests/eas/acceptance.py similarity index 99% rename from tests/eas/hmp_parity.py rename to tests/eas/acceptance.py index 10a4e6ecad78d6a928affe7f660a3adf34c61351..b38548b9ca9a01be9392abe82a5f2c17feb45d00 100644 --- a/tests/eas/hmp_parity.py +++ b/tests/eas/acceptance.py @@ -30,7 +30,7 @@ logging.basicConfig(level=logging.INFO) CONF_FILE = os.path.join( os.path.dirname( os.path.abspath(__file__)), - "hmp_parity.config") + "acceptance.config") with open(CONF_FILE, "r") as fh: conf_vars = json.load(fh)