testsuites

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
testcase for Authentication through patient id

Revert "testcase for user authentication"

This reverts commit a06097b6c375bec6088f8fa6feecc8851eaa5889.

    • -7
    • +0
    /shared/scripts/dialin/common/__init__.py
    • -311
    • +0
    /shared/scripts/dialin/common/alarm_defs.py
    • -40
    • +0
    /shared/scripts/dialin/common/config.py
    • -230
    • +0
    /shared/scripts/dialin/common/dg_defs.py
    • -391
    • +0
    /shared/scripts/dialin/common/hd_defs.py
    • -132
    • +0
    /shared/scripts/dialin/common/msg_defs.py
    • -392
    • +0
    /shared/scripts/dialin/common/msg_ids.py
    • -70
    • +0
    /shared/scripts/dialin/common/prs_defs.py
    • -173
    • +0
    /shared/scripts/dialin/common/ui_defs.py
    • -108
    • +0
    /shared/scripts/dialin/configuration/utility.py
    • -26
    • +0
    /shared/scripts/dialin/dg/__init__.py
  1. … 86 more files in changeset.
testcase for user authentication

    • -0
    • +2
    /shared/scripts/dialin/.gitignore
    • -0
    • +18
    /shared/scripts/dialin/__init__.py
    • -0
    • +7
    /shared/scripts/dialin/common/__init__.py
    • -0
    • +311
    /shared/scripts/dialin/common/alarm_defs.py
    • -0
    • +26
    /shared/scripts/dialin/common/alarm_priorities.py
    • -0
    • +40
    /shared/scripts/dialin/common/config.py
    • -0
    • +230
    /shared/scripts/dialin/common/dg_defs.py
    • -0
    • +391
    /shared/scripts/dialin/common/hd_defs.py
    • -0
    • +132
    /shared/scripts/dialin/common/msg_defs.py
    • -0
    • +392
    /shared/scripts/dialin/common/msg_ids.py
    • -0
    • +70
    /shared/scripts/dialin/common/prs_defs.py
    • -0
    • +173
    /shared/scripts/dialin/common/ui_defs.py
    • -0
    • +108
    /shared/scripts/dialin/configuration/utility.py
    • -0
    • +26
    /shared/scripts/dialin/dg/__init__.py
  1. … 86 more files in changeset.
testcase for In-treatment->uf & saline bolus

    • -0
    • +191
    /tst_In_treatment/test.py
    • -0
    • +8
    /tst_In_treatment/verificationPoints/VP1
test_standbymode

    • -0
    • +97
    /tst_standbymode/test.py
DEN-11575: LTTS [ Development Test Support - Preparing a demo ]

- used default HDSimulator, DGSimulator constructor parameters in the demo test tst_post/test.py

DEN-11575: LTTS [ Development Test Support - Preparing a demo ]

- Updated the file comment

DEN-11575: LTTS [ Development Test Support - Preparing a demo ]

- Created tst_post as a test demo on how to use dialin.

DEN-11377: General Support

- moved simulator to fwsimulator repository and removed the testsuites coded from it.

- DEN-11380: KeborMed [ CloudSync Development ] - It has to be done for KBM to be able to give them an updated application and simulator.

    • -26
    • +0
    /simulator/CloudSync_InpBuffer_InterpretErrorTest.py
    • -102
    • +0
    /simulator/plugins/__poweroff/loader.py
    • -1080
    • +0
    /simulator/plugins/alarms/interface.ui
    • -438
    • +0
    /simulator/plugins/alarms/loader.py
    • -63
    • +0
    /simulator/plugins/bloodPrime/loader.py
    • -164
    • +0
    /simulator/plugins/disinfection/loader.py
  1. … 49 more files in changeset.
DEN-11320: KeborMed [ CloudSync Development ]

- Added a test script for the CloudSync message handling.

- Will add a UI for that later.

    • -0
    • +26
    /simulator/CloudSync_InpBuffer_InterpretErrorTest.py
Initial commit

DEN-10602: UI_DEV: Add Patient ID to Pre-Treatment Flow

Updated the Simulator with latest Dialin merges.

    • -1
    • +1
    /simulator/plugins/rinseback/loader.py
DEN-9416: Implementations

- Added the POST test plugin

    • -0
    • +482
    /simulator/plugins/post/interface.ui
    • -0
    • +140
    /simulator/plugins/post/loader.py
    • -5
    • +5
    /simulator/plugins/version/interface.ui
DEN-9142: Meetings & Support - General Support

- Created a script to run all the tests in the test suits folder in batch.

DEN-8937: Meetings & Support - General Support

- Updated the main Treatment Log message parameters.

DEN-8937: Changing the DG State Message channel

- Changed the channel from dg_sync to hd_sync

DEN-8910: Meetings & Support - General Support

- Heat Disinfection bundled states modification

DEN-8910: Meetings & Support - General Support

- Added a timer to the alarm to be like HD which continuously sends the alarm, for more real testing (frequency is not tight as FW tough).

- Fixed the issue with the Dialin Ack, which was related to the passive_mode parameter ans it should not be false, otherwise it disables the ack as well, and I think it is totally wrong but it is what it is for now !!!

    • -8
    • +2
    /simulator/plugins/alarms/interface.ui
    • -1
    • +11
    /simulator/plugins/alarms/loader.py
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.