Index: leahi_dialin/common/test_config_defs.py =================================================================== diff -u -r66ca4d7e28f9a008813bc7bca92dbd98616a840b -r62640bb1dfcb4279d31719ca933c3ce69bfb46be --- leahi_dialin/common/test_config_defs.py (.../test_config_defs.py) (revision 66ca4d7e28f9a008813bc7bca92dbd98616a840b) +++ leahi_dialin/common/test_config_defs.py (.../test_config_defs.py) (revision 62640bb1dfcb4279d31719ca933c3ce69bfb46be) @@ -33,7 +33,8 @@ TEST_CONFIG_DD_ENABLE_UF_TEMP_COMP = 10 # (DD) Test configuration to enable Ultrafiltration temperature compensation TEST_CONFIG_DD_RUN_SOLO = 11 # (DD) Test configuration to run DD alone without the other subsystems TEST_CONFIG_DD_FP_ENABLE_BETA_2_0_HW = 12 # (DD) Test configuration to run DD alone without the other subsystems - NUM_OF_TEST_CONFIGS = 13 # Number of Test Configs + TEST_CONFIG_DD_DRY_BICART_TEST = 13 # (DD) Test configuration to test drybicart initial fill from pre-gen + NUM_OF_TEST_CONFIGS = 14 # Number of Test Configs DDFPTestConfigOptions._str_list = {} @unique