commit | 4f0dbe042f2df75faf01f57a00caa1fb2f7462e2 | [log] [tgz] |
---|---|---|
author | lkuchlan <lkuchlan@redhat.com> | Wed Aug 05 11:09:29 2020 +0300 |
committer | lkuchlan <lkuchlan@redhat.com> | Mon Sep 07 20:45:09 2020 +0300 |
tree | 9fd3cd6833ba6efc0f86d1619df2148844d5bbbb | |
parent | 2ab1bb66e0f7825a7afd6d85fe62ccba2de8a7af [diff] |
Ping to export location until it is reachable In some cases it takes time for the interface to acquire the IP address. This causes a failure in the ping operation. Therefore, we should ping until the network is reachable. This is can be done by "call_until_true" method that allows reusing the ping method until the defined timeout. This patch also adds the other scenario tests for ipv6 environmet. Change-Id: I60bf3bd1bd2cc22b5bb6be11c8174b7529d0a066