From: kinkwan tsui Date: Thu, 12 Sep 2019 15:19:44 +0000 (+0000) Subject: Merge "typo in grep command" X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcloudtaf.git;a=commitdiff_plain;h=ab8eb903631389c584b998f434700974400cea52;hp=a2f710ba7bc593fe070bf467e68767fd3b3775c8 Merge "typo in grep command" --- diff --git a/testcases/post-install/post_install.robot b/testcases/post-install/post_install.robot index dd57d01..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}