Created
December 4, 2017 14:28
-
-
Save PinGwynn/9d2fa3192fd7f855392553f23a7a1a57 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Failed scenarios: | |
FlowCrudBasicRun.feature:135 # Scenario Outline: Flow Creation Negative Scenario for Vlan Conflicts | |
FlowCrudBasicRun.feature:136 # Scenario Outline: Flow Creation Negative Scenario for Vlan Conflicts | |
FlowCrudBasicRun.feature:137 # Scenario Outline: Flow Creation Negative Scenario for Vlan Conflicts | |
FlowCrudBasicRun.feature:138 # Scenario Outline: Flow Creation Negative Scenario for Vlan Conflicts | |
FlowCrudBasicRun.feature:139 # Scenario Outline: Flow Creation Negative Scenario for Vlan Conflicts | |
FlowCrudBasicRun.feature:140 # Scenario Outline: Flow Creation Negative Scenario for Vlan Conflicts | |
FlowCrudBasicRun.feature:141 # Scenario Outline: Flow Creation Negative Scenario for Vlan Conflicts | |
FlowCrudBasicRun.feature:142 # Scenario Outline: Flow Creation Negative Scenario for Vlan Conflicts | |
58 Scenarios (8 failed, 50 passed) | |
294 Steps (8 failed, 286 passed) | |
10m18.653s | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vc2none_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2none_conflict, last-updated=2017-12-04T14:20:32.787Z}> | |
at org.junit.Assert.fail(Assert.java:88) | |
at org.junit.Assert.failNotNull(Assert.java:755) | |
at org.junit.Assert.assertNull(Assert.java:737) | |
at org.junit.Assert.assertNull(Assert.java:747) | |
at org.openkilda.atdd.FlowCrudBasicRunTest.failedFlowCreation(FlowCrudBasicRunTest.java:86) | |
at ?.Then flow vc2none_conflict creation request with de:ad:be:ef:00:00:00:03 1 200 and de:ad:be:ef:00:00:00:04 2 200 and 10000 is failed(FlowCrudBasicRun.feature:131) | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vc2push1_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2push1_conflict, last-updated=2017-12-04T14:20:37.560Z}> | |
at org.junit.Assert.fail(Assert.java:88) | |
at org.junit.Assert.failNotNull(Assert.java:755) | |
at org.junit.Assert.assertNull(Assert.java:737) | |
at org.junit.Assert.assertNull(Assert.java:747) | |
at org.openkilda.atdd.FlowCrudBasicRunTest.failedFlowCreation(FlowCrudBasicRunTest.java:86) | |
at ?.Then flow vc2push1_conflict creation request with de:ad:be:ef:00:00:00:03 1 200 and de:ad:be:ef:00:00:00:04 2 200 and 10000 is failed(FlowCrudBasicRun.feature:131) | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vc2push2_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2push2_conflict, last-updated=2017-12-04T14:20:39.985Z}> | |
at org.junit.Assert.fail(Assert.java:88) | |
at org.junit.Assert.failNotNull(Assert.java:755) | |
at org.junit.Assert.assertNull(Assert.java:737) | |
at org.junit.Assert.assertNull(Assert.java:747) | |
at org.openkilda.atdd.FlowCrudBasicRunTest.failedFlowCreation(FlowCrudBasicRunTest.java:86) | |
at ?.Then flow vc2push2_conflict creation request with de:ad:be:ef:00:00:00:03 1 200 and de:ad:be:ef:00:00:00:04 2 200 and 10000 is failed(FlowCrudBasicRun.feature:131) | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vc2pop1_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2pop1_conflict, last-updated=2017-12-04T14:20:42.549Z}> | |
at org.junit.Assert.fail(Assert.java:88) | |
at org.junit.Assert.failNotNull(Assert.java:755) | |
at org.junit.Assert.assertNull(Assert.java:737) | |
at org.junit.Assert.assertNull(Assert.java:747) | |
at org.openkilda.atdd.FlowCrudBasicRunTest.failedFlowCreation(FlowCrudBasicRunTest.java:86) | |
at ?.Then flow vc2pop1_conflict creation request with de:ad:be:ef:00:00:00:03 1 200 and de:ad:be:ef:00:00:00:04 2 200 and 10000 is failed(FlowCrudBasicRun.feature:131) | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vc2pop2_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2pop2_conflict, last-updated=2017-12-04T14:20:45.097Z}> | |
at org.junit.Assert.fail(Assert.java:88) | |
at org.junit.Assert.failNotNull(Assert.java:755) | |
at org.junit.Assert.assertNull(Assert.java:737) | |
at org.junit.Assert.assertNull(Assert.java:747) | |
at org.openkilda.atdd.FlowCrudBasicRunTest.failedFlowCreation(FlowCrudBasicRunTest.java:86) | |
at ?.Then flow vc2pop2_conflict creation request with de:ad:be:ef:00:00:00:03 1 200 and de:ad:be:ef:00:00:00:04 2 200 and 10000 is failed(FlowCrudBasicRun.feature:131) | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vs2swap1_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vs2swap1_conflict, last-updated=2017-12-04T14:20:47.524Z}> | |
at org.junit.Assert.fail(Assert.java:88) | |
at org.junit.Assert.failNotNull(Assert.java:755) | |
at org.junit.Assert.assertNull(Assert.java:737) | |
at org.junit.Assert.assertNull(Assert.java:747) | |
at org.openkilda.atdd.FlowCrudBasicRunTest.failedFlowCreation(FlowCrudBasicRunTest.java:86) | |
at ?.Then flow vs2swap1_conflict creation request with de:ad:be:ef:00:00:00:03 1 200 and de:ad:be:ef:00:00:00:04 2 200 and 10000 is failed(FlowCrudBasicRun.feature:131) | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vs2swap2_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vs2swap2_conflict, last-updated=2017-12-04T14:20:50.061Z}> | |
at org.junit.Assert.fail(Assert.java:88) | |
at org.junit.Assert.failNotNull(Assert.java:755) | |
at org.junit.Assert.assertNull(Assert.java:737) | |
at org.junit.Assert.assertNull(Assert.java:747) | |
at org.openkilda.atdd.FlowCrudBasicRunTest.failedFlowCreation(FlowCrudBasicRunTest.java:86) | |
at ?.Then flow vs2swap2_conflict creation request with de:ad:be:ef:00:00:00:03 1 200 and de:ad:be:ef:00:00:00:04 2 200 and 10000 is failed(FlowCrudBasicRun.feature:131) | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vs2swap3_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vs2swap3_conflict, last-updated=2017-12-04T14:20:52.564Z}> | |
at org.junit.Assert.fail(Assert.java:88) | |
at org.junit.Assert.failNotNull(Assert.java:755) | |
at org.junit.Assert.assertNull(Assert.java:737) | |
at org.junit.Assert.assertNull(Assert.java:747) | |
at org.openkilda.atdd.FlowCrudBasicRunTest.failedFlowCreation(FlowCrudBasicRunTest.java:86) | |
at ?.Then flow vs2swap3_conflict creation request with de:ad:be:ef:00:00:00:03 1 200 and de:ad:be:ef:00:00:00:04 2 200 and 10000 is failed(FlowCrudBasicRun.feature:131) | |
[ERROR] Tests run: 352, Failures: 16, Errors: 0, Skipped: 0, Time elapsed: 628.685 s <<< FAILURE! - in org.openkilda.atdd._RunCucumberTest | |
[ERROR] Then flow vc2none_conflict creation request with de:ad:be:ef:00:00:00:03 1 200 and de:ad:be:ef:00:00:00:04 2 200 and 10000 is failed(| vc2none | de:ad:be:ef:00:00:00:03 | 1 | 0 | de:ad:be:ef:00:00:00:04 | 2 | 0 | 10000 |) Time elapsed: 0.029 s <<< FAILURE! | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vc2none_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2none_conflict, last-updated=2017-12-04T14:20:32.787Z}> | |
[ERROR] | vc2none | de:ad:be:ef:00:00:00:03 | 1 | 0 | de:ad:be:ef:00:00:00:04 | 2 | 0 | 10000 | Time elapsed: 0.037 s <<< FAILURE! | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vc2none_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2none_conflict, last-updated=2017-12-04T14:20:32.787Z}> | |
[ERROR] Then flow vc2push1_conflict creation request with de:ad:be:ef:00:00:00:03 1 200 and de:ad:be:ef:00:00:00:04 2 200 and 10000 is failed(| vc2push1 | de:ad:be:ef:00:00:00:03 | 1 | 0 | de:ad:be:ef:00:00:00:04 | 2 | 100 | 10000 |) Time elapsed: 0.006 s <<< FAILURE! | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vc2push1_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2push1_conflict, last-updated=2017-12-04T14:20:37.560Z}> | |
[ERROR] | vc2push1 | de:ad:be:ef:00:00:00:03 | 1 | 0 | de:ad:be:ef:00:00:00:04 | 2 | 100 | 10000 | Time elapsed: 0.009 s <<< FAILURE! | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vc2push1_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2push1_conflict, last-updated=2017-12-04T14:20:37.560Z}> | |
[ERROR] Then flow vc2push2_conflict creation request with de:ad:be:ef:00:00:00:03 1 200 and de:ad:be:ef:00:00:00:04 2 200 and 10000 is failed(| vc2push2 | de:ad:be:ef:00:00:00:03 | 1 | 0 | de:ad:be:ef:00:00:00:04 | 2 | 200 | 10000 |) Time elapsed: 0.014 s <<< FAILURE! | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vc2push2_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2push2_conflict, last-updated=2017-12-04T14:20:39.985Z}> | |
[ERROR] | vc2push2 | de:ad:be:ef:00:00:00:03 | 1 | 0 | de:ad:be:ef:00:00:00:04 | 2 | 200 | 10000 | Time elapsed: 0.017 s <<< FAILURE! | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vc2push2_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2push2_conflict, last-updated=2017-12-04T14:20:39.985Z}> | |
[ERROR] Then flow vc2pop1_conflict creation request with de:ad:be:ef:00:00:00:03 1 200 and de:ad:be:ef:00:00:00:04 2 200 and 10000 is failed(| vc2pop1 | de:ad:be:ef:00:00:00:03 | 1 | 100 | de:ad:be:ef:00:00:00:04 | 2 | 0 | 10000 |) Time elapsed: 0.029 s <<< FAILURE! | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vc2pop1_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2pop1_conflict, last-updated=2017-12-04T14:20:42.549Z}> | |
[ERROR] | vc2pop1 | de:ad:be:ef:00:00:00:03 | 1 | 100 | de:ad:be:ef:00:00:00:04 | 2 | 0 | 10000 | Time elapsed: 0.035 s <<< FAILURE! | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vc2pop1_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2pop1_conflict, last-updated=2017-12-04T14:20:42.549Z}> | |
[ERROR] Then flow vc2pop2_conflict creation request with de:ad:be:ef:00:00:00:03 1 200 and de:ad:be:ef:00:00:00:04 2 200 and 10000 is failed(| vc2pop2 | de:ad:be:ef:00:00:00:03 | 1 | 200 | de:ad:be:ef:00:00:00:04 | 2 | 0 | 10000 |) Time elapsed: 0.006 s <<< FAILURE! | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vc2pop2_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2pop2_conflict, last-updated=2017-12-04T14:20:45.097Z}> | |
[ERROR] | vc2pop2 | de:ad:be:ef:00:00:00:03 | 1 | 200 | de:ad:be:ef:00:00:00:04 | 2 | 0 | 10000 | Time elapsed: 0.007 s <<< FAILURE! | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vc2pop2_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2pop2_conflict, last-updated=2017-12-04T14:20:45.097Z}> | |
[ERROR] Then flow vs2swap1_conflict creation request with de:ad:be:ef:00:00:00:03 1 200 and de:ad:be:ef:00:00:00:04 2 200 and 10000 is failed(| vs2swap1 | de:ad:be:ef:00:00:00:03 | 1 | 100 | de:ad:be:ef:00:00:00:04 | 2 | 200 | 10000 |) Time elapsed: 0.006 s <<< FAILURE! | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vs2swap1_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vs2swap1_conflict, last-updated=2017-12-04T14:20:47.524Z}> | |
[ERROR] | vs2swap1 | de:ad:be:ef:00:00:00:03 | 1 | 100 | de:ad:be:ef:00:00:00:04 | 2 | 200 | 10000 | Time elapsed: 0.008 s <<< FAILURE! | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vs2swap1_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vs2swap1_conflict, last-updated=2017-12-04T14:20:47.524Z}> | |
[ERROR] Then flow vs2swap2_conflict creation request with de:ad:be:ef:00:00:00:03 1 200 and de:ad:be:ef:00:00:00:04 2 200 and 10000 is failed(| vs2swap2 | de:ad:be:ef:00:00:00:03 | 1 | 200 | de:ad:be:ef:00:00:00:04 | 2 | 100 | 10000 |) Time elapsed: 0.003 s <<< FAILURE! | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vs2swap2_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vs2swap2_conflict, last-updated=2017-12-04T14:20:50.061Z}> | |
[ERROR] | vs2swap2 | de:ad:be:ef:00:00:00:03 | 1 | 200 | de:ad:be:ef:00:00:00:04 | 2 | 100 | 10000 | Time elapsed: 0.007 s <<< FAILURE! | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vs2swap2_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vs2swap2_conflict, last-updated=2017-12-04T14:20:50.061Z}> | |
[ERROR] Then flow vs2swap3_conflict creation request with de:ad:be:ef:00:00:00:03 1 200 and de:ad:be:ef:00:00:00:04 2 200 and 10000 is failed(| vs2swap3 | de:ad:be:ef:00:00:00:03 | 1 | 200 | de:ad:be:ef:00:00:00:04 | 2 | 200 | 10000 |) Time elapsed: 0.005 s <<< FAILURE! | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vs2swap3_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vs2swap3_conflict, last-updated=2017-12-04T14:20:52.564Z}> | |
[ERROR] | vs2swap3 | de:ad:be:ef:00:00:00:03 | 1 | 200 | de:ad:be:ef:00:00:00:04 | 2 | 200 | 10000 | Time elapsed: 0.007 s <<< FAILURE! | |
java.lang.AssertionError: expected null, but was:<FlowPayload{flowid=vs2swap3_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vs2swap3_conflict, last-updated=2017-12-04T14:20:52.564Z}> | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[ERROR] Failures: | |
[ERROR] expected null, but was:<FlowPayload{flowid=vc2none_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2none_conflict, last-updated=2017-12-04T14:20:32.787Z}> | |
[ERROR] expected null, but was:<FlowPayload{flowid=vc2none_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2none_conflict, last-updated=2017-12-04T14:20:32.787Z}> | |
[ERROR] expected null, but was:<FlowPayload{flowid=vc2pop1_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2pop1_conflict, last-updated=2017-12-04T14:20:42.549Z}> | |
[ERROR] expected null, but was:<FlowPayload{flowid=vc2pop1_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2pop1_conflict, last-updated=2017-12-04T14:20:42.549Z}> | |
[ERROR] expected null, but was:<FlowPayload{flowid=vc2pop2_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2pop2_conflict, last-updated=2017-12-04T14:20:45.097Z}> | |
[ERROR] expected null, but was:<FlowPayload{flowid=vc2pop2_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2pop2_conflict, last-updated=2017-12-04T14:20:45.097Z}> | |
[ERROR] expected null, but was:<FlowPayload{flowid=vc2push1_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2push1_conflict, last-updated=2017-12-04T14:20:37.560Z}> | |
[ERROR] expected null, but was:<FlowPayload{flowid=vc2push1_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2push1_conflict, last-updated=2017-12-04T14:20:37.560Z}> | |
[ERROR] expected null, but was:<FlowPayload{flowid=vc2push2_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2push2_conflict, last-updated=2017-12-04T14:20:39.985Z}> | |
[ERROR] expected null, but was:<FlowPayload{flowid=vc2push2_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vc2push2_conflict, last-updated=2017-12-04T14:20:39.985Z}> | |
[ERROR] expected null, but was:<FlowPayload{flowid=vs2swap1_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vs2swap1_conflict, last-updated=2017-12-04T14:20:47.524Z}> | |
[ERROR] expected null, but was:<FlowPayload{flowid=vs2swap1_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vs2swap1_conflict, last-updated=2017-12-04T14:20:47.524Z}> | |
[ERROR] expected null, but was:<FlowPayload{flowid=vs2swap2_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vs2swap2_conflict, last-updated=2017-12-04T14:20:50.061Z}> | |
[ERROR] expected null, but was:<FlowPayload{flowid=vs2swap2_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vs2swap2_conflict, last-updated=2017-12-04T14:20:50.061Z}> | |
[ERROR] expected null, but was:<FlowPayload{flowid=vs2swap3_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vs2swap3_conflict, last-updated=2017-12-04T14:20:52.564Z}> | |
[ERROR] expected null, but was:<FlowPayload{flowid=vs2swap3_conflict-1512396696623, source=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:03, port-id=1, vlan-id=200}, destination=FlowEndpointPayload{switch-id=de:ad:be:ef:00:00:00:04, port-id=2, vlan-id=200}, maximum-bandwidth=10000, description=vs2swap3_conflict, last-updated=2017-12-04T14:20:52.564Z}> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment