From: kinkwant Date: Wed, 11 Sep 2019 20:26:15 +0000 (+0300) Subject: add test case to look for iso build number X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcloudtaf.git;a=commitdiff_plain;h=7419233256340327139fed6a3e49f2ab5f6c67f3 add test case to look for iso build number Change-Id: Ie50f2548ace334bc0c01ab7a542881a59074f7c5 --- diff --git a/testcases/post-install/post_install.robot b/testcases/post-install/post_install.robot index ed90a6b..d74df1d 100644 --- a/testcases/post-install/post_install.robot +++ b/testcases/post-install/post_install.robot @@ -28,6 +28,11 @@ Testing Deployment log ${out} Should contain ${out} ${search} +Looking up LF Jenkins successful build iso number + ${command}= set variable rpm -qa |grep product-manifest | sed -E 's/^[^-]*-[^-]*-([^-]*)-.*$/\1/' + ${out}= ssh.Execute Command ${command} controller-1 + log ${out} + Testing Docker ${search}= set variable Docker version 19.03.2 ${command}= set variable docker --version @@ -89,6 +94,8 @@ Testing Helm Caas infra Status *** Test Cases *** Verify Deployment Testing Deployment +Verify Image Build Number + Looking up LF Jenkins successful build iso number Verify Docker Version Testing Docker Verify Kubernetes Clusters