Chetan Gaonker | bb8faa0 | 2017-07-27 23:48:56 +0000 | [diff] [blame] | 1 | root@495131b1afec:~/test/src/test# nosetests -v -s onboarding/onboardingTest.py:onboarding_exchange.test_exampleservice_health |
| 2 | Unable to connect to test host prod.cord.lab |
| 3 | result.ok, result.status_code are True and 200 |
| 4 | Algo: ... Pinging ONBOARDED SERVICE mysite_vsg-3 at IP 172.27.0.4 |
| 5 | ONBOARDED SERVICE mysite_vsg-3 at IP 172.27.0.4 is reachable |
| 6 | Pinging ONBOARDED SERVICE mysite_exampleservice-2 at IP 172.27.0.3 |
| 7 | ONBOARDED SERVICE mysite_exampleservice-2 at IP 172.27.0.3 is reachable |
| 8 | Pinging ONBOARDED SERVICE mysite_vsg-1 at IP 172.27.0.2 |
| 9 | ONBOARDED SERVICE mysite_vsg-1 at IP 172.27.0.2 is reachable |
| 10 | |
| 11 | Test test_exampleservice_health has no errors and warnings in the logs |
| 12 | ok |
| 13 | |
| 14 | ---------------------------------------------------------------------- |
| 15 | Ran 1 test in 10.722s |
| 16 | |
| 17 | OK |
| 18 | |
| 19 | ************************************************** |
| 20 | root@495131b1afec:~/test/src/test# nosetests -v -s onboarding/onboardingTest.py:onboarding_exchange.test_exampleservice_for_login |
| 21 | Unable to connect to test host prod.cord.lab |
| 22 | result.ok, result.status_code are True and 200 |
| 23 | Algo: ... Checking if ONBOARDING SERVICE at 172.27.0.4 is accessible from compute node sorrowful-cat.cord.lab |
| 24 | OK |
| 25 | Checking if ONBOARDING SERVICE at 172.27.0.3 is accessible from compute node sorrowful-cat.cord.lab |
| 26 | OK |
| 27 | Checking if ONBOARDING SERVICE at 172.27.0.2 is accessible from compute node sorrowful-cat.cord.lab |
| 28 | OK |
| 29 | |
| 30 | Test test_exampleservice_for_login has errors and warnings |
| 31 | |
| 32 | 2017-06-13 07:35:09,846 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 33 | java.lang.IllegalArgumentException |
| 34 | Exception: |
| 35 | at com.google.common.base.Preconditions.checkArgument(Preconditions.java:108)[44:com.google.guava:19.0.0] |
| 36 | at org.opencord.cordvtn.api.core.Instance.of(Instance.java:70)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 37 | at org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor.processDhcp(CordVtnDhcpProxy.java:220)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 38 | at org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor.process(CordVtnDhcpProxy.java:198)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 39 | at org.onosproject.net.packet.impl.PacketManager$InternalPacketProviderService.processPacket(PacketManager.java:373)[131:org.onosproject.onos-core-net:1.8.7] |
| 40 | at org.onosproject.provider.of.packet.impl.OpenFlowPacketProvider$InternalPacketProvider.handlePacket(OpenFlowPacketProvider.java:171)[176:org.onosproject.onos-providers-openflow-packet:1.8.7] |
| 41 | at org.onosproject.openflow.controller.impl.OpenFlowControllerImpl.processPacket(OpenFlowControllerImpl.java:316)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 42 | at org.onosproject.openflow.controller.impl.OpenFlowControllerImpl$OpenFlowSwitchAgent.processMessage(OpenFlowControllerImpl.java:727)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 43 | at org.onosproject.openflow.controller.driver.AbstractOpenFlowSwitch.handleMessage(AbstractOpenFlowSwitch.java:266)[161:org.onosproject.onos-protocols-openflow-api:1.8.7] |
| 44 | at org.onosproject.openflow.controller.impl.OFChannelHandler.dispatchMessage(OFChannelHandler.java:1254)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 45 | ok |
| 46 | |
| 47 | ---------------------------------------------------------------------- |
| 48 | Ran 1 test in 14.237s |
| 49 | |
| 50 | OK |
| 51 | ************************************************** |
| 52 | root@495131b1afec:~/test/src/test# nosetests -v -s onboarding/onboardingTest.py:onboarding_exchange.test_exampleservice_for_default_route_through_testclient |
| 53 | Unable to connect to test host prod.cord.lab |
| 54 | result.ok, result.status_code are True and 200 |
| 55 | Algo: ... |
| 56 | Test test_exampleservice_for_default_route_through_testclient has errors and warnings |
| 57 | |
| 58 | 2017-06-13 07:36:40,911 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 59 | java.lang.IllegalArgumentException |
| 60 | Exception: |
| 61 | at com.google.common.base.Preconditions.checkArgument(Preconditions.java:108)[44:com.google.guava:19.0.0] |
| 62 | at org.opencord.cordvtn.api.core.Instance.of(Instance.java:70)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 63 | at org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor.processDhcp(CordVtnDhcpProxy.java:220)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 64 | at org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor.process(CordVtnDhcpProxy.java:198)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 65 | at org.onosproject.net.packet.impl.PacketManager$InternalPacketProviderService.processPacket(PacketManager.java:373)[131:org.onosproject.onos-core-net:1.8.7] |
| 66 | at org.onosproject.provider.of.packet.impl.OpenFlowPacketProvider$InternalPacketProvider.handlePacket(OpenFlowPacketProvider.java:171)[176:org.onosproject.onos-providers-openflow-packet:1.8.7] |
| 67 | at org.onosproject.openflow.controller.impl.OpenFlowControllerImpl.processPacket(OpenFlowControllerImpl.java:316)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 68 | at org.onosproject.openflow.controller.impl.OpenFlowControllerImpl$OpenFlowSwitchAgent.processMessage(OpenFlowControllerImpl.java:727)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 69 | at org.onosproject.openflow.controller.driver.AbstractOpenFlowSwitch.handleMessage(AbstractOpenFlowSwitch.java:266)[161:org.onosproject.onos-protocols-openflow-api:1.8.7] |
| 70 | at org.onosproject.openflow.controller.impl.OFChannelHandler.dispatchMessage(OFChannelHandler.java:1254)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 71 | ok |
| 72 | |
| 73 | ---------------------------------------------------------------------- |
| 74 | Ran 1 test in 18.468s |
| 75 | |
| 76 | OK |
| 77 | ************************************************** |
| 78 | root@495131b1afec:~/test/src/test# nosetests -v -s onboarding/onboardingTest.py:onboarding_exchange.test_exampleservice_for_service_access_through_testclientUnable to connect to test host prod.cord.lab |
| 79 | result.ok, result.status_code are True and 200 |
| 80 | Algo: ... |
| 81 | Test test_exampleservice_for_service_access_through_testclient has no errors and warnings in the logs |
| 82 | ok |
| 83 | |
| 84 | ---------------------------------------------------------------------- |
| 85 | Ran 1 test in 11.682s |
| 86 | |
| 87 | OK |
| 88 | |
| 89 | ************************************************** |
| 90 | root@495131b1afec:~/test/src/test# nosetests -v -s onboarding/onboardingTest.py:onboarding_exchange.test_exampleservice_for_service_reachability_from_cord_tester |
| 91 | Unable to connect to test host prod.cord.lab |
| 92 | result.ok, result.status_code are True and 200 |
| 93 | Algo: ... mv: cannot move '/etc/resolv.conf.dhclient-new.18668' to '/etc/resolv.conf': Device or resource busy |
| 94 | route is 10.6.1.194 |
| 95 | |
| 96 | Test test_exampleservice_for_service_reachability_from_cord_tester has no errors and warnings in the logs |
| 97 | ok |
| 98 | |
| 99 | ---------------------------------------------------------------------- |
| 100 | Ran 1 test in 12.372s |
| 101 | |
| 102 | OK |
| 103 | |
| 104 | ************************************************** |
| 105 | root@495131b1afec:~/test/src/test# nosetests -v -s onboarding/onboardingTest.py:onboarding_exchange.test_exampleservice_operational_status_from_testclient |
| 106 | Unable to connect to test host prod.cord.lab |
| 107 | result.ok, result.status_code are True and 200 |
| 108 | Algo: ... |
| 109 | Test test_exampleservice_operational_status_from_testclient has errors and warnings |
| 110 | |
| 111 | 2017-06-13 09:36:34,324 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 112 | java.lang.IllegalArgumentException |
| 113 | Exception: |
| 114 | at com.google.common.base.Preconditions.checkArgument(Preconditions.java:108)[44:com.google.guava:19.0.0] |
| 115 | at org.opencord.cordvtn.api.core.Instance.of(Instance.java:70)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 116 | at org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor.processDhcp(CordVtnDhcpProxy.java:220)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 117 | at org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor.process(CordVtnDhcpProxy.java:198)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 118 | at org.onosproject.net.packet.impl.PacketManager$InternalPacketProviderService.processPacket(PacketManager.java:373)[131:org.onosproject.onos-core-net:1.8.7] |
| 119 | at org.onosproject.provider.of.packet.impl.OpenFlowPacketProvider$InternalPacketProvider.handlePacket(OpenFlowPacketProvider.java:171)[176:org.onosproject.onos-providers-openflow-packet:1.8.7] |
| 120 | at org.onosproject.openflow.controller.impl.OpenFlowControllerImpl.processPacket(OpenFlowControllerImpl.java:316)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 121 | at org.onosproject.openflow.controller.impl.OpenFlowControllerImpl$OpenFlowSwitchAgent.processMessage(OpenFlowControllerImpl.java:727)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 122 | at org.onosproject.openflow.controller.driver.AbstractOpenFlowSwitch.handleMessage(AbstractOpenFlowSwitch.java:266)[161:org.onosproject.onos-protocols-openflow-api:1.8.7] |
| 123 | at org.onosproject.openflow.controller.impl.OFChannelHandler.dispatchMessage(OFChannelHandler.java:1254)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 124 | ok |
| 125 | |
| 126 | ---------------------------------------------------------------------- |
| 127 | Ran 1 test in 12.733s |
| 128 | |
| 129 | OK |
| 130 | |
| 131 | ************************************************** |
| 132 | root@495131b1afec:~/test/src/test# nosetests -v -s onboarding/onboardingTest.py:onboarding_exchange.test_exampleservice_operational_access_from_cord_tester |
| 133 | Unable to connect to test host prod.cord.lab |
| 134 | result.ok, result.status_code are True and 200 |
| 135 | Algo: ... RTNETLINK answers: File exists |
| 136 | mv: cannot move '/etc/resolv.conf.dhclient-new.20722' to '/etc/resolv.conf': Device or resource busy |
| 137 | route is 10.6.1.194 |
| 138 | RTNETLINK answers: File exists |
| 139 | |
| 140 | Test test_exampleservice_operational_access_from_cord_tester has no errors and warnings in the logs |
| 141 | ok |
| 142 | |
| 143 | ---------------------------------------------------------------------- |
| 144 | Ran 1 test in 10.716s |
| 145 | |
| 146 | OK |
| 147 | |
| 148 | ************************************************** |
| 149 | root@495131b1afec:~/test/src/test# nosetests -v -s onboarding/onboardingTest.py:onboarding_exchange.test_exampleservice_for_service_message |
| 150 | Unable to connect to test host prod.cord.lab |
| 151 | result.ok, result.status_code are True and 200 |
| 152 | Algo: ... mv: cannot move '/etc/resolv.conf.dhclient-new.20804' to '/etc/resolv.conf': Device or resource busy |
| 153 | route is 10.6.1.194 |
| 154 | |
| 155 | Test test_exampleservice_for_service_message has no errors and warnings in the logs |
| 156 | ok |
| 157 | |
| 158 | ---------------------------------------------------------------------- |
| 159 | Ran 1 test in 10.925s |
| 160 | |
| 161 | OK |
| 162 | |
| 163 | ************************************************** |
| 164 | root@495131b1afec:~/test/src/test# nosetests -v -s onboarding/onboardingTest.py:onboarding_exchange.test_exampleservice_for_tenant_message |
| 165 | Unable to connect to test host prod.cord.lab |
| 166 | result.ok, result.status_code are True and 200 |
| 167 | Algo: ... mv: cannot move '/etc/resolv.conf.dhclient-new.20886' to '/etc/resolv.conf': Device or resource busy |
| 168 | route is 10.6.1.194 |
| 169 | |
| 170 | Test test_exampleservice_for_tenant_message has no errors and warnings in the logs |
| 171 | ok |
| 172 | |
| 173 | ---------------------------------------------------------------------- |
| 174 | Ran 1 test in 11.205s |
| 175 | |
| 176 | OK |
| 177 | |
| 178 | ************************************************* |
| 179 | root@495131b1afec:~/test/src/test# nosetests -v -s onboarding/onboardingTest.py:onboarding_exchange.test_exampleservice_access_after_subscriber_interface_toggle |
| 180 | Unable to connect to test host prod.cord.lab |
| 181 | result.ok, result.status_code are False and 409 |
| 182 | Algo: ... mv: cannot move '/etc/resolv.conf.dhclient-new.21179' to '/etc/resolv.conf': Device or resource busy |
| 183 | route is 10.6.1.194 |
| 184 | RTNETLINK answers: File exists |
| 185 | mv: cannot move '/etc/resolv.conf.dhclient-new.21204' to '/etc/resolv.conf': Device or resource busy |
| 186 | route is 10.6.1.194 |
| 187 | |
| 188 | Test test_exampleservice_access_after_subscriber_interface_toggle has no errors and warnings in the logs |
| 189 | ok |
| 190 | |
| 191 | ---------------------------------------------------------------------- |
| 192 | Ran 1 test in 14.538s |
| 193 | |
| 194 | OK |
| 195 | *************************************************** |
| 196 | root@495131b1afec:~/test/src/test# nosetests -v -s onboarding/onboardingTest.py:onboarding_exchange.test_exampleservice_access_after_service_paused |
| 197 | Unable to connect to test host prod.cord.lab |
| 198 | result.ok, result.status_code are True and 200 |
| 199 | Algo: ... mv: cannot move '/etc/resolv.conf.dhclient-new.21287' to '/etc/resolv.conf': Device or resource busy |
| 200 | route is 10.6.1.194 |
| 201 | Pausing example service running vm |
| 202 | |
| 203 | Test test_exampleservice_access_after_service_paused has errors and warnings |
| 204 | |
| 205 | 2017-06-13 10:07:30,728 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 206 | java.lang.IllegalArgumentException |
| 207 | Exception: |
| 208 | at com.google.common.base.Preconditions.checkArgument(Preconditions.java:108)[44:com.google.guava:19.0.0] |
| 209 | at org.opencord.cordvtn.api.core.Instance.of(Instance.java:70)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 210 | at org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor.processDhcp(CordVtnDhcpProxy.java:220)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 211 | at org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor.process(CordVtnDhcpProxy.java:198)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 212 | at org.onosproject.net.packet.impl.PacketManager$InternalPacketProviderService.processPacket(PacketManager.java:373)[131:org.onosproject.onos-core-net:1.8.7] |
| 213 | at org.onosproject.provider.of.packet.impl.OpenFlowPacketProvider$InternalPacketProvider.handlePacket(OpenFlowPacketProvider.java:171)[176:org.onosproject.onos-providers-openflow-packet:1.8.7] |
| 214 | at org.onosproject.openflow.controller.impl.OpenFlowControllerImpl.processPacket(OpenFlowControllerImpl.java:316)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 215 | at org.onosproject.openflow.controller.impl.OpenFlowControllerImpl$OpenFlowSwitchAgent.processMessage(OpenFlowControllerImpl.java:727)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 216 | at org.onosproject.openflow.controller.driver.AbstractOpenFlowSwitch.handleMessage(AbstractOpenFlowSwitch.java:266)[161:org.onosproject.onos-protocols-openflow-api:1.8.7] |
| 217 | at org.onosproject.openflow.controller.impl.OFChannelHandler.dispatchMessage(OFChannelHandler.java:1254)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 218 | ok |
| 219 | |
| 220 | ---------------------------------------------------------------------- |
| 221 | Ran 1 test in 21.900s |
| 222 | |
| 223 | OK |
| 224 | |
| 225 | ************************************************* |
| 226 | root@495131b1afec:~/test/src/test# nosetests -v -s onboarding/onboardingTest.py:onboarding_exchange.test_exampleservice_access_after_service_restart |
| 227 | Unable to connect to test host prod.cord.lab |
| 228 | result.ok, result.status_code are True and 200 |
| 229 | Algo: ... RTNETLINK answers: File exists |
| 230 | mv: cannot move '/etc/resolv.conf.dhclient-new.22044' to '/etc/resolv.conf': Device or resource busy |
| 231 | route is 10.6.1.194 |
| 232 | Restarting example service running vm |
| 233 | RTNETLINK answers: No such process |
| 234 | |
| 235 | Test test_exampleservice_access_after_service_restart has errors and warnings |
| 236 | |
| 237 | 2017-06-13 10:26:20,898 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 238 | java.lang.IllegalArgumentException |
| 239 | 2017-06-13 10:26:21,341 | WARN | source-registrar | ResourceDeviceListener | 131 - org.onosproject.onos-core-net - 1.8.7 | Failed to register Bandwidth for [of:0000525400009f10, 19] |
| 240 | 2017-06-13 10:26:21,941 | WARN | source-registrar | ResourceDeviceListener | 131 - org.onosproject.onos-core-net - 1.8.7 | Failed to register Bandwidth for [of:0000525400009f10, 20] |
| 241 | 2017-06-13 10:26:22,538 | WARN | source-registrar | ResourceDeviceListener | 131 - org.onosproject.onos-core-net - 1.8.7 | Failed to register Bandwidth for [of:0000525400009f10, 21] |
| 242 | 2017-06-13 10:26:37,144 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 243 | java.lang.IllegalArgumentException |
| 244 | Exception: |
| 245 | at com.google.common.base.Preconditions.checkArgument(Preconditions.java:108)[44:com.google.guava:19.0.0] |
| 246 | at org.opencord.cordvtn.api.core.Instance.of(Instance.java:70)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 247 | at org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor.processDhcp(CordVtnDhcpProxy.java:220)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 248 | at org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor.process(CordVtnDhcpProxy.java:198)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 249 | at org.onosproject.net.packet.impl.PacketManager$InternalPacketProviderService.processPacket(PacketManager.java:373)[131:org.onosproject.onos-core-net:1.8.7] |
| 250 | at org.onosproject.provider.of.packet.impl.OpenFlowPacketProvider$InternalPacketProvider.handlePacket(OpenFlowPacketProvider.java:171)[176:org.onosproject.onos-providers-openflow-packet:1.8.7] |
| 251 | at org.onosproject.openflow.controller.impl.OpenFlowControllerImpl.processPacket(OpenFlowControllerImpl.java:316)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 252 | at org.onosproject.openflow.controller.impl.OpenFlowControllerImpl$OpenFlowSwitchAgent.processMessage(OpenFlowControllerImpl.java:727)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 253 | at org.onosproject.openflow.controller.driver.AbstractOpenFlowSwitch.handleMessage(AbstractOpenFlowSwitch.java:266)[161:org.onosproject.onos-protocols-openflow-api:1.8.7] |
| 254 | at org.onosproject.openflow.controller.impl.OFChannelHandler.dispatchMessage(OFChannelHandler.java:1254)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 255 | ok |
| 256 | |
| 257 | ---------------------------------------------------------------------- |
| 258 | Ran 1 test in 48.066s |
| 259 | |
| 260 | OK |
| 261 | *************************************************** |
| 262 | root@495131b1afec:~/test/src/test# nosetests -v -s onboarding/onboardingTest.py:onboarding_exchange.test_exampleservice_access_after_service_stop |
| 263 | Unable to connect to test host prod.cord.lab |
| 264 | result.ok, result.status_code are True and 200 |
| 265 | Algo: ... RTNETLINK answers: File exists |
| 266 | mv: cannot move '/etc/resolv.conf.dhclient-new.23650' to '/etc/resolv.conf': Device or resource busy |
| 267 | route is 10.6.1.194 |
| 268 | Stopping example service running vm |
| 269 | RTNETLINK answers: No such process |
| 270 | |
| 271 | Test test_exampleservice_access_after_service_stop has errors and warnings |
| 272 | |
| 273 | 2017-06-13 11:15:34,207 | WARN | source-registrar | ResourceDeviceListener | 131 - org.onosproject.onos-core-net - 1.8.7 | Failed to register Bandwidth for [of:0000525400009f10, 34] |
| 274 | 2017-06-13 11:15:34,853 | WARN | source-registrar | ResourceDeviceListener | 131 - org.onosproject.onos-core-net - 1.8.7 | Failed to register Bandwidth for [of:0000525400009f10, 35] |
| 275 | 2017-06-13 11:15:35,566 | WARN | source-registrar | ResourceDeviceListener | 131 - org.onosproject.onos-core-net - 1.8.7 | Failed to register Bandwidth for [of:0000525400009f10, 36] |
| 276 | 2017-06-13 11:16:12,285 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 277 | java.lang.IllegalArgumentException |
| 278 | 2017-06-13 11:16:15,537 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 279 | java.lang.IllegalArgumentException |
| 280 | 2017-06-13 11:16:20,552 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 281 | java.lang.IllegalArgumentException |
| 282 | 2017-06-13 11:16:27,806 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 283 | java.lang.IllegalArgumentException |
| 284 | Exception: |
| 285 | at com.google.common.base.Preconditions.checkArgument(Preconditions.java:108)[44:com.google.guava:19.0.0] |
| 286 | at org.opencord.cordvtn.api.core.Instance.of(Instance.java:70)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 287 | at org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor.processDhcp(CordVtnDhcpProxy.java:220)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 288 | at org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor.process(CordVtnDhcpProxy.java:198)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 289 | at org.onosproject.net.packet.impl.PacketManager$InternalPacketProviderService.processPacket(PacketManager.java:373)[131:org.onosproject.onos-core-net:1.8.7] |
| 290 | at org.onosproject.provider.of.packet.impl.OpenFlowPacketProvider$InternalPacketProvider.handlePacket(OpenFlowPacketProvider.java:171)[176:org.onosproject.onos-providers-openflow-packet:1.8.7] |
| 291 | at org.onosproject.openflow.controller.impl.OpenFlowControllerImpl.processPacket(OpenFlowControllerImpl.java:316)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 292 | at org.onosproject.openflow.controller.impl.OpenFlowControllerImpl$OpenFlowSwitchAgent.processMessage(OpenFlowControllerImpl.java:727)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 293 | at org.onosproject.openflow.controller.driver.AbstractOpenFlowSwitch.handleMessage(AbstractOpenFlowSwitch.java:266)[161:org.onosproject.onos-protocols-openflow-api:1.8.7] |
| 294 | at org.onosproject.openflow.controller.impl.OFChannelHandler.dispatchMessage(OFChannelHandler.java:1254)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 295 | ok |
| 296 | |
| 297 | ---------------------------------------------------------------------- |
| 298 | Ran 1 test in 79.389s |
| 299 | |
| 300 | OK |
| 301 | root@495131b1afec:~/test/src/test# |
| 302 | |
| 303 | ************************************************** |
| 304 | root@495131b1afec:~/test/src/test# nosetests -v -s onboarding/onboardingTest.py:onboarding_exchange.test_exampleservice_for_service_message_after_service_stop_and_start |
| 305 | Unable to connect to test host prod.cord.lab |
| 306 | result.ok, result.status_code are False and 409 |
| 307 | Algo: ... RTNETLINK answers: File exists |
| 308 | mv: cannot move '/etc/resolv.conf.dhclient-new.24066' to '/etc/resolv.conf': Device or resource busy |
| 309 | route is 10.6.1.194 |
| 310 | Stopping example service running VM |
| 311 | RTNETLINK answers: No such process |
| 312 | |
| 313 | Test test_exampleservice_for_service_message_after_service_stop_and_start has errors and warnings |
| 314 | |
| 315 | 2017-06-13 11:22:22,025 | WARN | source-registrar | ResourceDeviceListener | 131 - org.onosproject.onos-core-net - 1.8.7 | Failed to register Bandwidth for [of:0000525400009f10, 40] |
| 316 | 2017-06-13 11:22:22,731 | WARN | source-registrar | ResourceDeviceListener | 131 - org.onosproject.onos-core-net - 1.8.7 | Failed to register Bandwidth for [of:0000525400009f10, 41] |
| 317 | 2017-06-13 11:22:23,416 | WARN | source-registrar | ResourceDeviceListener | 131 - org.onosproject.onos-core-net - 1.8.7 | Failed to register Bandwidth for [of:0000525400009f10, 42] |
| 318 | ok |
| 319 | |
| 320 | ---------------------------------------------------------------------- |
| 321 | Ran 1 test in 49.291s |
| 322 | |
| 323 | OK |
| 324 | |
| 325 | ************************************************** |
| 326 | root@495131b1afec:~/test/src/test# nosetests -v -s onboarding/onboardingTest.py:onboarding_exchange.test_exampleservice_for_tenant_message_after_service_restart |
| 327 | Unable to connect to test host prod.cord.lab |
| 328 | result.ok, result.status_code are True and 200 |
| 329 | Algo: ... RTNETLINK answers: File exists |
| 330 | mv: cannot move '/etc/resolv.conf.dhclient-new.24656' to '/etc/resolv.conf': Device or resource busy |
| 331 | route is 10.6.1.194 |
| 332 | Restarting example service running VM |
| 333 | RTNETLINK answers: No such process |
| 334 | |
| 335 | Test test_exampleservice_for_tenant_message_after_service_restart has errors and warnings |
| 336 | |
| 337 | 2017-06-13 11:32:22,858 | WARN | source-registrar | ResourceDeviceListener | 131 - org.onosproject.onos-core-net - 1.8.7 | Failed to register Bandwidth for [of:0000525400009f10, 46] |
| 338 | 2017-06-13 11:32:23,457 | WARN | source-registrar | ResourceDeviceListener | 131 - org.onosproject.onos-core-net - 1.8.7 | Failed to register Bandwidth for [of:0000525400009f10, 47] |
| 339 | 2017-06-13 11:32:24,056 | WARN | source-registrar | ResourceDeviceListener | 131 - org.onosproject.onos-core-net - 1.8.7 | Failed to register Bandwidth for [of:0000525400009f10, 48] |
| 340 | ok |
| 341 | |
| 342 | ---------------------------------------------------------------------- |
| 343 | Ran 1 test in 44.383s |
| 344 | |
| 345 | OK |
| 346 | |
| 347 | ************************************************** |
| 348 | root@495131b1afec:~/test/src/test# nosetests -v -s onboarding/onboardingTest.py:onboarding_exchange.test_exampleservice_access_after_vcpe_instance_restart |
| 349 | Unable to connect to test host prod.cord.lab |
| 350 | result.ok, result.status_code are True and 200 |
| 351 | Algo: ... RTNETLINK answers: File exists |
| 352 | mv: cannot move '/etc/resolv.conf.dhclient-new.26158' to '/etc/resolv.conf': Device or resource busy |
| 353 | route is 10.6.1.194 |
| 354 | RTNETLINK answers: File exists |
| 355 | mv: cannot move '/etc/resolv.conf.dhclient-new.26185' to '/etc/resolv.conf': Device or resource busy |
| 356 | route is 10.6.1.194 |
| 357 | RTNETLINK answers: File exists |
| 358 | |
| 359 | Test test_exampleservice_access_after_vcpe_instance_restart has errors and warnings |
| 360 | |
| 361 | 2017-06-13 11:52:02,204 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 362 | java.lang.IllegalArgumentException |
| 363 | Exception: |
| 364 | at com.google.common.base.Preconditions.checkArgument(Preconditions.java:108)[44:com.google.guava:19.0.0] |
| 365 | at org.opencord.cordvtn.api.core.Instance.of(Instance.java:70)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 366 | at org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor.processDhcp(CordVtnDhcpProxy.java:220)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 367 | at org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor.process(CordVtnDhcpProxy.java:198)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 368 | at org.onosproject.net.packet.impl.PacketManager$InternalPacketProviderService.processPacket(PacketManager.java:373)[131:org.onosproject.onos-core-net:1.8.7] |
| 369 | at org.onosproject.provider.of.packet.impl.OpenFlowPacketProvider$InternalPacketProvider.handlePacket(OpenFlowPacketProvider.java:171)[176:org.onosproject.onos-providers-openflow-packet:1.8.7] |
| 370 | at org.onosproject.openflow.controller.impl.OpenFlowControllerImpl.processPacket(OpenFlowControllerImpl.java:316)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 371 | at org.onosproject.openflow.controller.impl.OpenFlowControllerImpl$OpenFlowSwitchAgent.processMessage(OpenFlowControllerImpl.java:727)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 372 | at org.onosproject.openflow.controller.driver.AbstractOpenFlowSwitch.handleMessage(AbstractOpenFlowSwitch.java:266)[161:org.onosproject.onos-protocols-openflow-api:1.8.7] |
| 373 | at org.onosproject.openflow.controller.impl.OFChannelHandler.dispatchMessage(OFChannelHandler.java:1254)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 374 | ok |
| 375 | |
| 376 | ---------------------------------------------------------------------- |
| 377 | Ran 1 test in 26.920s |
| 378 | |
| 379 | OK |
| 380 | |
| 381 | ************************************************** |
| 382 | root@495131b1afec:~/test/src/test# nosetests -v -s onboarding/onboardingTest.py:onboarding_exchange.test_exampleservice_access_after_vcpe_instance_wan_interface_toggle |
| 383 | Unable to connect to test host prod.cord.lab |
| 384 | result.ok, result.status_code are True and 200 |
| 385 | Algo: ... RTNETLINK answers: File exists |
| 386 | mv: cannot move '/etc/resolv.conf.dhclient-new.2825' to '/etc/resolv.conf': Device or resource busy |
| 387 | route is 10.6.1.194 |
| 388 | RTNETLINK answers: File exists |
| 389 | mv: cannot move '/etc/resolv.conf.dhclient-new.2876' to '/etc/resolv.conf': Device or resource busy |
| 390 | route is 10.6.1.194 |
| 391 | RTNETLINK answers: File exists |
| 392 | RTNETLINK answers: File exists |
| 393 | mv: cannot move '/etc/resolv.conf.dhclient-new.2907' to '/etc/resolv.conf': Device or resource busy |
| 394 | route is 10.6.1.194 |
| 395 | RTNETLINK answers: File exists |
| 396 | |
| 397 | Test test_exampleservice_access_after_vcpe_instance_wan_interface_toggle has errors and warnings |
| 398 | |
| 399 | 2017-06-13 13:05:22,040 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 400 | java.lang.IllegalArgumentException |
| 401 | 2017-06-13 13:05:34,646 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 402 | java.lang.IllegalArgumentException |
| 403 | Exception: |
| 404 | at com.google.common.base.Preconditions.checkArgument(Preconditions.java:108)[44:com.google.guava:19.0.0] |
| 405 | at org.opencord.cordvtn.api.core.Instance.of(Instance.java:70)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 406 | at org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor.processDhcp(CordVtnDhcpProxy.java:220)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 407 | at org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor.process(CordVtnDhcpProxy.java:198)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 408 | at org.onosproject.net.packet.impl.PacketManager$InternalPacketProviderService.processPacket(PacketManager.java:373)[131:org.onosproject.onos-core-net:1.8.7] |
| 409 | at org.onosproject.provider.of.packet.impl.OpenFlowPacketProvider$InternalPacketProvider.handlePacket(OpenFlowPacketProvider.java:171)[176:org.onosproject.onos-providers-openflow-packet:1.8.7] |
| 410 | at org.onosproject.openflow.controller.impl.OpenFlowControllerImpl.processPacket(OpenFlowControllerImpl.java:316)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 411 | at org.onosproject.openflow.controller.impl.OpenFlowControllerImpl$OpenFlowSwitchAgent.processMessage(OpenFlowControllerImpl.java:727)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 412 | at org.onosproject.openflow.controller.driver.AbstractOpenFlowSwitch.handleMessage(AbstractOpenFlowSwitch.java:266)[161:org.onosproject.onos-protocols-openflow-api:1.8.7] |
| 413 | at org.onosproject.openflow.controller.impl.OFChannelHandler.dispatchMessage(OFChannelHandler.java:1254)[174:org.onosproject.onos-protocols-openflow-ctl:1.8.7] |
| 414 | ok |
| 415 | |
| 416 | ---------------------------------------------------------------------- |
| 417 | Ran 1 test in 40.789s |
| 418 | |
| 419 | OK |
| 420 | |
| 421 | ************************************************** |
| 422 | root@495131b1afec:~/test/src/test# nosetests -v -s onboarding/onboardingTest.py:onboarding_exchange.test_exampleservice_access_after_firewall_rule_added_to_drop_service_running_server_in_vcpe_instance |
| 423 | Unable to connect to test host prod.cord.lab |
| 424 | result.ok, result.status_code are True and 200 |
| 425 | Algo: ... RTNETLINK answers: File exists |
| 426 | mv: cannot move '/etc/resolv.conf.dhclient-new.3568' to '/etc/resolv.conf': Device or resource busy |
| 427 | route is 10.6.1.194 |
| 428 | |
| 429 | Test test_exampleservice_access_after_firewall_rule_added_to_drop_service_running_server_in_vcpe_instance has no errors and warnings in the logs |
| 430 | ok |
| 431 | |
| 432 | ---------------------------------------------------------------------- |
| 433 | Ran 1 test in 23.103s |
| 434 | |
| 435 | OK |
| 436 | |
| 437 | ************************************************* |
| 438 | root@495131b1afec:~/test/src/test# nosetests -v -s onboarding/onboardingTest.py:onboarding_exchange.test_exampleservice_xos_subcriber_access_exampleservice |
| 439 | Unable to connect to test host prod.cord.lab |
| 440 | result.ok, result.status_code are True and 200 |
| 441 | Algo: ... index and its type are 0, <type 'int'> |
| 442 | get url... http://xos:9000/api/tenant/cord/subscriber/ |
| 443 | Test passed: 200: [{"humanReadableName":"cordSubscriber-1","id":1,"features":{"cdn":false,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"123","name":"My House"}},{"humanReadableName":"cordSubscriber-3","id":3,"features":{"cdn":true,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"200","name":"My House 0"}},{"humanReadableName":"cordSubscriber-4","id":4,"features":{"cdn":true,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"201","name":"My House 1"}},{"humanReadableName":"cordSubscriber-5","id":5,"features":{"cdn":true,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"202","name":"My House 2"}},{"humanReadableName":"cordSubscriber-6","id":6,"features":{"cdn":true,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"203","name":"My House 3"}},{"humanReadableName":"cordSubscriber-7","id":7,"features":{"cdn":true,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"204","name":"My House 4"}}] |
| 444 | RTNETLINK answers: File exists |
| 445 | mv: cannot move '/etc/resolv.conf.dhclient-new.3879' to '/etc/resolv.conf': Device or resource busy |
| 446 | route is 10.6.1.194 |
| 447 | Deleting tenant with s_tag: 304, c_tag: 304 |
| 448 | get url... http://xos:9000/api/tenant/cord/volt/ |
| 449 | Test passed: 200: [{"humanReadableName":"VOLTTenantForAPI-7","id":7,"service_specific_id":"123","s_tag":"222","c_tag":"111","subscriber":1,"related":{"instance_id":1,"instance_name":"mysite_vsg","vsg_id":8,"wan_container_ip":"10.6.1.131","compute_node_name":"sorrowful-cat"}},{"humanReadableName":"VOLTTenantForAPI-16","id":16,"service_specific_id":null,"s_tag":"304","c_tag":"304","subscriber":3,"related":{}},{"humanReadableName":"VOLTTenantForAPI-19","id":19,"service_specific_id":null,"s_tag":"304","c_tag":"305","subscriber":4,"related":{"instance_id":3,"instance_name":"mysite_vsg","vsg_id":20,"wan_container_ip":"10.6.1.135","compute_node_name":"sorrowful-cat"}},{"humanReadableName":"VOLTTenantForAPI-22","id":22,"service_specific_id":null,"s_tag":"304","c_tag":"306","subscriber":5,"related":{"instance_id":3,"instance_name":"mysite_vsg","vsg_id":23,"wan_container_ip":"10.6.1.136","compute_node_name":"sorrowful-cat"}},{"humanReadableName":"VOLTTenantForAPI-25","id":25,"service_specific_id":null,"s_tag":"304","c_tag":"307","subscriber":6,"related":{"instance_id":3,"instance_name":"mysite_vsg","vsg_id":26,"wan_container_ip":"10.6.1.137","compute_node_name":"sorrowful-cat"}},{"humanReadableName":"VOLTTenantForAPI-28","id":28,"service_specific_id":null,"s_tag":"304","c_tag":"308","subscriber":7,"related":{"instance_id":3,"instance_name":"mysite_vsg","vsg_id":29,"wan_container_ip":"10.6.1.138","compute_node_name":"sorrowful-cat"}}] |
| 450 | Deleting subscriber ID 3 for account num 200 |
| 451 | url http://xos:9000/api/tenant/cord/subscriber/3 |
| 452 | Test passed: 204: |
| 453 | Deleting VOLT Tenant ID 16 for subscriber 3 |
| 454 | url http://xos:9000/api/tenant/cord/volt/16 |
| 455 | Test failed: 404: {"detail":"Not found."} |
| 456 | |
| 457 | Test test_exampleservice_xos_subcriber_access_exampleservice has no errors and warnings in the logs |
| 458 | ok |
| 459 | |
| 460 | ---------------------------------------------------------------------- |
| 461 | Ran 1 test in 11.053s |
| 462 | |
| 463 | OK |
| 464 | ************************************************** |
| 465 | root@495131b1afec:~/test/src/test# nosetests -v -s onboarding/onboardingTest.py:onboarding_exchange.test_exampleservice_multiple_subcribers_access_same_service |
| 466 | Unable to connect to test host prod.cord.lab |
| 467 | result.ok, result.status_code are True and 200 |
| 468 | Algo: ... index and its type are 0, <type 'int'> |
| 469 | get url... http://xos:9000/api/tenant/cord/subscriber/ |
| 470 | Test passed: 200: [{"humanReadableName":"cordSubscriber-1","id":1,"features":{"cdn":false,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"123","name":"My House"}},{"humanReadableName":"cordSubscriber-4","id":4,"features":{"cdn":true,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"201","name":"My House 1"}},{"humanReadableName":"cordSubscriber-5","id":5,"features":{"cdn":true,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"202","name":"My House 2"}},{"humanReadableName":"cordSubscriber-6","id":6,"features":{"cdn":true,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"203","name":"My House 3"}},{"humanReadableName":"cordSubscriber-7","id":7,"features":{"cdn":true,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"204","name":"My House 4"}}] |
| 471 | Creating tenant with s_tag: 304, c_tag: 304 |
| 472 | url, data.. http://xos:9000/api/tenant/cord/subscriber/ {"features": {"status": "enabled", "cdn": true, "uplink_speed": 1000000000, "downlink_speed": 1000000000, "uverse": true}, "identity": {"account_num": "200", "name": "My House 0"}} |
| 473 | requests.codes..... 201 |
| 474 | Test passed: 201: {"humanReadableName":"cordSubscriber-8","id":8,"features":{"cdn":true,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"200","name":"My House 0"}} |
| 475 | get url... http://xos:9000/api/tenant/cord/subscriber/ |
| 476 | Test passed: 200: [{"humanReadableName":"cordSubscriber-1","id":1,"features":{"cdn":false,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"123","name":"My House"}},{"humanReadableName":"cordSubscriber-4","id":4,"features":{"cdn":true,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"201","name":"My House 1"}},{"humanReadableName":"cordSubscriber-5","id":5,"features":{"cdn":true,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"202","name":"My House 2"}},{"humanReadableName":"cordSubscriber-6","id":6,"features":{"cdn":true,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"203","name":"My House 3"}},{"humanReadableName":"cordSubscriber-7","id":7,"features":{"cdn":true,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"204","name":"My House 4"}},{"humanReadableName":"cordSubscriber-8","id":8,"features":{"cdn":true,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"200","name":"My House 0"}}] |
| 477 | Subscriber ID for account num 200 = 8 |
| 478 | url, data.. http://xos:9000/api/tenant/cord/volt/ {"subscriber": "8", "c_tag": "304", "s_tag": "304"} |
| 479 | requests.codes..... 201 |
| 480 | Test passed: 201: {"humanReadableName":"VOLTTenantForAPI-31","id":31,"service_specific_id":null,"s_tag":"304","c_tag":"304","subscriber":8,"related":{}} |
| 481 | Delaying 350 seconds for the VCPE to be provisioned |
| 482 | Testing for external connectivity to VCPE vcpe-304-304 |
| 483 | RTNETLINK answers: File exists |
| 484 | mv: cannot move '/etc/resolv.conf.dhclient-new.5742' to '/etc/resolv.conf': Device or resource busy |
| 485 | Got DHCP IP 192.168.0.18 for vcpe1.304.304 |
| 486 | Sending icmp echo requests to external network 8.8.8.8 |
| 487 | index and its type are 1, <type 'int'> |
| 488 | get url... http://xos:9000/api/tenant/cord/subscriber/ |
| 489 | Test passed: 200: [{"humanReadableName":"cordSubscriber-1","id":1,"features":{"cdn":false,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"123","name":"My House"}},{"humanReadableName":"cordSubscriber-4","id":4,"features":{"cdn":true,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"201","name":"My House 1"}},{"humanReadableName":"cordSubscriber-5","id":5,"features":{"cdn":true,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"202","name":"My House 2"}},{"humanReadableName":"cordSubscriber-6","id":6,"features":{"cdn":true,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"203","name":"My House 3"}},{"humanReadableName":"cordSubscriber-7","id":7,"features":{"cdn":true,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"204","name":"My House 4"}},{"humanReadableName":"cordSubscriber-8","id":8,"features":{"cdn":true,"uplink_speed":1000000000,"downlink_speed":1000000000,"uverse":true,"status":"enabled"},"identity":{"account_num":"200","name":"My House 0"}}] |
| 490 | mv: cannot move '/etc/resolv.conf.dhclient-new.5782' to '/etc/resolv.conf': Device or resource busy |
| 491 | route is 10.6.1.194 |
| 492 | RTNETLINK answers: No such process |
| 493 | RTNETLINK answers: File exists |
| 494 | mv: cannot move '/etc/resolv.conf.dhclient-new.5809' to '/etc/resolv.conf': Device or resource busy |
| 495 | route is 10.6.1.194 |
| 496 | RTNETLINK answers: File exists |
| 497 | RTNETLINK answers: No such process |
| 498 | |
| 499 | Test test_exampleservice_multiple_subcribers_access_same_service has errors and warnings |
| 500 | |
| 501 | 2017-06-13 13:14:38,541 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 502 | java.lang.IllegalArgumentException |
| 503 | 2017-06-13 13:14:41,044 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 504 | java.lang.IllegalArgumentException |
| 505 | 2017-06-13 13:14:48,484 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 506 | java.lang.IllegalArgumentException |
| 507 | 2017-06-13 13:15:01,721 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 508 | java.lang.IllegalArgumentException |
| 509 | 2017-06-13 13:15:08,856 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 510 | java.lang.IllegalArgumentException |
| 511 | 2017-06-13 13:15:23,898 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 512 | java.lang.IllegalArgumentException |
| 513 | 2017-06-13 13:15:33,543 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 514 | java.lang.IllegalArgumentException |
| 515 | 2017-06-13 13:15:47,928 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 516 | java.lang.IllegalArgumentException |
| 517 | 2017-06-13 13:16:03,840 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 518 | java.lang.IllegalArgumentException |
| 519 | 2017-06-13 13:16:12,901 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 520 | java.lang.IllegalArgumentException |
| 521 | 2017-06-13 13:16:23,450 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 522 | java.lang.IllegalArgumentException |
| 523 | 2017-06-13 13:16:35,270 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 524 | java.lang.IllegalArgumentException |
| 525 | 2017-06-13 13:16:56,240 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 526 | java.lang.IllegalArgumentException |
| 527 | 2017-06-13 13:17:13,233 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 528 | java.lang.IllegalArgumentException |
| 529 | 2017-06-13 13:17:28,468 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 530 | java.lang.IllegalArgumentException |
| 531 | 2017-06-13 13:17:43,372 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 532 | java.lang.IllegalArgumentException |
| 533 | 2017-06-13 13:17:59,724 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 534 | java.lang.IllegalArgumentException |
| 535 | 2017-06-13 13:18:10,774 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 536 | java.lang.IllegalArgumentException |
| 537 | 2017-06-13 13:18:28,186 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 538 | java.lang.IllegalArgumentException |
| 539 | 2017-06-13 13:18:48,009 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 540 | java.lang.IllegalArgumentException |
| 541 | 2017-06-13 13:19:02,425 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 542 | java.lang.IllegalArgumentException |
| 543 | 2017-06-13 13:19:11,112 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 544 | java.lang.IllegalArgumentException |
| 545 | 2017-06-13 13:19:32,875 | WARN | ew I/O worker #2 | PacketManager | 131 - org.onosproject.onos-core-net - 1.8.7 | Packet processor org.opencord.cordvtn.impl.CordVtnDhcpProxy$InternalPacketProcessor@64be463 threw an exception |
| 546 | java.lang.IllegalArgumentException |
| 547 | 2017-06-13 13:19:41,974 | ERROR | er-event-handler | DependencyHandler | 169 - org.opencord.vtn - 1.2.0.SNAPSHOT | Uncaught exception on DependencyHandler-event-handler |
| 548 | java.lang.IllegalArgumentException |
| 549 | 2017-06-13 13:19:41,976 | ERROR | er-event-handler | ManagementInstanceHandler | 169 - org.opencord.vtn - 1.2.0.SNAPSHOT | Uncaught exception on ManagementInstanceHandler-event-handler |
| 550 | java.lang.IllegalArgumentException |
| 551 | 2017-06-13 13:19:41,979 | ERROR | er-event-handler | DefaultInstanceHandler | 169 - org.opencord.vtn - 1.2.0.SNAPSHOT | Uncaught exception on DefaultInstanceHandler-event-handler |
| 552 | java.lang.IllegalArgumentException |
| 553 | 2017-06-13 13:19:41,980 | ERROR | er-event-handler | AccessAgentInstanceHandler | 169 - org.opencord.vtn - 1.2.0.SNAPSHOT | Uncaught exception on AccessAgentInstanceHandler-event-handler |
| 554 | java.lang.IllegalArgumentException |
| 555 | Exception: |
| 556 | at com.google.common.base.Preconditions.checkArgument(Preconditions.java:108)[44:com.google.guava:19.0.0] |
| 557 | at org.opencord.cordvtn.api.core.Instance.of(Instance.java:70)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 558 | at org.opencord.cordvtn.impl.handler.AbstractInstanceHandler$InternalHostListener.handle(AbstractInstanceHandler.java:225)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 559 | at org.opencord.cordvtn.impl.handler.AbstractInstanceHandler$InternalHostListener.lambda$event$0(AbstractInstanceHandler.java:215)[169:org.opencord.vtn:1.2.0.SNAPSHOT] |
| 560 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_131] |
| 561 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_131] |
| 562 | at java.lang.Thread.run(Thread.java:748)[:1.8.0_131] |
| 563 | 2017-06-13 13:19:46,303 | INFO | 2]-nio2-thread-3 | ServerSession | 30 - org.apache.sshd.core - 0.14.0 | Server session created from /172.19.0.4:60846 |
| 564 | 2017-06-13 13:19:46,516 | INFO | 2]-nio2-thread-8 | ServerUserAuthService | 30 - org.apache.sshd.core - 0.14.0 | Session karaf@/172.19.0.4:60846 authenticated |
| 565 | 2017-06-13 13:19:46,521 | INFO | 2]-nio2-thread-5 | ChannelSession | 30 - org.apache.sshd.core - 0.14.0 | Executing command: cat /root/onos/apache-karaf-3.0.5/data/log/karaf.log |
| 566 | ok |
| 567 | |
| 568 | ---------------------------------------------------------------------- |
| 569 | Ran 1 test in 368.428s |
| 570 | |
| 571 | OK |
| 572 | |
| 573 | |