Fix bug 2412: fix identification of bootable volume 97/15497/1 master
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 22 Oct 2025 07:24:42 +0000 (09:24 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 22 Oct 2025 07:24:45 +0000 (09:24 +0200)
commit5e67d7d17ec89fa4e5517e2d51e0fc3bccd7f624
treee625f70fe5f82b6f7eac00f5cb7035cb0b70ceb9
parent75ec890acf9347da0355f59a75be334fb3336836
Fix bug 2412: fix identification of bootable volume

The volume identification done during the test Basic28 to identify
the root volume and the ordinary volume fails, leading to a sequence of
failed test cases.

After upgrading pip dependencies or after recent changes in the VIM, the
command line used to get a volume and check if it is bootable is
returning "True", while the if clause is comparing its value with "true".

openstack volume show ${volume_id} | grep bootable | awk '{print $4}'

This commit fixes it by converting the obtained value to lower case before
the comparison.

Change-Id: Ie6c8d11fb27fbd0fe10e256bc6688a7cd5cb5388
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
robot-systest/lib/openstack_lib.resource