From 541f9cf287bf6c7dca45fe911f8e844988711fa3 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 23 May 2023 11:59:47 +0200 Subject: [PATCH] Fix Fail01 to get openstack quota properly after updating client version Change-Id: Ief7b4d5f150d67cecf944021c2598456672a30e0 Signed-off-by: garciadeblas --- robot-systest/lib/openstack_lib.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot-systest/lib/openstack_lib.robot b/robot-systest/lib/openstack_lib.robot index 1f1020d..80bc22b 100644 --- a/robot-systest/lib/openstack_lib.robot +++ b/robot-systest/lib/openstack_lib.robot @@ -64,7 +64,7 @@ Get Project Quota [Arguments] ${field} Should Not Be Empty ${field} - ${rc} ${stdout}= Run and Return RC and Output openstack quota show -c ${field} -f value + ${rc} ${stdout}= Run and Return RC and Output openstack quota show -f yaml | yq '.[] | select(.Resource=="${field}") | .Limit' Log ${stdout} Should Be Equal As Integers ${rc} ${success_return_code} [Return] ${stdout} -- 2.17.1