Ashlesh Gawande | 57a8717 | 2020-05-09 19:47:06 -0700 | [diff] [blame] | 1 | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ |
| 2 | /* |
Junxiao Shi | b875293 | 2024-01-07 15:18:46 +0000 | [diff] [blame] | 3 | * Copyright (c) 2014-2024, The University of Memphis, |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 4 | * Regents of the University of California, |
| 5 | * Arizona Board of Regents. |
| 6 | * |
| 7 | * This file is part of NLSR (Named-data Link State Routing). |
| 8 | * See AUTHORS.md for complete list of NLSR authors and contributors. |
| 9 | * |
| 10 | * NLSR is free software: you can redistribute it and/or modify it under the terms |
| 11 | * of the GNU General Public License as published by the Free Software Foundation, |
| 12 | * either version 3 of the License, or (at your option) any later version. |
| 13 | * |
| 14 | * NLSR is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; |
| 15 | * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR |
| 16 | * PURPOSE. See the GNU General Public License for more details. |
| 17 | * |
| 18 | * You should have received a copy of the GNU General Public License along with |
| 19 | * NLSR, e.g., in COPYING.md file. If not, see <http://www.gnu.org/licenses/>. |
Ashlesh Gawande | 57a8717 | 2020-05-09 19:47:06 -0700 | [diff] [blame] | 20 | */ |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 21 | |
| 22 | #include "statistics.hpp" |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 23 | #include "hello-protocol.hpp" |
| 24 | #include "lsdb.hpp" |
| 25 | #include "nlsr.hpp" |
| 26 | |
Davide Pesavento | 8de8a8b | 2022-05-12 01:26:43 -0400 | [diff] [blame] | 27 | #include "tests/io-key-chain-fixture.hpp" |
| 28 | #include "tests/test-common.hpp" |
Davide Pesavento | e28d875 | 2022-03-19 03:55:25 -0400 | [diff] [blame] | 29 | |
Ashlesh Gawande | 30d96e4 | 2021-03-21 19:15:33 -0700 | [diff] [blame] | 30 | #include <boost/lexical_cast.hpp> |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 31 | |
Davide Pesavento | 288141a | 2024-02-13 17:30:35 -0500 | [diff] [blame] | 32 | namespace nlsr::tests { |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 33 | |
Davide Pesavento | 8de8a8b | 2022-05-12 01:26:43 -0400 | [diff] [blame] | 34 | class StatisticsFixture : public IoKeyChainFixture |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 35 | { |
| 36 | public: |
| 37 | StatisticsFixture() |
Davide Pesavento | 8de8a8b | 2022-05-12 01:26:43 -0400 | [diff] [blame] | 38 | : face(m_io, m_keyChain) |
Saurab Dulal | 427e012 | 2019-11-28 11:58:02 -0600 | [diff] [blame] | 39 | , conf(face, m_keyChain) |
Ashlesh Gawande | 6b388fc | 2019-09-30 10:14:41 -0500 | [diff] [blame] | 40 | , confProcessor(conf) |
Ashlesh Gawande | 85998a1 | 2017-12-07 22:22:13 -0600 | [diff] [blame] | 41 | , nlsr(face, m_keyChain, conf) |
| 42 | , lsdb(nlsr.m_lsdb) |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 43 | , hello(nlsr.m_helloProtocol) |
Ashlesh Gawande | 85998a1 | 2017-12-07 22:22:13 -0600 | [diff] [blame] | 44 | , collector(nlsr.m_statsCollector) |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 45 | { |
Ashlesh Gawande | f7da9c5 | 2018-02-06 17:36:46 -0600 | [diff] [blame] | 46 | // Otherwise code coverage node fails with default 60 seconds lifetime |
| 47 | conf.setSyncInterestLifetime(1000); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 48 | |
Davide Pesavento | 8de8a8b | 2022-05-12 01:26:43 -0400 | [diff] [blame] | 49 | m_keyChain.createIdentity(conf.getRouterPrefix()); |
Muktadir Chowdhury | f04f989 | 2017-08-20 20:42:56 -0500 | [diff] [blame] | 50 | |
Muktadir Chowdhury | f04f989 | 2017-08-20 20:42:56 -0500 | [diff] [blame] | 51 | this->advanceClocks(ndn::time::milliseconds(1), 10); |
| 52 | face.sentInterests.clear(); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 53 | } |
| 54 | |
| 55 | /*! |
| 56 | * \brief Checks if lsa interest was received and data for interest was sent |
| 57 | * |
| 58 | * \param interestPrefix is an interest name prefix |
| 59 | * \param lsaType indicates whether the lsa is a name, adjacency, or coordinate |
| 60 | * \param seqNo sequence number that will be appended to an interest name |
| 61 | * \param receivedInterestType is the specific Statisitcs::PacketType interest that is received |
| 62 | * \param sentDataType is the Statistics::PacketType data being sent upon interest process |
| 63 | * |
| 64 | * This is a general function that can be used for all three types of lsa. Calling processInterest() |
| 65 | * from lsdb will cause the statsCollector to increment the incoming interest type and increment the |
| 66 | * outgoing data type. |
| 67 | */ |
| 68 | void |
| 69 | receiveInterestAndCheckSentStats(const std::string& interestPrefix, |
| 70 | const std::string& lsaType, |
| 71 | uint32_t seqNo, |
| 72 | Statistics::PacketType receivedInterestType, |
| 73 | Statistics::PacketType sentDataType) |
| 74 | { |
| 75 | size_t rcvBefore = collector.getStatistics().get(receivedInterestType); |
| 76 | size_t sentBefore = collector.getStatistics().get(sentDataType); |
| 77 | |
| 78 | ndn::Name interestName = ndn::Name(ndn::Name(interestPrefix + lsaType).appendNumber(seqNo)); |
| 79 | lsdb.processInterest(ndn::Name(), ndn::Interest(interestName)); |
Muktadir Chowdhury | f04f989 | 2017-08-20 20:42:56 -0500 | [diff] [blame] | 80 | this->advanceClocks(ndn::time::milliseconds(1), 10); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 81 | |
| 82 | BOOST_CHECK_EQUAL(collector.getStatistics().get(receivedInterestType), rcvBefore + 1); |
| 83 | BOOST_CHECK_EQUAL(collector.getStatistics().get(sentDataType), sentBefore + 1); |
| 84 | } |
| 85 | |
| 86 | /*! |
| 87 | * \brief Checks if statistics update after an lsa interest is sent |
| 88 | * |
| 89 | * \param prefix is an interest prefix |
| 90 | * \param lsaType indicates whether the lsa is a name, adjacency, or coordinate |
| 91 | * \param seqNo is the sequence number |
| 92 | * \param statsType is a statistical PacketType |
| 93 | * |
| 94 | * The function is called to initiate an expressInterest call in lsdb and to check if the |
| 95 | * expected statistical packetType was incremented. |
| 96 | */ |
| 97 | void |
| 98 | sendInterestAndCheckStats(const std::string& prefix, |
| 99 | const std::string& lsaType, |
| 100 | uint32_t seqNo, |
| 101 | Statistics::PacketType statsType) |
| 102 | { |
| 103 | size_t sentBefore = collector.getStatistics().get(statsType); |
| 104 | |
Alexander Afanasyev | 135288c | 2022-04-23 23:06:56 -0400 | [diff] [blame] | 105 | lsdb.expressInterest(ndn::Name(prefix + lsaType).appendNumber(seqNo), 0, 0, |
Davide Pesavento | 658fd85 | 2023-05-10 22:15:03 -0400 | [diff] [blame] | 106 | ndn::time::steady_clock::time_point::min()); |
Muktadir Chowdhury | f04f989 | 2017-08-20 20:42:56 -0500 | [diff] [blame] | 107 | this->advanceClocks(ndn::time::milliseconds(1), 10); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 108 | |
| 109 | BOOST_CHECK_EQUAL(collector.getStatistics().get(statsType), sentBefore + 1); |
| 110 | } |
| 111 | |
| 112 | public: |
Junxiao Shi | 43f37a0 | 2023-08-09 00:09:00 +0000 | [diff] [blame] | 113 | ndn::DummyClientFace face; |
Ashlesh Gawande | 85998a1 | 2017-12-07 22:22:13 -0600 | [diff] [blame] | 114 | ConfParameter conf; |
Ashlesh Gawande | 6b388fc | 2019-09-30 10:14:41 -0500 | [diff] [blame] | 115 | DummyConfFileProcessor confProcessor; |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 116 | Nlsr nlsr; |
| 117 | |
| 118 | Lsdb& lsdb; |
| 119 | HelloProtocol& hello; |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 120 | StatsCollector& collector; |
| 121 | }; |
| 122 | |
| 123 | BOOST_FIXTURE_TEST_SUITE(TestStatistics, StatisticsFixture) |
| 124 | |
| 125 | |
| 126 | // A statistical PacketType is directly incremented (without signals). |
| 127 | BOOST_AUTO_TEST_CASE(StatsIncrement) |
| 128 | { |
| 129 | Statistics stats; |
| 130 | BOOST_CHECK_EQUAL(stats.get(Statistics::PacketType::SENT_HELLO_INTEREST), 0); |
| 131 | stats.increment(Statistics::PacketType::SENT_HELLO_INTEREST); |
| 132 | BOOST_CHECK_EQUAL(stats.get(Statistics::PacketType::SENT_HELLO_INTEREST), 1); |
| 133 | } |
| 134 | |
| 135 | /* |
| 136 | * After a PacketType has been incremented, the resetAll() function is called, which sets all |
| 137 | * statistical packetType counts to 0 |
| 138 | */ |
| 139 | BOOST_AUTO_TEST_CASE(StatsReset) |
| 140 | { |
| 141 | Statistics stats; |
| 142 | stats.increment(Statistics::PacketType::SENT_HELLO_INTEREST); |
| 143 | stats.resetAll(); |
| 144 | BOOST_CHECK_EQUAL(stats.get(Statistics::PacketType::SENT_HELLO_INTEREST), 0); |
| 145 | } |
| 146 | |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 147 | /* |
| 148 | * This tests hello interests and hello data statistical collection by constructing an adjacency lsa |
| 149 | * and calling functions that trigger the sending and receiving hello of interests/data. |
| 150 | */ |
| 151 | BOOST_AUTO_TEST_CASE(SendHelloInterest) |
| 152 | { |
Muktadir Chowdhury | f04f989 | 2017-08-20 20:42:56 -0500 | [diff] [blame] | 153 | Adjacent other("/ndn/router/other", ndn::FaceUri("udp4://other"), 25, Adjacent::STATUS_INACTIVE, 0, 0); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 154 | |
| 155 | // This router's Adjacency LSA |
Ashlesh Gawande | 85998a1 | 2017-12-07 22:22:13 -0600 | [diff] [blame] | 156 | conf.getAdjacencyList().insert(other); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 157 | |
Muktadir Chowdhury | f04f989 | 2017-08-20 20:42:56 -0500 | [diff] [blame] | 158 | ndn::Name otherName(other.getName()); |
| 159 | otherName.append("NLSR"); |
| 160 | otherName.append("INFO"); |
Davide Pesavento | e28d875 | 2022-03-19 03:55:25 -0400 | [diff] [blame] | 161 | otherName.append(ndn::tlv::GenericNameComponent, conf.getRouterPrefix().wireEncode()); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 162 | |
Muktadir Chowdhury | f04f989 | 2017-08-20 20:42:56 -0500 | [diff] [blame] | 163 | hello.expressInterest(otherName, 1); |
| 164 | this->advanceClocks(ndn::time::milliseconds(1), 10); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 165 | |
| 166 | BOOST_CHECK_EQUAL(collector.getStatistics().get(Statistics::PacketType::SENT_HELLO_INTEREST), 1); |
| 167 | |
Muktadir Chowdhury | f04f989 | 2017-08-20 20:42:56 -0500 | [diff] [blame] | 168 | ndn::Name thisName(conf.getRouterPrefix()); |
| 169 | thisName.append("NLSR"); |
| 170 | thisName.append("INFO"); |
Davide Pesavento | e28d875 | 2022-03-19 03:55:25 -0400 | [diff] [blame] | 171 | thisName.append(ndn::tlv::GenericNameComponent, other.getName().wireEncode()); |
Muktadir Chowdhury | f04f989 | 2017-08-20 20:42:56 -0500 | [diff] [blame] | 172 | |
| 173 | ndn::Interest interest(thisName); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 174 | hello.processInterest(ndn::Name(), interest); |
| 175 | |
Muktadir Chowdhury | f04f989 | 2017-08-20 20:42:56 -0500 | [diff] [blame] | 176 | this->advanceClocks(ndn::time::milliseconds(1), 10); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 177 | |
| 178 | BOOST_CHECK_EQUAL(collector.getStatistics().get(Statistics::PacketType::RCV_HELLO_INTEREST), 1); |
| 179 | BOOST_CHECK_EQUAL(collector.getStatistics().get(Statistics::PacketType::SENT_HELLO_DATA), 1); |
| 180 | |
| 181 | // Receive Hello Data |
Muktadir Chowdhury | f04f989 | 2017-08-20 20:42:56 -0500 | [diff] [blame] | 182 | ndn::Name dataName = otherName; |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 183 | |
Muktadir Chowdhury | f04f989 | 2017-08-20 20:42:56 -0500 | [diff] [blame] | 184 | ndn::Data data(dataName); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 185 | hello.onContentValidated(data); |
| 186 | |
| 187 | BOOST_CHECK_EQUAL(collector.getStatistics().get(Statistics::PacketType::RCV_HELLO_DATA), 1); |
| 188 | } |
| 189 | |
| 190 | /* |
| 191 | * An interest is sent for each lsa type (name, adjacency, coordinate). The respective statistics are |
| 192 | * totaled and checked. |
| 193 | */ |
| 194 | BOOST_AUTO_TEST_CASE(LsdbSendLsaInterest) |
| 195 | { |
Ashlesh Gawande | 939b6f8 | 2018-12-09 16:51:09 -0600 | [diff] [blame] | 196 | const std::string interestPrefix("/localhop/ndn/nlsr/LSA/site/%C1.Router/router/"); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 197 | uint32_t seqNo = 1; |
| 198 | |
| 199 | // Adjacency LSA |
Ashlesh Gawande | 0db4d4d | 2020-02-05 20:30:02 -0800 | [diff] [blame] | 200 | sendInterestAndCheckStats(interestPrefix, boost::lexical_cast<std::string>(Lsa::Type::ADJACENCY), |
| 201 | seqNo, Statistics::PacketType::SENT_ADJ_LSA_INTEREST); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 202 | |
| 203 | // Coordinate LSA |
Ashlesh Gawande | 0db4d4d | 2020-02-05 20:30:02 -0800 | [diff] [blame] | 204 | sendInterestAndCheckStats(interestPrefix, boost::lexical_cast<std::string>(Lsa::Type::COORDINATE), |
| 205 | seqNo, Statistics::PacketType::SENT_COORD_LSA_INTEREST); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 206 | |
| 207 | // Name LSA |
Ashlesh Gawande | 0db4d4d | 2020-02-05 20:30:02 -0800 | [diff] [blame] | 208 | sendInterestAndCheckStats(interestPrefix, boost::lexical_cast<std::string>(Lsa::Type::NAME), |
| 209 | seqNo, Statistics::PacketType::SENT_NAME_LSA_INTEREST); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 210 | |
| 211 | // 3 total lsa interests were sent |
| 212 | BOOST_CHECK_EQUAL(collector.getStatistics().get(Statistics::PacketType::SENT_LSA_INTEREST), 3); |
| 213 | } |
| 214 | |
| 215 | /* |
Nick Gordon | 727d483 | 2017-10-13 18:04:25 -0500 | [diff] [blame] | 216 | * Tests the statistics collected upon processing incoming lsa |
| 217 | * interests and respective outgoing data. This process will trigger |
| 218 | * both an increment for received lsa interest and sent lsa data. |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 219 | * |
| 220 | * /sa receiveInterestAndCheckSentStats |
| 221 | */ |
| 222 | BOOST_AUTO_TEST_CASE(LsdbReceiveInterestSendData) |
| 223 | { |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 224 | // Adjacency LSA |
Muktadir Chowdhury | c3ea26f | 2018-01-05 21:40:59 +0000 | [diff] [blame] | 225 | lsdb.buildAndInstallOwnAdjLsa(); |
| 226 | |
Ashlesh Gawande | 57a8717 | 2020-05-09 19:47:06 -0700 | [diff] [blame] | 227 | auto adjLsa = lsdb.findLsa<AdjLsa>(conf.getRouterPrefix()); |
Ashlesh Gawande | 0db4d4d | 2020-02-05 20:30:02 -0800 | [diff] [blame] | 228 | uint32_t seqNo = adjLsa->getSeqNo(); |
Muktadir Chowdhury | c3ea26f | 2018-01-05 21:40:59 +0000 | [diff] [blame] | 229 | |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 230 | Adjacent adjacency("adjacency"); |
| 231 | adjacency.setStatus(Adjacent::STATUS_ACTIVE); |
| 232 | |
Muktadir Chowdhury | c3ea26f | 2018-01-05 21:40:59 +0000 | [diff] [blame] | 233 | adjLsa->addAdjacent(adjacency); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 234 | |
Ashlesh Gawande | 57a8717 | 2020-05-09 19:47:06 -0700 | [diff] [blame] | 235 | lsdb.installLsa(adjLsa); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 236 | |
Ashlesh Gawande | 939b6f8 | 2018-12-09 16:51:09 -0600 | [diff] [blame] | 237 | const std::string interestPrefix("/localhop/ndn/nlsr/LSA/site/%C1.Router/this-router/"); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 238 | |
| 239 | // Receive Adjacency LSA Interest |
| 240 | receiveInterestAndCheckSentStats(interestPrefix, |
Ashlesh Gawande | 0db4d4d | 2020-02-05 20:30:02 -0800 | [diff] [blame] | 241 | boost::lexical_cast<std::string>(Lsa::Type::ADJACENCY), |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 242 | seqNo, |
| 243 | Statistics::PacketType::RCV_ADJ_LSA_INTEREST, |
| 244 | Statistics::PacketType::SENT_ADJ_LSA_DATA); |
| 245 | |
| 246 | // Name LSA |
Ashlesh Gawande | 57a8717 | 2020-05-09 19:47:06 -0700 | [diff] [blame] | 247 | auto nameLsa = std::static_pointer_cast<NameLsa>(lsdb.findLsa(conf.getRouterPrefix(), Lsa::Type::NAME)); |
Ashlesh Gawande | 6b388fc | 2019-09-30 10:14:41 -0500 | [diff] [blame] | 248 | BOOST_ASSERT(nameLsa != nullptr); |
Muktadir Chowdhury | c3ea26f | 2018-01-05 21:40:59 +0000 | [diff] [blame] | 249 | |
Ashlesh Gawande | 0db4d4d | 2020-02-05 20:30:02 -0800 | [diff] [blame] | 250 | seqNo = nameLsa->getSeqNo(); |
Muktadir Chowdhury | c3ea26f | 2018-01-05 21:40:59 +0000 | [diff] [blame] | 251 | |
| 252 | nameLsa->addName(ndn::Name("/ndn/name")); |
Ashlesh Gawande | 57a8717 | 2020-05-09 19:47:06 -0700 | [diff] [blame] | 253 | lsdb.installLsa(nameLsa); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 254 | |
| 255 | // Receive Name LSA Interest |
| 256 | receiveInterestAndCheckSentStats(interestPrefix, |
Ashlesh Gawande | 0db4d4d | 2020-02-05 20:30:02 -0800 | [diff] [blame] | 257 | boost::lexical_cast<std::string>(Lsa::Type::NAME), |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 258 | seqNo, |
| 259 | Statistics::PacketType::RCV_NAME_LSA_INTEREST, |
| 260 | Statistics::PacketType::SENT_NAME_LSA_DATA); |
| 261 | |
Muktadir Chowdhury | c3ea26f | 2018-01-05 21:40:59 +0000 | [diff] [blame] | 262 | // // Coordinate LSA |
| 263 | lsdb.buildAndInstallOwnCoordinateLsa(); |
| 264 | ndn::Name coorLsaKey = conf.getRouterPrefix(); |
Ashlesh Gawande | 0db4d4d | 2020-02-05 20:30:02 -0800 | [diff] [blame] | 265 | coorLsaKey.append(boost::lexical_cast<std::string>(Lsa::Type::COORDINATE)); |
Muktadir Chowdhury | c3ea26f | 2018-01-05 21:40:59 +0000 | [diff] [blame] | 266 | |
Ashlesh Gawande | 57a8717 | 2020-05-09 19:47:06 -0700 | [diff] [blame] | 267 | auto coorLsa = lsdb.findLsa<CoordinateLsa>(conf.getRouterPrefix()); |
| 268 | |
Ashlesh Gawande | 0db4d4d | 2020-02-05 20:30:02 -0800 | [diff] [blame] | 269 | seqNo = coorLsa->getSeqNo(); |
Junxiao Shi | b573484 | 2024-01-09 21:14:53 +0000 | [diff] [blame] | 270 | coorLsa->setTheta({20.0, 30.0}); |
Ashlesh Gawande | 57a8717 | 2020-05-09 19:47:06 -0700 | [diff] [blame] | 271 | lsdb.installLsa(coorLsa); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 272 | |
| 273 | // Receive Adjacency LSA Interest |
| 274 | receiveInterestAndCheckSentStats(interestPrefix, |
Ashlesh Gawande | 0db4d4d | 2020-02-05 20:30:02 -0800 | [diff] [blame] | 275 | boost::lexical_cast<std::string>(Lsa::Type::COORDINATE), |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 276 | seqNo, |
| 277 | Statistics::PacketType::RCV_COORD_LSA_INTEREST, |
| 278 | Statistics::PacketType::SENT_COORD_LSA_DATA); |
| 279 | |
| 280 | // 3 different lsa type interests should be received |
| 281 | BOOST_CHECK_EQUAL(collector.getStatistics().get(Statistics::PacketType::RCV_LSA_INTEREST), 3); |
| 282 | |
| 283 | // data should have been sent 3x, once per lsa type |
| 284 | BOOST_CHECK_EQUAL(collector.getStatistics().get(Statistics::PacketType::SENT_LSA_DATA), 3); |
| 285 | } |
| 286 | |
| 287 | /* |
| 288 | * Data for each lsa type (name, adjacency, coordinate) is sent to the lsdb and statistics are |
| 289 | * checked to verify the respective statistical PacketType has been received. |
| 290 | */ |
| 291 | BOOST_AUTO_TEST_CASE(LsdbReceiveData) |
| 292 | { |
| 293 | ndn::Name routerName("/ndn/cs/%C1.Router/router1"); |
| 294 | uint32_t seqNo = 1; |
Davide Pesavento | 658fd85 | 2023-05-10 22:15:03 -0400 | [diff] [blame] | 295 | const auto MAX_TIME = ndn::time::system_clock::time_point::max(); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 296 | |
| 297 | // adjacency lsa |
Ashlesh Gawande | 939b6f8 | 2018-12-09 16:51:09 -0600 | [diff] [blame] | 298 | ndn::Name adjInterest("/localhop/ndn/nlsr/LSA/cs/%C1.Router/router1/ADJACENCY/"); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 299 | adjInterest.appendNumber(seqNo); |
Junxiao Shi | b875293 | 2024-01-07 15:18:46 +0000 | [diff] [blame] | 300 | AdjLsa aLsa(routerName, seqNo, MAX_TIME, conf.getAdjacencyList()); |
Ashlesh Gawande | 57a8717 | 2020-05-09 19:47:06 -0700 | [diff] [blame] | 301 | lsdb.installLsa(std::make_shared<AdjLsa>(aLsa)); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 302 | |
Ashlesh Gawande | 0db4d4d | 2020-02-05 20:30:02 -0800 | [diff] [blame] | 303 | lsdb.afterFetchLsa(aLsa.wireEncode().getBuffer(), adjInterest); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 304 | BOOST_CHECK_EQUAL(collector.getStatistics().get(Statistics::PacketType::RCV_ADJ_LSA_DATA), 1); |
| 305 | |
| 306 | // coordinate lsa |
Ashlesh Gawande | 939b6f8 | 2018-12-09 16:51:09 -0600 | [diff] [blame] | 307 | ndn::Name coordInterest("/localhop/ndn/nlsr/LSA/cs/%C1.Router/router1/COORDINATE/"); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 308 | coordInterest.appendNumber(seqNo); |
| 309 | std::vector<double> angles = {20.0, 30.0}; |
| 310 | CoordinateLsa cLsa(routerName, seqNo, MAX_TIME, 2.5, angles); |
Ashlesh Gawande | 57a8717 | 2020-05-09 19:47:06 -0700 | [diff] [blame] | 311 | lsdb.installLsa(std::make_shared<CoordinateLsa>(cLsa)); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 312 | |
Ashlesh Gawande | 0db4d4d | 2020-02-05 20:30:02 -0800 | [diff] [blame] | 313 | lsdb.afterFetchLsa(cLsa.wireEncode().getBuffer(), coordInterest); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 314 | BOOST_CHECK_EQUAL(collector.getStatistics().get(Statistics::PacketType::RCV_COORD_LSA_DATA), 1); |
| 315 | |
| 316 | // name lsa |
Ashlesh Gawande | 939b6f8 | 2018-12-09 16:51:09 -0600 | [diff] [blame] | 317 | ndn::Name interestName("/localhop/ndn/nlsr/LSA/cs/%C1.Router/router1/NAME/"); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 318 | interestName.appendNumber(seqNo); |
Ashlesh Gawande | 0db4d4d | 2020-02-05 20:30:02 -0800 | [diff] [blame] | 319 | NameLsa nlsa(routerName, seqNo, MAX_TIME, conf.getNamePrefixList()); |
Ashlesh Gawande | 57a8717 | 2020-05-09 19:47:06 -0700 | [diff] [blame] | 320 | lsdb.installLsa(std::make_shared<NameLsa>(nlsa)); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 321 | |
Ashlesh Gawande | 0db4d4d | 2020-02-05 20:30:02 -0800 | [diff] [blame] | 322 | lsdb.afterFetchLsa(nlsa.wireEncode().getBuffer(), interestName); |
Alejandro Gil Torres | e0d2048 | 2016-03-06 23:56:19 -0600 | [diff] [blame] | 323 | BOOST_CHECK_EQUAL(collector.getStatistics().get(Statistics::PacketType::RCV_NAME_LSA_DATA), 1); |
| 324 | |
| 325 | // 3 lsa data types should be received |
| 326 | BOOST_CHECK_EQUAL(collector.getStatistics().get(Statistics::PacketType::RCV_LSA_DATA), 3); |
| 327 | } |
| 328 | |
| 329 | BOOST_AUTO_TEST_SUITE_END() |
| 330 | |
Davide Pesavento | 288141a | 2024-02-13 17:30:35 -0500 | [diff] [blame] | 331 | } // namespace nlsr::tests |