This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filter empty string in PingTestGatewayIPsMap yagl
When using `ManageNetworks: false` the gateway IPs are empty string instead of `null` when not set. The YAQL expression filters `null` values, but the empty string value is included in the list. The ping gateway test end up trying to run "ping $args $empty_string" which fails. This change improves the yaql expression to also filter strings with 0 lenght. Closes-Bug: #1973866 Change-Id: I7d8712223d077ab8e25239b891bd03a1324e01a8 (cherry picked from commit 7f6a4b4)
- Loading branch information