[CLOSURE] PICS guard for selective test execution (#41666)
* PICS guard to not run test if not necessary.
* Add missing guard for CLCTRL-5.1
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
diff --git a/src/python_testing/TC_CLCTRL_3_1.py b/src/python_testing/TC_CLCTRL_3_1.py
index 3c89496..9760c7e 100644
--- a/src/python_testing/TC_CLCTRL_3_1.py
+++ b/src/python_testing/TC_CLCTRL_3_1.py
@@ -115,7 +115,7 @@
def pics_TC_CLCTRL_3_1(self) -> list[str]:
pics = [
- "CLCTRL.S"
+ "CLCTRL.S", "CLCTRL.S.F06"
]
return pics
diff --git a/src/python_testing/TC_CLCTRL_4_1.py b/src/python_testing/TC_CLCTRL_4_1.py
index fc21271..810ed33 100644
--- a/src/python_testing/TC_CLCTRL_4_1.py
+++ b/src/python_testing/TC_CLCTRL_4_1.py
@@ -195,7 +195,7 @@
def pics_TC_CLCTRL_4_1(self) -> list[str]:
pics = [
- "CLCTRL.S"
+ "CLCTRL.S", "CLCTRL.S.F00"
]
return pics
diff --git a/src/python_testing/TC_CLCTRL_4_2.py b/src/python_testing/TC_CLCTRL_4_2.py
index 2deb785..3d922e2 100644
--- a/src/python_testing/TC_CLCTRL_4_2.py
+++ b/src/python_testing/TC_CLCTRL_4_2.py
@@ -156,7 +156,7 @@
def pics_TC_CLCTRL_4_2(self) -> list[str]:
pics = [
- "CLCTRL.S",
+ "CLCTRL.S", "CLCTRL.S.F01"
]
return pics
diff --git a/src/python_testing/TC_CLCTRL_4_4.py b/src/python_testing/TC_CLCTRL_4_4.py
index b3941d3..ee3d6e7 100644
--- a/src/python_testing/TC_CLCTRL_4_4.py
+++ b/src/python_testing/TC_CLCTRL_4_4.py
@@ -132,7 +132,7 @@
def pics_TC_CLCTRL_4_4(self) -> list[str]:
pics = [
- "CLCTRL.S",
+ "CLCTRL.S", "CLCTRL.S.A0000"
]
return pics
diff --git a/src/python_testing/TC_CLCTRL_5_1.py b/src/python_testing/TC_CLCTRL_5_1.py
index 6aa6abd..5e59659 100644
--- a/src/python_testing/TC_CLCTRL_5_1.py
+++ b/src/python_testing/TC_CLCTRL_5_1.py
@@ -149,7 +149,7 @@
def pics_TC_CLCTRL_5_1(self) -> list[str]:
pics = [
- "CLCTRL.S"
+ "CLCTRL.S", "CLCTRL.S.C00"
]
return pics
diff --git a/src/python_testing/TC_CLDIM_3_1.py b/src/python_testing/TC_CLDIM_3_1.py
index 06c32fd..ff5f083 100644
--- a/src/python_testing/TC_CLDIM_3_1.py
+++ b/src/python_testing/TC_CLDIM_3_1.py
@@ -134,7 +134,7 @@
def pics_TC_CLDIM_3_1(self) -> list[str]:
pics = [
- "CLDIM.S",
+ "CLDIM.S", "CLDIM.S.F00"
]
return pics
diff --git a/src/python_testing/TC_CLDIM_3_2.py b/src/python_testing/TC_CLDIM_3_2.py
index 0c22fe8..026bdad 100644
--- a/src/python_testing/TC_CLDIM_3_2.py
+++ b/src/python_testing/TC_CLDIM_3_2.py
@@ -99,7 +99,7 @@
def pics_TC_CLDIM_3_2(self) -> list[str]:
pics = [
- "CLDIM.S",
+ "CLDIM.S", "CLDIM.S.F01"
]
return pics
diff --git a/src/python_testing/TC_CLDIM_4_1.py b/src/python_testing/TC_CLDIM_4_1.py
index efba605..9cf67ce 100644
--- a/src/python_testing/TC_CLDIM_4_1.py
+++ b/src/python_testing/TC_CLDIM_4_1.py
@@ -132,7 +132,7 @@
def pics_TC_CLDIM_4_1(self) -> list[str]:
pics = [
- "CLDIM.S",
+ "CLDIM.S", "CLDIM.S.F00"
]
return pics
diff --git a/src/python_testing/TC_CLDIM_4_2.py b/src/python_testing/TC_CLDIM_4_2.py
index c1138a5..73c8c13 100644
--- a/src/python_testing/TC_CLDIM_4_2.py
+++ b/src/python_testing/TC_CLDIM_4_2.py
@@ -88,7 +88,7 @@
def pics_TC_CLDIM_4_2(self) -> list[str]:
pics = [
- "CLDIM.S",
+ "CLDIM.S", "CLDIM.S.F00"
]
return pics