more tests

This commit is contained in:
Erik Frojdh
2019-11-27 11:35:00 +01:00
parent 2c7b730987
commit ace105a268
3 changed files with 55 additions and 87 deletions

View File

@ -156,15 +156,6 @@ TEST_CASE("resetfpga", "[.cmd]") {
}
}
// TEST_CASE("resetfpga", "[.cmd][.ctb][.jungfrau]") {
// if (test::type == slsDetectorDefs::JUNGFRAU || test::type ==
// slsDetectorDefs::CHIPTESTBOARD) {
// ;//REQUIRE_NOTHROW(multiSlsDetectorClient("resetfpga", PUT));
// } else {
// REQUIRE_THROWS(multiSlsDetectorClient("resetfpga", GET));
// }
// }
// void test_dac(defs::dacIndex index, const std::string &dacname, int dacvalue)