Junxiao Shi | 38f4ce9 | 2016-08-04 10:01:52 +0000 | [diff] [blame] | 1 | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ |
Junxiao Shi | b347b7f | 2017-07-23 14:01:58 +0000 | [diff] [blame] | 2 | /* |
Davide Pesavento | e422f9e | 2022-06-03 01:30:23 -0400 | [diff] [blame] | 3 | * Copyright (c) 2014-2022, Regents of the University of California, |
Junxiao Shi | 38f4ce9 | 2016-08-04 10:01:52 +0000 | [diff] [blame] | 4 | * Arizona Board of Regents, |
| 5 | * Colorado State University, |
| 6 | * University Pierre & Marie Curie, Sorbonne University, |
| 7 | * Washington University in St. Louis, |
| 8 | * Beijing Institute of Technology, |
| 9 | * The University of Memphis. |
| 10 | * |
| 11 | * This file is part of NFD (Named Data Networking Forwarding Daemon). |
| 12 | * See AUTHORS.md for complete list of NFD authors and contributors. |
| 13 | * |
| 14 | * NFD is free software: you can redistribute it and/or modify it under the terms |
| 15 | * of the GNU General Public License as published by the Free Software Foundation, |
| 16 | * either version 3 of the License, or (at your option) any later version. |
| 17 | * |
| 18 | * NFD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; |
| 19 | * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR |
| 20 | * PURPOSE. See the GNU General Public License for more details. |
| 21 | * |
| 22 | * You should have received a copy of the GNU General Public License along with |
| 23 | * NFD, e.g., in COPYING.md file. If not, see <http://www.gnu.org/licenses/>. |
| 24 | */ |
| 25 | |
Junxiao Shi | 331ade7 | 2016-08-19 14:07:19 +0000 | [diff] [blame] | 26 | #include "nfdc/forwarder-general-module.hpp" |
Junxiao Shi | 38f4ce9 | 2016-08-04 10:01:52 +0000 | [diff] [blame] | 27 | |
Junxiao Shi | 1f481fa | 2017-01-26 15:14:43 +0000 | [diff] [blame] | 28 | #include "status-fixture.hpp" |
Junxiao Shi | 38f4ce9 | 2016-08-04 10:01:52 +0000 | [diff] [blame] | 29 | |
Davide Pesavento | e422f9e | 2022-06-03 01:30:23 -0400 | [diff] [blame] | 30 | namespace nfd::tools::nfdc::tests { |
Junxiao Shi | 38f4ce9 | 2016-08-04 10:01:52 +0000 | [diff] [blame] | 31 | |
Junxiao Shi | 331ade7 | 2016-08-19 14:07:19 +0000 | [diff] [blame] | 32 | BOOST_AUTO_TEST_SUITE(Nfdc) |
Junxiao Shi | 1f481fa | 2017-01-26 15:14:43 +0000 | [diff] [blame] | 33 | BOOST_FIXTURE_TEST_SUITE(TestForwarderGeneralModule, StatusFixture<ForwarderGeneralModule>) |
Junxiao Shi | 38f4ce9 | 2016-08-04 10:01:52 +0000 | [diff] [blame] | 34 | |
Junxiao Shi | 38f4ce9 | 2016-08-04 10:01:52 +0000 | [diff] [blame] | 35 | const std::string STATUS_XML = stripXmlSpaces(R"XML( |
| 36 | <generalStatus> |
Junxiao Shi | 38f4ce9 | 2016-08-04 10:01:52 +0000 | [diff] [blame] | 37 | <version>0.4.1-1-g704430c</version> |
| 38 | <startTime>2016-06-24T15:13:46.856000</startTime> |
| 39 | <currentTime>2016-07-17T17:55:54.109000</currentTime> |
| 40 | <uptime>PT1996927S</uptime> |
| 41 | <nNameTreeEntries>668</nNameTreeEntries> |
| 42 | <nFibEntries>70</nFibEntries> |
| 43 | <nPitEntries>7</nPitEntries> |
| 44 | <nMeasurementsEntries>1</nMeasurementsEntries> |
| 45 | <nCsEntries>65536</nCsEntries> |
| 46 | <packetCounters> |
| 47 | <incomingPackets> |
| 48 | <nInterests>20699052</nInterests> |
Junxiao Shi | f03d479 | 2017-04-06 16:41:22 +0000 | [diff] [blame] | 49 | <nData>5598070</nData> |
Junxiao Shi | 38f4ce9 | 2016-08-04 10:01:52 +0000 | [diff] [blame] | 50 | <nNacks>7230</nNacks> |
| 51 | </incomingPackets> |
| 52 | <outgoingPackets> |
| 53 | <nInterests>36501092</nInterests> |
Junxiao Shi | f03d479 | 2017-04-06 16:41:22 +0000 | [diff] [blame] | 54 | <nData>5671942</nData> |
Junxiao Shi | 38f4ce9 | 2016-08-04 10:01:52 +0000 | [diff] [blame] | 55 | <nNacks>26762</nNacks> |
| 56 | </outgoingPackets> |
| 57 | </packetCounters> |
Ju Pan | 7570e77 | 2018-10-27 03:33:58 +0000 | [diff] [blame] | 58 | <nSatisfiedInterests>123</nSatisfiedInterests> |
| 59 | <nUnsatisfiedInterests>321</nUnsatisfiedInterests> |
Junxiao Shi | 38f4ce9 | 2016-08-04 10:01:52 +0000 | [diff] [blame] | 60 | </generalStatus> |
| 61 | )XML"); |
| 62 | |
| 63 | const std::string STATUS_TEXT = std::string(R"TEXT( |
| 64 | General NFD status: |
Ju Pan | 7570e77 | 2018-10-27 03:33:58 +0000 | [diff] [blame] | 65 | version=0.4.1-1-g704430c |
| 66 | startTime=20160624T151346.856000 |
| 67 | currentTime=20160717T175554.109000 |
| 68 | uptime=1996927 seconds |
| 69 | nNameTreeEntries=668 |
| 70 | nFibEntries=70 |
| 71 | nPitEntries=7 |
| 72 | nMeasurementsEntries=1 |
| 73 | nCsEntries=65536 |
| 74 | nInInterests=20699052 |
| 75 | nOutInterests=36501092 |
| 76 | nInData=5598070 |
| 77 | nOutData=5671942 |
| 78 | nInNacks=7230 |
| 79 | nOutNacks=26762 |
| 80 | nSatisfiedInterests=123 |
| 81 | nUnsatisfiedInterests=321 |
Junxiao Shi | 38f4ce9 | 2016-08-04 10:01:52 +0000 | [diff] [blame] | 82 | )TEXT").substr(1); |
| 83 | |
Alexander Afanasyev | 01bbd09 | 2017-08-14 23:56:19 +0000 | [diff] [blame] | 84 | BOOST_AUTO_TEST_CASE(Status) |
Junxiao Shi | 38f4ce9 | 2016-08-04 10:01:52 +0000 | [diff] [blame] | 85 | { |
| 86 | this->fetchStatus(); |
| 87 | ForwarderStatus payload; |
| 88 | payload.setNfdVersion("0.4.1-1-g704430c") |
Davide Pesavento | 14e71f0 | 2019-03-28 17:35:25 -0400 | [diff] [blame] | 89 | .setStartTimestamp(time::fromUnixTimestamp(1466781226856_ms)) |
| 90 | .setCurrentTimestamp(time::fromUnixTimestamp(1468778154109_ms)) |
Junxiao Shi | 38f4ce9 | 2016-08-04 10:01:52 +0000 | [diff] [blame] | 91 | .setNNameTreeEntries(668) |
| 92 | .setNFibEntries(70) |
| 93 | .setNPitEntries(7) |
| 94 | .setNMeasurementsEntries(1) |
| 95 | .setNCsEntries(65536) |
| 96 | .setNInInterests(20699052) |
Junxiao Shi | f03d479 | 2017-04-06 16:41:22 +0000 | [diff] [blame] | 97 | .setNInData(5598070) |
Junxiao Shi | 38f4ce9 | 2016-08-04 10:01:52 +0000 | [diff] [blame] | 98 | .setNInNacks(7230) |
| 99 | .setNOutInterests(36501092) |
Junxiao Shi | f03d479 | 2017-04-06 16:41:22 +0000 | [diff] [blame] | 100 | .setNOutData(5671942) |
Ju Pan | 7570e77 | 2018-10-27 03:33:58 +0000 | [diff] [blame] | 101 | .setNOutNacks(26762) |
| 102 | .setNSatisfiedInterests(123) |
| 103 | .setNUnsatisfiedInterests(321); |
Junxiao Shi | 38f4ce9 | 2016-08-04 10:01:52 +0000 | [diff] [blame] | 104 | this->sendDataset("/localhost/nfd/status/general", payload); |
| 105 | this->prepareStatusOutput(); |
| 106 | |
| 107 | BOOST_CHECK(statusXml.is_equal(STATUS_XML)); |
| 108 | BOOST_CHECK(statusText.is_equal(STATUS_TEXT)); |
| 109 | } |
| 110 | |
| 111 | BOOST_AUTO_TEST_CASE(StatusNoNfdId) |
| 112 | { |
| 113 | this->fetchStatus(); |
| 114 | ForwarderStatus payload; |
| 115 | payload.setNfdVersion("0.4.1-1-g704430c"); |
| 116 | this->sendDataset("/localhost/nfd/status/general", payload); |
| 117 | BOOST_CHECK_NO_THROW(this->prepareStatusOutput()); |
| 118 | } |
| 119 | |
| 120 | BOOST_AUTO_TEST_SUITE_END() // TestForwarderGeneralModule |
Junxiao Shi | 331ade7 | 2016-08-19 14:07:19 +0000 | [diff] [blame] | 121 | BOOST_AUTO_TEST_SUITE_END() // Nfdc |
Junxiao Shi | 38f4ce9 | 2016-08-04 10:01:52 +0000 | [diff] [blame] | 122 | |
Davide Pesavento | e422f9e | 2022-06-03 01:30:23 -0400 | [diff] [blame] | 123 | } // namespace nfd::tools::nfdc::tests |