From 7419233256340327139fed6a3e49f2ab5f6c67f3 Mon Sep 17 00:00:00 2001 From: kinkwant Date: Wed, 11 Sep 2019 23:26:15 +0300 Subject: [PATCH] add test case to look for iso build number Change-Id: Ie50f2548ace334bc0c01ab7a542881a59074f7c5 --- testcases/post-install/post_install.robot | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.16.6