Skip to content

Commit 7909338

Browse files
committed
Remove usage ct_os_service_image_info that was removed by
#394 Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent a776cb0 commit 7909338

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test-lib-openshift.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,6 @@ function ct_os_test_s2i_app_func() {
573573
local result=0
574574
eval "$check_command_exp" || result=1
575575

576-
ct_os_service_image_info "${service_name}"
577-
578576
if [ $result -eq 0 ] ; then
579577
echo " Check passed."
580578
else
@@ -716,8 +714,6 @@ function ct_os_test_template_app_func() {
716714
local result=0
717715
eval "$check_command_exp" || result=1
718716

719-
ct_os_service_image_info "${service_name}"
720-
721717
if [ $result -eq 0 ] ; then
722718
echo " Check passed."
723719
else

0 commit comments

Comments
 (0)