Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions analyses-snapshot-testing/automation/data/protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ class Protocols:
# Begin JSON Protocols ###################################################################################
##########################################################################################################

#analyses-snapshot-testing/files/protocols/OT2_M_P300GEN2_Smoke_8_4_4.json
OT2_M_P300GEN2_Smoke_8_4_4: Protocol = Protocol(
file_stem="OT2_M_P300GEN2_Smoke_8_4_4",
file_extension="json",
robot="OT2",
)

# analyses-snapshot-testing/files/protocols/OT2_S_PD_8_4_2_smoketest.json
OT2_S_PD_8_4_2_smoketest: Protocol = Protocol(
file_stem="OT2_S_PD_8_4_2_smoketest",
file_extension="json",
robot="OT2",
)

OT2_S_v6_P1000S_None_SimpleTransfer: Protocol = Protocol(
file_stem="OT2_S_v6_P1000S_None_SimpleTransfer",
file_extension="json",
Expand Down Expand Up @@ -1045,11 +1059,3 @@ class Protocols:
file_extension="json",
robot="Flex",
)

# analyses-snapshot-testing/files/protocols/OT2_S_PD_8_4_2_smoketest.json

OT2_S_PD_8_4_2_smoketest: Protocol = Protocol(
file_stem="OT2_S_PD_8_4_2_smoketest",
file_extension="json",
robot="OT2",
)
Loading
Loading