1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

test_rtt: Fix integration test

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel 2024-04-10 12:43:55 +02:00 committed by pipeacosta
parent a5487f4210
commit 71d493cb42
2 changed files with 8 additions and 8 deletions

View file

@ -150,7 +150,7 @@ int PathSource::read(int i) {
path->received.set(i);
path->logger->debug("Flags: received=0b{:b}, mask=0b{:b}",
path->logger->trace("Source nodes: received=0b{:b}, mask=0b{:b}",
path->received.to_ullong(), path->mask.to_ullong());
if (path->mask.test(i)) {

View file

@ -25,13 +25,13 @@ cat > expect_all.dat <<EOF
EOF
cat > expect_any.dat <<EOF
1637846509.292258908(0) 0.00000000000000000 nan nan
1637846509.392250279(1) 1.00000000000000000 nan nan
1637846509.392340108(2) 1.00000000000000000 10.00000000000000000 nan
1637846509.492248409(3) 2.00000000000000000 10.00000000000000000 nan
1637846509.592247486(4) 3.00000000000000000 10.00000000000000000 nan
1637846509.592325514(5) 3.00000000000000000 20.00000000000000000 nan
1637846509.692247962(6) 4.00000000000000000 20.00000000000000000 nan
1637846509.292258908(0) 0.00000000000000000
1637846509.392250279(1) 1.00000000000000000
1637846509.392340108(2) 1.00000000000000000 10.00000000000000000
1637846509.492248409(3) 2.00000000000000000 10.00000000000000000
1637846509.592247486(4) 3.00000000000000000 10.00000000000000000
1637846509.592325514(5) 3.00000000000000000 20.00000000000000000
1637846509.692247962(6) 4.00000000000000000 20.00000000000000000
1637846509.692366850(7) 4.00000000000000000 20.00000000000000000 100.00000000000000000
1637846509.792249190(8) 5.00000000000000000 20.00000000000000000 100.00000000000000000
1637846509.792325438(9) 5.00000000000000000 30.00000000000000000 100.00000000000000000