diff options
author | koblosz <sandra.koblosz@nokia.com> | 2018-10-23 07:32:30 +0200 |
---|---|---|
committer | koblosz <sandra.koblosz@nokia.com> | 2018-10-23 08:25:47 +0200 |
commit | 2ac270a8ee0ecf5357c541deb6e162b4cc26dd98 (patch) | |
tree | 4dd8770e719c806af57d252de44df663b06f74bd /scripts/get-instance-ip.sh | |
parent | 5d59d1bf48fa2f0fbd433e8b25a207d62ddf8d22 (diff) |
Enhance vid CSIT tests, added for scaleout
Issue-ID: VID-323
Change-Id: I31ad377ee766eaf66c848ad802c33e21ea1dfe76
Signed-off-by: Sandra Koblosz <sandra.koblosz@nokia.com>
Diffstat (limited to 'scripts/get-instance-ip.sh')
-rwxr-xr-x | scripts/get-instance-ip.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-instance-ip.sh b/scripts/get-instance-ip.sh index c4ca82cf..a236c025 100755 --- a/scripts/get-instance-ip.sh +++ b/scripts/get-instance-ip.sh @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -docker inspect --format '{{ .NetworkSettings.IPAddress }}' $1 +docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $1 |