Allow also non-printable characters as a field separator when listing
repositories.
JIRA: VAL-47
Change-Id: If8628fd55adc5f2d38e8680d3f96e9a0cbd5b94e
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Set Suite Variable ${CHARTARC}
Get Default Repository
- ${REPOURL}= Execute Command helm repo list | grep '^${REPONAME} ' | cut -f2
+ ${REPOURL}= Execute Command
+ ... helm repo list | grep '^${REPONAME}\\([[:blank:]]\\|[^[:print:]]\\)' | cut -f2
Set Suite Variable ${REPOURL}
Should Not Be Empty ${REPOURL}