Description of problem: Currently, the EgressIP external tests have a tendency to flake [0] due to the following series of events: a) Sending a single probe and checking if it shows up inside the logs b) Making sure that 10 requests with search string b195baa1-de10-4bd1-a673-c0eb27a03da1 and EgressIPs map[10.0.128.5:ip-10-0-159-15.ec2.internal 10.0.192.5:ip-10-0-211-243.ec2.internal] were seen The problem is that a) might pass because the EgressIP was already partially set up. However, b) might still fail: ~~~ Jul 21 12:50:07.748: INFO: Found hit in log line: 10.0.192.5.40530 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:07.773: INFO: Found hit in log line: 10.0.128.5.59582 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:07.773: INFO: Found hit in log line: 10.0.128.5.59590 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:07.773: INFO: Found hit in log line: 10.0.128.5.59598 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:07.773: INFO: Found hit in log line: 10.0.128.5.59600 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:07.773: INFO: Found hit in log line: 10.0.128.5.49398 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:07.773: INFO: Found map is: map[10.0.128.5:5 10.0.192.5:1] ~~~ As a solution, drop the test for a) completely and retry b) until it eventually passes. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: [0] Logs: ~~~ Jul 21 12:49:59.674: INFO: Sending a single probe and checking if it shows up inside the logs Jul 21 12:49:59.674: INFO: Sending requests with a unique search string from prober pod e2e-test-egressip-qhq9v/prober-pod7kdsb Jul 21 12:49:59.674: INFO: Sleeping for 0 ms for iteration 0 Jul 21 12:49:59.675: INFO: Running 'oc --namespace=e2e-test-egressip-qhq9v --kubeconfig=/tmp/kubeconfig-2975184851 exec prober-pod7kdsb -- curl -s http://e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com/dial?protocol=http&host=e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com&port=80&request=016ccdc5-860c-4515-b968-59ad8868aaf9' Jul 21 12:50:00.076: INFO: Making sure that 1 requests with search string 016ccdc5-860c-4515-b968-59ad8868aaf9 and EgressIPs map[10.0.128.5:ip-10-0-159-15.ec2.internal 10.0.192.5:ip-10-0-211-243.ec2.internal] were seen (try 1 of 3) Jul 21 12:50:00.159: INFO: Found map is: map[] Jul 21 12:50:00.159: INFO: Sleeping for 1 seconds to give container logs and tcpdump some more time to refresh Jul 21 12:50:01.160: INFO: Making sure that 1 requests with search string 016ccdc5-860c-4515-b968-59ad8868aaf9 and EgressIPs map[10.0.128.5:ip-10-0-159-15.ec2.internal 10.0.192.5:ip-10-0-211-243.ec2.internal] were seen (try 2 of 3) Jul 21 12:50:01.233: INFO: Found hit in log line: 10.0.128.5.49314 /016ccdc5-860c-4515-b968-59ad8868aaf9 Jul 21 12:50:01.233: INFO: Found map is: map[10.0.128.5:1] Jul 21 12:50:01.233: INFO: Found EgressIP 10.0.128.5 for string 016ccdc5-860c-4515-b968-59ad8868aaf9 1 times Jul 21 12:50:01.233: INFO: Verifying that the expected number of EgressIP outbound requests can be seen in the packet sniffer logs Jul 21 12:50:01.233: INFO: Sending requests with a unique search string from prober pod e2e-test-egressip-qhq9v/prober-pod7kdsb Jul 21 12:50:01.233: INFO: Sleeping for 0 ms for iteration 0 Jul 21 12:50:01.233: INFO: Sleeping for 178 ms for iteration 1 Jul 21 12:50:01.233: INFO: Sleeping for 422 ms for iteration 2 Jul 21 12:50:01.233: INFO: Sleeping for 432 ms for iteration 3 Jul 21 12:50:01.233: INFO: Sleeping for 172 ms for iteration 4 Jul 21 12:50:01.233: INFO: Sleeping for 420 ms for iteration 5 Jul 21 12:50:01.233: INFO: Sleeping for 90 ms for iteration 6 Jul 21 12:50:01.233: INFO: Sleeping for 1106 ms for iteration 7 Jul 21 12:50:01.233: INFO: Sleeping for 632 ms for iteration 8 Jul 21 12:50:01.233: INFO: Sleeping for 1818 ms for iteration 9 Jul 21 12:50:01.233: INFO: Running 'oc --namespace=e2e-test-egressip-qhq9v --kubeconfig=/tmp/kubeconfig-2975184851 exec prober-pod7kdsb -- curl -s http://e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com/dial?protocol=http&host=e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com&port=80&request=b195baa1-de10-4bd1-a673-c0eb27a03da1' Jul 21 12:50:01.324: INFO: Running 'oc --namespace=e2e-test-egressip-qhq9v --kubeconfig=/tmp/kubeconfig-2975184851 exec prober-pod7kdsb -- curl -s http://e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com/dial?protocol=http&host=e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com&port=80&request=b195baa1-de10-4bd1-a673-c0eb27a03da1' Jul 21 12:50:01.405: INFO: Running 'oc --namespace=e2e-test-egressip-qhq9v --kubeconfig=/tmp/kubeconfig-2975184851 exec prober-pod7kdsb -- curl -s http://e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com/dial?protocol=http&host=e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com&port=80&request=b195baa1-de10-4bd1-a673-c0eb27a03da1' Jul 21 12:50:01.412: INFO: Running 'oc --namespace=e2e-test-egressip-qhq9v --kubeconfig=/tmp/kubeconfig-2975184851 exec prober-pod7kdsb -- curl -s http://e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com/dial?protocol=http&host=e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com&port=80&request=b195baa1-de10-4bd1-a673-c0eb27a03da1' Jul 21 12:50:01.653: INFO: Running 'oc --namespace=e2e-test-egressip-qhq9v --kubeconfig=/tmp/kubeconfig-2975184851 exec prober-pod7kdsb -- curl -s http://e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com/dial?protocol=http&host=e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com&port=80&request=b195baa1-de10-4bd1-a673-c0eb27a03da1' Jul 21 12:50:01.656: INFO: Running 'oc --namespace=e2e-test-egressip-qhq9v --kubeconfig=/tmp/kubeconfig-2975184851 exec prober-pod7kdsb -- curl -s http://e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com/dial?protocol=http&host=e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com&port=80&request=b195baa1-de10-4bd1-a673-c0eb27a03da1' Jul 21 12:50:01.665: INFO: Running 'oc --namespace=e2e-test-egressip-qhq9v --kubeconfig=/tmp/kubeconfig-2975184851 exec prober-pod7kdsb -- curl -s http://e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com/dial?protocol=http&host=e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com&port=80&request=b195baa1-de10-4bd1-a673-c0eb27a03da1' Jul 21 12:50:01.866: INFO: Running 'oc --namespace=e2e-test-egressip-qhq9v --kubeconfig=/tmp/kubeconfig-2975184851 exec prober-pod7kdsb -- curl -s http://e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com/dial?protocol=http&host=e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com&port=80&request=b195baa1-de10-4bd1-a673-c0eb27a03da1' Jul 21 12:50:02.340: INFO: Running 'oc --namespace=e2e-test-egressip-qhq9v --kubeconfig=/tmp/kubeconfig-2975184851 exec prober-pod7kdsb -- curl -s http://e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com/dial?protocol=http&host=e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com&port=80&request=b195baa1-de10-4bd1-a673-c0eb27a03da1' Jul 21 12:50:03.052: INFO: Running 'oc --namespace=e2e-test-egressip-qhq9v --kubeconfig=/tmp/kubeconfig-2975184851 exec prober-pod7kdsb -- curl -s http://e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com/dial?protocol=http&host=e2e-test-egressip-t5xtc-0.apps.ci-op-7ywh8hk0-7886f.origin-ci-int-aws.dev.rhcloud.com&port=80&request=b195baa1-de10-4bd1-a673-c0eb27a03da1' Jul 21 12:50:07.701: INFO: Making sure that 10 requests with search string b195baa1-de10-4bd1-a673-c0eb27a03da1 and EgressIPs map[10.0.128.5:ip-10-0-159-15.ec2.internal 10.0.192.5:ip-10-0-211-243.ec2.internal] were seen (try 1 of 10) Jul 21 12:50:07.748: INFO: Found hit in log line: 10.0.192.5.40530 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:07.773: INFO: Found hit in log line: 10.0.128.5.59582 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:07.773: INFO: Found hit in log line: 10.0.128.5.59590 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:07.773: INFO: Found hit in log line: 10.0.128.5.59598 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:07.773: INFO: Found hit in log line: 10.0.128.5.59600 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:07.773: INFO: Found hit in log line: 10.0.128.5.49398 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:07.773: INFO: Found map is: map[10.0.128.5:5 10.0.192.5:1] Jul 21 12:50:07.773: INFO: Found EgressIP 10.0.128.5 for string b195baa1-de10-4bd1-a673-c0eb27a03da1 5 times Jul 21 12:50:07.773: INFO: Found EgressIP 10.0.192.5 for string b195baa1-de10-4bd1-a673-c0eb27a03da1 1 times Jul 21 12:50:07.773: INFO: Sleeping for 1 seconds to give container logs and tcpdump some more time to refresh Jul 21 12:50:08.773: INFO: Making sure that 10 requests with search string b195baa1-de10-4bd1-a673-c0eb27a03da1 and EgressIPs map[10.0.128.5:ip-10-0-159-15.ec2.internal 10.0.192.5:ip-10-0-211-243.ec2.internal] were seen (try 2 of 10) Jul 21 12:50:08.820: INFO: Found hit in log line: 10.0.192.5.40530 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:08.845: INFO: Found hit in log line: 10.0.128.5.59582 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:08.845: INFO: Found hit in log line: 10.0.128.5.59590 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:08.845: INFO: Found hit in log line: 10.0.128.5.59598 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:08.845: INFO: Found hit in log line: 10.0.128.5.59600 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:08.845: INFO: Found hit in log line: 10.0.128.5.49398 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:08.845: INFO: Found map is: map[10.0.128.5:5 10.0.192.5:1] Jul 21 12:50:08.845: INFO: Found EgressIP 10.0.128.5 for string b195baa1-de10-4bd1-a673-c0eb27a03da1 5 times Jul 21 12:50:08.845: INFO: Found EgressIP 10.0.192.5 for string b195baa1-de10-4bd1-a673-c0eb27a03da1 1 times Jul 21 12:50:08.845: INFO: Sleeping for 1 seconds to give container logs and tcpdump some more time to refresh Jul 21 12:50:09.846: INFO: Making sure that 10 requests with search string b195baa1-de10-4bd1-a673-c0eb27a03da1 and EgressIPs map[10.0.128.5:ip-10-0-159-15.ec2.internal 10.0.192.5:ip-10-0-211-243.ec2.internal] were seen (try 3 of 10) Jul 21 12:50:09.894: INFO: Found hit in log line: 10.0.192.5.40530 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:09.919: INFO: Found hit in log line: 10.0.128.5.59582 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:09.919: INFO: Found hit in log line: 10.0.128.5.59590 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:09.919: INFO: Found hit in log line: 10.0.128.5.59598 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:09.919: INFO: Found hit in log line: 10.0.128.5.59600 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:09.919: INFO: Found hit in log line: 10.0.128.5.49398 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:09.919: INFO: Found map is: map[10.0.128.5:5 10.0.192.5:1] Jul 21 12:50:09.919: INFO: Found EgressIP 10.0.128.5 for string b195baa1-de10-4bd1-a673-c0eb27a03da1 5 times Jul 21 12:50:09.919: INFO: Found EgressIP 10.0.192.5 for string b195baa1-de10-4bd1-a673-c0eb27a03da1 1 times Jul 21 12:50:09.919: INFO: Sleeping for 1 seconds to give container logs and tcpdump some more time to refresh Jul 21 12:50:10.919: INFO: Making sure that 10 requests with search string b195baa1-de10-4bd1-a673-c0eb27a03da1 and EgressIPs map[10.0.128.5:ip-10-0-159-15.ec2.internal 10.0.192.5:ip-10-0-211-243.ec2.internal] were seen (try 4 of 10) Jul 21 12:50:10.966: INFO: Found hit in log line: 10.0.192.5.40530 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:10.990: INFO: Found hit in log line: 10.0.128.5.59582 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:10.990: INFO: Found hit in log line: 10.0.128.5.59590 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:10.990: INFO: Found hit in log line: 10.0.128.5.59598 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:10.990: INFO: Found hit in log line: 10.0.128.5.59600 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:10.990: INFO: Found hit in log line: 10.0.128.5.49398 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:10.990: INFO: Found map is: map[10.0.128.5:5 10.0.192.5:1] Jul 21 12:50:10.990: INFO: Found EgressIP 10.0.192.5 for string b195baa1-de10-4bd1-a673-c0eb27a03da1 1 times Jul 21 12:50:10.990: INFO: Found EgressIP 10.0.128.5 for string b195baa1-de10-4bd1-a673-c0eb27a03da1 5 times Jul 21 12:50:10.990: INFO: Sleeping for 1 seconds to give container logs and tcpdump some more time to refresh Jul 21 12:50:11.990: INFO: Making sure that 10 requests with search string b195baa1-de10-4bd1-a673-c0eb27a03da1 and EgressIPs map[10.0.128.5:ip-10-0-159-15.ec2.internal 10.0.192.5:ip-10-0-211-243.ec2.internal] were seen (try 5 of 10) Jul 21 12:50:12.038: INFO: Found hit in log line: 10.0.192.5.40530 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:12.065: INFO: Found hit in log line: 10.0.128.5.59582 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:12.065: INFO: Found hit in log line: 10.0.128.5.59590 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:12.065: INFO: Found hit in log line: 10.0.128.5.59598 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:12.065: INFO: Found hit in log line: 10.0.128.5.59600 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:12.065: INFO: Found hit in log line: 10.0.128.5.49398 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:12.065: INFO: Found map is: map[10.0.128.5:5 10.0.192.5:1] Jul 21 12:50:12.065: INFO: Found EgressIP 10.0.128.5 for string b195baa1-de10-4bd1-a673-c0eb27a03da1 5 times Jul 21 12:50:12.065: INFO: Found EgressIP 10.0.192.5 for string b195baa1-de10-4bd1-a673-c0eb27a03da1 1 times Jul 21 12:50:12.065: INFO: Sleeping for 1 seconds to give container logs and tcpdump some more time to refresh Jul 21 12:50:13.065: INFO: Making sure that 10 requests with search string b195baa1-de10-4bd1-a673-c0eb27a03da1 and EgressIPs map[10.0.128.5:ip-10-0-159-15.ec2.internal 10.0.192.5:ip-10-0-211-243.ec2.internal] were seen (try 6 of 10) Jul 21 12:50:13.112: INFO: Found hit in log line: 10.0.192.5.40530 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:13.138: INFO: Found hit in log line: 10.0.128.5.59582 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:13.138: INFO: Found hit in log line: 10.0.128.5.59590 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:13.138: INFO: Found hit in log line: 10.0.128.5.59598 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:13.138: INFO: Found hit in log line: 10.0.128.5.59600 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:13.138: INFO: Found hit in log line: 10.0.128.5.49398 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:13.138: INFO: Found map is: map[10.0.128.5:5 10.0.192.5:1] Jul 21 12:50:13.138: INFO: Found EgressIP 10.0.128.5 for string b195baa1-de10-4bd1-a673-c0eb27a03da1 5 times Jul 21 12:50:13.138: INFO: Found EgressIP 10.0.192.5 for string b195baa1-de10-4bd1-a673-c0eb27a03da1 1 times Jul 21 12:50:13.138: INFO: Sleeping for 1 seconds to give container logs and tcpdump some more time to refresh Jul 21 12:50:14.138: INFO: Making sure that 10 requests with search string b195baa1-de10-4bd1-a673-c0eb27a03da1 and EgressIPs map[10.0.128.5:ip-10-0-159-15.ec2.internal 10.0.192.5:ip-10-0-211-243.ec2.internal] were seen (try 7 of 10) Jul 21 12:50:14.185: INFO: Found hit in log line: 10.0.192.5.40530 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:14.210: INFO: Found hit in log line: 10.0.128.5.59582 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:14.210: INFO: Found hit in log line: 10.0.128.5.59590 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:14.210: INFO: Found hit in log line: 10.0.128.5.59598 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:14.210: INFO: Found hit in log line: 10.0.128.5.59600 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:14.210: INFO: Found hit in log line: 10.0.128.5.49398 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:14.210: INFO: Found map is: map[10.0.128.5:5 10.0.192.5:1] Jul 21 12:50:14.210: INFO: Found EgressIP 10.0.128.5 for string b195baa1-de10-4bd1-a673-c0eb27a03da1 5 times Jul 21 12:50:14.210: INFO: Found EgressIP 10.0.192.5 for string b195baa1-de10-4bd1-a673-c0eb27a03da1 1 times Jul 21 12:50:14.210: INFO: Sleeping for 1 seconds to give container logs and tcpdump some more time to refresh Jul 21 12:50:15.211: INFO: Making sure that 10 requests with search string b195baa1-de10-4bd1-a673-c0eb27a03da1 and EgressIPs map[10.0.128.5:ip-10-0-159-15.ec2.internal 10.0.192.5:ip-10-0-211-243.ec2.internal] were seen (try 8 of 10) Jul 21 12:50:15.259: INFO: Found hit in log line: 10.0.192.5.40530 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:15.283: INFO: Found hit in log line: 10.0.128.5.59582 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:15.283: INFO: Found hit in log line: 10.0.128.5.59590 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:15.283: INFO: Found hit in log line: 10.0.128.5.59598 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:15.283: INFO: Found hit in log line: 10.0.128.5.59600 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:15.283: INFO: Found hit in log line: 10.0.128.5.49398 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:15.283: INFO: Found map is: map[10.0.128.5:5 10.0.192.5:1] Jul 21 12:50:15.283: INFO: Found EgressIP 10.0.128.5 for string b195baa1-de10-4bd1-a673-c0eb27a03da1 5 times Jul 21 12:50:15.283: INFO: Found EgressIP 10.0.192.5 for string b195baa1-de10-4bd1-a673-c0eb27a03da1 1 times Jul 21 12:50:15.283: INFO: Sleeping for 1 seconds to give container logs and tcpdump some more time to refresh Jul 21 12:50:16.283: INFO: Making sure that 10 requests with search string b195baa1-de10-4bd1-a673-c0eb27a03da1 and EgressIPs map[10.0.128.5:ip-10-0-159-15.ec2.internal 10.0.192.5:ip-10-0-211-243.ec2.internal] were seen (try 9 of 10) Jul 21 12:50:16.331: INFO: Found hit in log line: 10.0.192.5.40530 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:16.356: INFO: Found hit in log line: 10.0.128.5.59582 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:16.356: INFO: Found hit in log line: 10.0.128.5.59590 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:16.356: INFO: Found hit in log line: 10.0.128.5.59598 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:16.356: INFO: Found hit in log line: 10.0.128.5.59600 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:16.356: INFO: Found hit in log line: 10.0.128.5.49398 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:16.356: INFO: Found map is: map[10.0.128.5:5 10.0.192.5:1] Jul 21 12:50:16.356: INFO: Found EgressIP 10.0.128.5 for string b195baa1-de10-4bd1-a673-c0eb27a03da1 5 times Jul 21 12:50:16.356: INFO: Found EgressIP 10.0.192.5 for string b195baa1-de10-4bd1-a673-c0eb27a03da1 1 times Jul 21 12:50:16.356: INFO: Sleeping for 1 seconds to give container logs and tcpdump some more time to refresh Jul 21 12:50:17.357: INFO: Making sure that 10 requests with search string b195baa1-de10-4bd1-a673-c0eb27a03da1 and EgressIPs map[10.0.128.5:ip-10-0-159-15.ec2.internal 10.0.192.5:ip-10-0-211-243.ec2.internal] were seen (try 10 of 10) Jul 21 12:50:17.404: INFO: Found hit in log line: 10.0.192.5.40530 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:17.429: INFO: Found hit in log line: 10.0.128.5.59582 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:17.429: INFO: Found hit in log line: 10.0.128.5.59590 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:17.429: INFO: Found hit in log line: 10.0.128.5.59598 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:17.429: INFO: Found hit in log line: 10.0.128.5.59600 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:17.429: INFO: Found hit in log line: 10.0.128.5.49398 /b195baa1-de10-4bd1-a673-c0eb27a03da1 Jul 21 12:50:17.429: INFO: Found map is: map[10.0.128.5:5 10.0.192.5:1] Jul 21 12:50:17.429: INFO: Found EgressIP 10.0.192.5 for string b195baa1-de10-4bd1-a673-c0eb27a03da1 1 times Jul 21 12:50:17.429: INFO: Found EgressIP 10.0.128.5 for string b195baa1-de10-4bd1-a673-c0eb27a03da1 5 times Jul 21 12:50:17.429: INFO: Sleeping for 1 seconds to give container logs and tcpdump some more time to refresh ~~~
blob:https://prow.ci.openshift.org/4d80c173-9d4e-4439-9323-038751ed1a40
Is this resolved now Andreas?
Yes, it merged