Index: suite_leahi/shared/scripts/configuration/config.py =================================================================== diff -u -rf89e67f8f2dd341d78381fb45b42ee2d53f242e0 -r9e9fb3fcb3825db1635bd4be27e49c5e0d354b8a --- suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision f89e67f8f2dd341d78381fb45b42ee2d53f242e0) +++ suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 9e9fb3fcb3825db1635bd4be27e49c5e0d354b8a) @@ -5,6 +5,10 @@ AUT_NAME = "leahi -k -K -S -q" AUT_NAME_ONLY = "leahi" # Need only the AUT name for tst_ui_logs, do not add options +#Solution Infusion +TOTAL_FLUID_DELIVERED = "Total Fluid Delivered" +DELIVERING_FLUID = "Delivering Fluid" + # Configuration application_init.py TMP_DIR = "/tmp/" APP_POST_LOG_LOCATION = "".join([str(TMP_DIR),'/post.log'])