Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
y3rsh committed Jun 26, 2024
1 parent a2096b8 commit cf87a95
Show file tree
Hide file tree
Showing 31 changed files with 31,596 additions and 4,632 deletions.
16 changes: 16 additions & 0 deletions app-testing/automation/data/protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,14 @@ class Protocols:
robot_error=False,
)

OT2_S_v2_18_P300M_P20S_HS_TC_TM_SmokeTestV3: Protocol = Protocol(
file_stem="OT2_S_v2_18_P300M_P20S_HS_TC_TM_SmokeTestV3",
file_extension="py",
robot="OT2",
app_error=False,
robot_error=False,
)

Flex_S_v2_15_P1000_96_GRIP_HS_TM_QuickZymoMagbeadRNAExtraction: Protocol = Protocol(
file_stem="Flex_S_v2_15_P1000_96_GRIP_HS_TM_QuickZymoMagbeadRNAExtraction",
file_extension="py",
Expand Down Expand Up @@ -865,6 +873,14 @@ class Protocols:
robot_error=False,
)

Flex_S_v2_18_P1000_96_GRIP_HS_MB_TC_TM_Smoke: Protocol = Protocol(
file_stem="Flex_S_v2_18_P1000_96_GRIP_HS_MB_TC_TM_Smoke",
file_extension="py",
robot="Flex",
app_error=False,
robot_error=False,
)

OT2_X_v2_18_None_None_duplicateRTPVariableName: Protocol = Protocol(
file_stem="OT2_X_v2_18_None_None_duplicateRTPVariableName",
file_extension="py",
Expand Down
5 changes: 2 additions & 3 deletions app-testing/example.env
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Flex_S_v2_18_Illumina_DNA_Prep_48x,
Flex_S_v2_18_Illumina_Stranded_total_RNA_Ribo_Zero,
Flex_S_v2_18_KAPA_Library_Quant,
Flex_S_v2_18_NO_PIPETTES_GoldenRTP,
Flex_S_v2_18_P1000_96_GRIP_HS_MB_TC_TM_Smoke,
Flex_S_v2_18_P1000_96_TipTrackingBug,
Flex_S_v2_18_QIASeq_FX_48x,
Flex_S_v2_18_kapahyperplus,
Expand Down Expand Up @@ -101,6 +102,7 @@ OT2_S_v2_17_P300M_P20S_HS_TC_TM_SmokeTestV3,
OT2_S_v2_17_P300M_P20S_HS_TC_TM_dispense_changes,
OT2_S_v2_18_NO_PIPETTES_GoldenRTP_OT2,
OT2_S_v2_18_None_None_duplicateChoiceValue,
OT2_S_v2_18_P300M_P20S_HS_TC_TM_SmokeTestV3,
OT2_S_v2_2_P300S_None_MM1_MM2_EngageMagHeightFromBase,
OT2_S_v2_3_P300S_None_MM1_MM2_TM_Mix,
OT2_S_v2_4_P300M_None_MM_TM_Zymo,
Expand Down Expand Up @@ -130,8 +132,5 @@ Flex_X_v2_18_NO_PIPETTES_Overrides_BadTypesInRTP,
Flex_X_v2_18_NO_PIPETTES_Overrides_DefaultChoiceNoMatchChoice,
Flex_X_v2_18_NO_PIPETTES_Overrides_DefaultOutOfRangeRTP
"
# Stems in actual files not in mapping: {'Flex_S_v2_18_P1000_96_GRIP_HS_MB_TC_TM_Smoke',
# 'Flex_S_v2_18_Illumina_DNA_PCR-Free', 'OT2_S_v2_18_P300M_P20S_HS_TC_TM_SmokeTestV3'}
# No differences between actual override protocols and the mapping.

FILES_FOLDER="files"
Loading

0 comments on commit cf87a95

Please sign in to comment.