From b95183aef7efd8cd83bac607615dd511dbf784e8 Mon Sep 17 00:00:00 2001 From: kinkwant Date: Thu, 12 Sep 2019 18:10:26 +0300 Subject: [PATCH] typo in grep command Change-Id: I28fc364f72c51d88453bb4ea6a27046dd457d491 Signed-off-by: kinkwant --- testcases/post-install/post_install.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testcases/post-install/post_install.robot b/testcases/post-install/post_install.robot index d74df1d..bb1064a 100644 --- a/testcases/post-install/post_install.robot +++ b/testcases/post-install/post_install.robot @@ -29,7 +29,7 @@ Testing Deployment Should contain ${out} ${search} Looking up LF Jenkins successful build iso number - ${command}= set variable rpm -qa |grep product-manifest | sed -E 's/^[^-]*-[^-]*-([^-]*)-.*$/\1/' + ${command}= set variable rpm -qa |grep product-manifest | sed -E 's/^[^-]*-[^-]*-([^-]*)-.*$/\1/' ${out}= ssh.Execute Command ${command} controller-1 log ${out} @@ -95,7 +95,7 @@ Testing Helm Caas infra Status Verify Deployment Testing Deployment Verify Image Build Number - Looking up LF Jenkins successful build iso number + Looking up LF Jenkins successful build iso number Verify Docker Version Testing Docker Verify Kubernetes Clusters -- 2.16.6