Radosław Piliszek c906ab2a91 [CI] Use the script module for running core tests
Depending on the way the testing script is called, it may sense
stdin being available and not being a tty [1]. The logic in the
Glance part of the client is then broken [2] as it detects both
volume and stdin as sources of the image and fails.
The proposed approach uses the script module for these tests.
This fixes the cephadm upgrade jobs where this script was called
using the shell module which causes this behaviour. The script
module is not affected. FWIW, the command module is affected
the same as shell because shell extends the command module.

[1] 6810414e45/openstackclient/image/v2/image.py (L114-L120)
[2] 6810414e45/openstackclient/image/v2/image.py (L414)

Change-Id: I3ce4059063e3a51eb1c5b42bda79893b56bd85f0
Story: 2006294
2022-05-29 16:57:47 +00:00
..
2016-01-13 13:47:49 +08:00
2022-03-05 20:03:36 +00:00
2022-05-13 17:41:34 +00:00
2020-04-24 15:57:55 +02:00
2022-03-28 07:54:49 +00:00
2022-05-13 17:41:34 +00:00
2021-04-06 16:10:12 +00:00
2022-03-16 14:57:29 +00:00
2020-01-28 14:03:33 -08:00
2022-03-05 20:03:36 +00:00
2021-04-08 06:39:19 +00:00
2021-01-19 09:25:24 +00:00
2021-03-24 16:36:44 +00:00
2021-08-13 15:26:55 +00:00
2022-03-16 14:57:29 +00:00