aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2020-06-25 12:00:38 +0100
committerJan Eilers <jan.eilers@arm.com>2020-06-25 13:45:33 +0000
commitfd55dc9a2a5f3e701b165984e3152970fb117f77 (patch)
tree3dd4a60e316ec6dc86972def8ce07292c9d24437 /tests
parenta08d29b815987e98e7f45519e6a55eee0f085e5f (diff)
downloadarmnn-fd55dc9a2a5f3e701b165984e3152970fb117f77.tar.gz
IVGCVSW-4982 Fix failure in GatordMockTests
Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: Idb073a71d9b7f9ad5430fcb67e40b793635ed892
Diffstat (limited to 'tests')
-rw-r--r--tests/profiling/gatordmock/tests/GatordMockTests.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/profiling/gatordmock/tests/GatordMockTests.cpp b/tests/profiling/gatordmock/tests/GatordMockTests.cpp
index 38c04ed7e5..0ee4601931 100644
--- a/tests/profiling/gatordmock/tests/GatordMockTests.cpp
+++ b/tests/profiling/gatordmock/tests/GatordMockTests.cpp
@@ -443,7 +443,7 @@ BOOST_AUTO_TEST_CASE(GatorDMockTimeLineActivation)
// Packets we expect from SendWellKnownLabelsAndEventClassesTest
BOOST_CHECK(timelineDecoder.GetModel().m_Entities.size() == 1);
BOOST_CHECK(timelineDecoder.GetModel().m_EventClasses.size() == 2);
- BOOST_CHECK(timelineDecoder.GetModel().m_Labels.size() == 10);
+ BOOST_CHECK(timelineDecoder.GetModel().m_Labels.size() == 14);
BOOST_CHECK(timelineDecoder.GetModel().m_Relationships.size() == 0);
BOOST_CHECK(timelineDecoder.GetModel().m_Events.size() == 0);
@@ -467,10 +467,10 @@ BOOST_AUTO_TEST_CASE(GatorDMockTimeLineActivation)
WaitFor([&](){return timelineDecoder.GetModel().m_Labels.size() >= 24;},
"MockGatord did not receive well known timeline labels");
- // Packets we expect from SendWellKnownLabelsAndEventClassesTest * 2 and the loaded model
+ // Packets we expect from SendWellKnownLabelsAndEventClassesTest * 2 + network above (input, norm, backend, output)
BOOST_CHECK(timelineDecoder.GetModel().m_Entities.size() == 6);
BOOST_CHECK(timelineDecoder.GetModel().m_EventClasses.size() == 4);
- BOOST_CHECK(timelineDecoder.GetModel().m_Labels.size() == 24);
+ BOOST_CHECK(timelineDecoder.GetModel().m_Labels.size() == 32);
BOOST_CHECK(timelineDecoder.GetModel().m_Relationships.size() == 17);
BOOST_CHECK(timelineDecoder.GetModel().m_Events.size() == 0);