mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
updated i3gbe to lll
This commit is contained in:
@ -324,10 +324,10 @@ TEST_CASE("Print a member of patternParameters") {
|
||||
REQUIRE(ToString(pat->limits) == "[4, 100]");
|
||||
}
|
||||
|
||||
TEST_CASE("ethernetInterface") {
|
||||
REQUIRE(ToString(sls::defs::ethernetInterface::NONE) == "none");
|
||||
REQUIRE(ToString(sls::defs::ethernetInterface::I10GBE) == "10gbe");
|
||||
REQUIRE(ToString(sls::defs::ethernetInterface::I3GBE) == "3gbe");
|
||||
REQUIRE(ToString(sls::defs::ethernetInterface::I3GBE |
|
||||
sls::defs::ethernetInterface::I10GBE) == "3gbe, 10gbe");
|
||||
TEST_CASE("streamingInterface") {
|
||||
REQUIRE(ToString(sls::defs::streamingInterface::NONE) == "none");
|
||||
REQUIRE(ToString(sls::defs::streamingInterface::ETHERNET_10GB) == "10gbe");
|
||||
REQUIRE(ToString(sls::defs::streamingInterface::LOW_LATENCY_LINK) == "lll");
|
||||
REQUIRE(ToString(sls::defs::streamingInterface::LOW_LATENCY_LINK |
|
||||
sls::defs::streamingInterface::ETHERNET_10GB) == "lll, 10gbe");
|
||||
}
|
Reference in New Issue
Block a user