removed 'Caller/CALLER' from test names as there is only one command line now (#993)

This commit is contained in:
2024-10-01 12:25:05 +02:00
committed by GitHub
parent 45957391a6
commit fd010b9aa5
11 changed files with 319 additions and 319 deletions

View File

@ -18,7 +18,7 @@ using test::GET;
using test::PUT;
// time specific measurements for gotthard2
TEST_CASE("Caller::timegotthard2", "[.cmdcall]") {
TEST_CASE("timegotthard2", "[.cmdcall]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -106,7 +106,7 @@ TEST_CASE("Caller::timegotthard2", "[.cmdcall]") {
}
/* dacs */
TEST_CASE("Caller::Setting and reading back GOTTHARD2 dacs",
TEST_CASE("Setting and reading back GOTTHARD2 dacs",
"[.cmdcall][.dacs]") {
// vref_h_adc, vb_comp_fe, vb_comp_adc, vcom_cds,
// vref_restore, vb_opa_1st, vref_comp_fe, vcom_adc1,
@ -216,7 +216,7 @@ TEST_CASE("Caller::Setting and reading back GOTTHARD2 dacs",
/* on chip dacs */
TEST_CASE("Caller::vchip_comp_fe", "[.cmdcall][.onchipdacs]") {
TEST_CASE("vchip_comp_fe", "[.cmdcall][.onchipdacs]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -229,7 +229,7 @@ TEST_CASE("Caller::vchip_comp_fe", "[.cmdcall][.onchipdacs]") {
}
}
TEST_CASE("Caller::vchip_opa_1st", "[.cmdcall][.onchipdacs]") {
TEST_CASE("vchip_opa_1st", "[.cmdcall][.onchipdacs]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -242,7 +242,7 @@ TEST_CASE("Caller::vchip_opa_1st", "[.cmdcall][.onchipdacs]") {
}
}
TEST_CASE("Caller::vchip_opa_fd", "[.cmdcall][.onchipdacs]") {
TEST_CASE("vchip_opa_fd", "[.cmdcall][.onchipdacs]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -255,7 +255,7 @@ TEST_CASE("Caller::vchip_opa_fd", "[.cmdcall][.onchipdacs]") {
}
}
TEST_CASE("Caller::vchip_comp_adc", "[.cmdcall][.onchipdacs]") {
TEST_CASE("vchip_comp_adc", "[.cmdcall][.onchipdacs]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -268,7 +268,7 @@ TEST_CASE("Caller::vchip_comp_adc", "[.cmdcall][.onchipdacs]") {
}
}
TEST_CASE("Caller::vchip_ref_comp_fe", "[.cmdcall][.onchipdacs]") {
TEST_CASE("vchip_ref_comp_fe", "[.cmdcall][.onchipdacs]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -282,7 +282,7 @@ TEST_CASE("Caller::vchip_ref_comp_fe", "[.cmdcall][.onchipdacs]") {
}
}
TEST_CASE("Caller::vchip_cs", "[.cmdcall][.onchipdacs]") {
TEST_CASE("vchip_cs", "[.cmdcall][.onchipdacs]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -297,7 +297,7 @@ TEST_CASE("Caller::vchip_cs", "[.cmdcall][.onchipdacs]") {
/* Gotthard2 Specific */
TEST_CASE("Caller::bursts", "[.cmdcall]") {
TEST_CASE("bursts", "[.cmdcall]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -371,7 +371,7 @@ TEST_CASE("Caller::bursts", "[.cmdcall]") {
}
}
TEST_CASE("Caller::burstperiod", "[.cmdcall]") {
TEST_CASE("burstperiod", "[.cmdcall]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -393,7 +393,7 @@ TEST_CASE("Caller::burstperiod", "[.cmdcall]") {
}
}
TEST_CASE("Caller::burstsl", "[.cmdcall]") {
TEST_CASE("burstsl", "[.cmdcall]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -404,7 +404,7 @@ TEST_CASE("Caller::burstsl", "[.cmdcall]") {
}
}
TEST_CASE("Caller::inj_ch", "[.cmdcall]") {
TEST_CASE("inj_ch", "[.cmdcall]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -429,7 +429,7 @@ TEST_CASE("Caller::inj_ch", "[.cmdcall]") {
}
}
TEST_CASE("Caller::vetophoton", "[.cmdcall]") {
TEST_CASE("vetophoton", "[.cmdcall]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -451,7 +451,7 @@ TEST_CASE("Caller::vetophoton", "[.cmdcall]") {
}
}
TEST_CASE("Caller::vetoref", "[.cmdcall]") {
TEST_CASE("vetoref", "[.cmdcall]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -466,7 +466,7 @@ TEST_CASE("Caller::vetoref", "[.cmdcall]") {
}
}
TEST_CASE("Caller::vetofile", "[.cmdcall]") {
TEST_CASE("vetofile", "[.cmdcall]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -480,7 +480,7 @@ TEST_CASE("Caller::vetofile", "[.cmdcall]") {
}
}
TEST_CASE("Caller::burstmode", "[.cmdcall]") {
TEST_CASE("burstmode", "[.cmdcall]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -511,7 +511,7 @@ TEST_CASE("Caller::burstmode", "[.cmdcall]") {
}
}
TEST_CASE("Caller::cdsgain", "[.cmdcall]") {
TEST_CASE("cdsgain", "[.cmdcall]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -541,7 +541,7 @@ TEST_CASE("Caller::cdsgain", "[.cmdcall]") {
}
}
TEST_CASE("Caller::timingsource", "[.cmdcall]") {
TEST_CASE("timingsource", "[.cmdcall]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -571,7 +571,7 @@ TEST_CASE("Caller::timingsource", "[.cmdcall]") {
}
}
TEST_CASE("Caller::veto", "[.cmdcall]") {
TEST_CASE("veto", "[.cmdcall]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -601,7 +601,7 @@ TEST_CASE("Caller::veto", "[.cmdcall]") {
}
}
TEST_CASE("Caller::vetostream", "[.cmdcall]") {
TEST_CASE("vetostream", "[.cmdcall]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -647,7 +647,7 @@ TEST_CASE("Caller::vetostream", "[.cmdcall]") {
REQUIRE_THROWS(caller.call("vetostream", {"dfgd"}, -1, GET));
}
TEST_CASE("Caller::vetoalg", "[.cmdcall]") {
TEST_CASE("vetoalg", "[.cmdcall]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -703,7 +703,7 @@ TEST_CASE("Caller::vetoalg", "[.cmdcall]") {
REQUIRE_THROWS(caller.call("vetoalg", {"dfgd"}, -1, GET));
}
TEST_CASE("Caller::confadc", "[.cmdcall]") {
TEST_CASE("confadc", "[.cmdcall]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();