testsuites

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-8910: Meetings & Support - General Support

- Created an interface class to merge Dialin staging and refactoring the Simulator for the new dg_simulator.

    • -462
    • +0
    /simulator/plugins/HDOpMode/interface.ui
    • -72
    • +0
    /simulator/plugins/HDOpMode/loader.py
    • -6
    • +7
    /simulator/plugins/__poweroff/loader.py
    • -12
    • +12
    /simulator/plugins/alarms/loader.py
    • -4
    • +4
    /simulator/plugins/bloodPrime/loader.py
    • -12
    • +12
    /simulator/plugins/disinfection/loader.py
  1. … 30 more files in changeset.
DEN-8521: Implementations [Simulator/Testing]

- made the mute button toggle work.

DEN-8521: Implementations [Simulator/Testing]

    • -13
    • +307
    /simulator/plugins/alarms/interface.ui
    • -2
    • +67
    /simulator/plugins/alarms/loader.py
    • -16
    • +9
    /simulator/plugins/disinfection/loader.py
Merge branch 'DEN-8308_UI_DEV_Treatment_Log' into DEN-8495_UI_DEV_Service_ManualDisinfection_Flush

DEN-8319: TxLog: Code Review 0

Last minute modification request to remove timestamps

- It seems reasonable to remove the timestamps and let UI set timestamp upon receiving the messages fro each of the average(data)/Alarm/Event.

DEN-8558: TxLog: Implementation [Simulator/Testing]

- More testing in simulation

    • -1
    • +1
    /simulator/plugins/HDOpMode/interface.ui
DEN-8558: TxLog: Implementation [Simulator/Testing]

    • -1
    • +1
    /simulator/plugins/rinseback/interface.ui
DEN-8316: TxLog: Implementation [Simulator/Testing]

    • -3
    • +9
    /simulator/plugins/HDOpMode/interface.ui
    • -12
    • +92
    /simulator/plugins/alarms/interface.ui
    • -1
    • +22
    /simulator/plugins/alarms/loader.py
DEN-7831: posTx: Implementation [Simulator/Testing]

- Disinfection

    • -0
    • +823
    /simulator/plugins/disinfection/interface.ui
    • -0
    • +171
    /simulator/plugins/disinfection/loader.py
DEN-7831: posTx: Implementation [Simulator/Testing]

- for test I put these in the xxx_to_bytearray function itself in Dialin and removed from there put it here.

DEN-7831: posTx: Implementation [Simulator/Testing]

    • -27
    • +44
    /simulator/plugins/HDOpMode/interface.ui
    • -0
    • +2312
    /simulator/plugins/PostTreatment/interface.ui
    • -0
    • +252
    /simulator/plugins/PostTreatment/loader.py
DEN-8067: Meetings & Support - Post-Treatment Integration

- Added HD, DG channel for the general progress message.

DEN-8057: posTx: Implementation [Messaging] (HD StandBy subMode)

- Added the HDOpMode message subMode.

    • -1
    • +166
    /simulator/plugins/HDOpMode/interface.ui
DEN-7833: Implementations [Merge the Wi-Fi, Date/Time into the code]

- Added the channel selection to the General Response message plugin

- Added find_radio_button

DEN-7831: posTx: Implementation [Simulator/Testing]

- It is not completed yet so the folder renamed to __PostTreatment

- It is only the UI portion

    • -0
    • +79
    /simulator/plugins/__PostTreatment/loader.py
DEN-7823: Meetings & Support - General purpose

- Added Alarm No Minimize so user can't minimize some alarms regarding the Alarm message received.

    • -4
    • +4
    /simulator/plugins/alarms/interface.ui
DEN-7147: preTx: Code Review 0

- Added syringe pump state

DEN-7377: preTx: Implementation [Dynamic Instruction Loading] ( 2 )

- Added General progress and acknowledge message simulator.

DEN-7461: Meetings & Support - Pre-Treatment Integration

- Integration modifications

- UF Modifications request

- Saline Modification request

- Updated the validation mAccepted to be 1=true and 0=false.

- Heparin Stopped stated modification request

DEN-7139: preTx: Implementation [Screens] ( 2 )

DEN-7145: preTx: Implementation [Simulator/Testing] ( 2 )

- The Simulator was acting odd and found out an enum was added to the FwCommon which needs to be affected in simulator.

DEN-7145: PreTx Consumables States

DEN-7145: preTx: Implementation [Simulator/Testing] ( 2 )

- Made menus index based.

- Added Self Test Dry

- Added Self Test No Cartridge

- Added Filter flush

- Added Disposable Prime

    • -1
    • +1
    /simulator/plugins/HDOpMode/interface.ui
    • -0
    • +63
    /simulator/plugins/disposablesPrime/loader.py
    • -0
    • +274
    /simulator/plugins/filterFlush/interface.ui
    • -0
    • +63
    /simulator/plugins/filterFlush/loader.py
    • -1
    • +1
    /simulator/plugins/heparin/interface.ui
    • -1
    • +1
    /simulator/plugins/rinseback/interface.ui
    • -0
    • +274
    /simulator/plugins/selftestDry/interface.ui
  1. … 9 more files in changeset.
DEN-7144: preTx: Implementation [Simulator/Testing] ( 1 )

    • -0
    • +93
    /simulator/plugins/__poweroff/interface.ui
    • -0
    • +101
    /simulator/plugins/__poweroff/loader.py
    • -1
    • +0
    /simulator/plugins/bloodPrime/loader.py
    • -1
    • +0
    /simulator/plugins/recirculate/loader.py
    • -1
    • +0
    /simulator/plugins/rinseback/loader.py
  1. … 7 more files in changeset.
DEN-7142: preTx: Implementation [Navigation] ( 1 )

- As part of the navigation for the HD_Op_Mode a plugin for that has been added into the simulator.

- Pretreatmentstate plugin incomplete.

    • -0
    • +274
    /simulator/plugins/HDOpMode/interface.ui
    • -0
    • +62
    /simulator/plugins/HDOpMode/loader.py
DEN-7144: Dynamic sub-menu creation for plugins [General improvement]

- The plugin windowtitle will be used for sub-menus by the format blow:

<top_menu_name>/<plugin-menu-name>

- the character '/' is the separator and only one menu level will be created.

- the names are non-case-sensitive

- the character '&' will be removed and will only used for menu shortcuts.

- names will be trimmed.

    • -1
    • +1
    /simulator/plugins/alarms/interface.ui
    • -1
    • +1
    /simulator/plugins/heparin/interface.ui
    • -1
    • +1
    /simulator/plugins/rinseback/interface.ui
    • -1
    • +1
    /simulator/plugins/version/interface.ui
DEN-7144: Fixing the Alarm plugin / adding instance count

- The Alarm plugin should use the HDAlarmSimulator

- Added a check for single instance of the Alarm Simulator class instance.

    • -12
    • +11
    /simulator/plugins/alarms/loader.py
DEN-7144: preTx: Implementation [Simulator/Testing] ( 1 )

- update the simulator with the latest Dialin staging

- Alarm has been disabled since it use another class.

Added a variable to be able to checkout dialin branches/tags