Skip to content

Commit

Permalink
Tests SharedMemoryDROP
Browse files Browse the repository at this point in the history
  • Loading branch information
pritchardn committed Jan 11, 2022
1 parent 30c4c78 commit 13ec74f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions daliuge-engine/test/test_drop.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
FileDROP,
AppDROP,
InMemoryDROP,
SharedMemoryDROP,
PlasmaDROP,
PlasmaFlightDROP,
NullDROP,
Expand Down Expand Up @@ -131,6 +132,18 @@ def test_dynamic_write_InMemoryDROP(self):
"""
self._test_dynamic_write_withDropType(InMemoryDROP)

def test_write_SharedMemoryDROP(self):
"""
Test a SharedMemoryDROP with simple AppDROP (for checksum calculation)
"""
self._test_write_withDropType(SharedMemoryDROP)

def test_dynamic_write_SharedMemoryDROP(self):
"""
Test a SharedMemoryDROP with simple AppDROP (for checksum calculation)
"""
self._test_dynamic_write_withDropType(SharedMemoryDROP)

def test_write_plasmaDROP(self):
"""
Test an PlasmaDrop and a simple AppDROP (for checksum calculation)
Expand Down

0 comments on commit 13ec74f

Please sign in to comment.