diff --git a/test-cases/sdk-persistent-disk.yaml b/test-cases/sdk-persistent-disk.yaml index 08ad17d1c8cae7445351135cf80a3cfb21822271..4018aebaa44578deb6a45e306e3d2d7fef2698aa 100644 --- a/test-cases/sdk-persistent-disk.yaml +++ b/test-cases/sdk-persistent-disk.yaml @@ -13,6 +13,10 @@ metadata: description: "Tests that persistent disk can be used when upgrading the SDK." pre-conditions: + - Python3, e.g. see + - "~https://docs.conda.io/en/latest/miniconda.html" + - "`paramiko` package should be installed for Python3 by running:" + - $ pip3 install paramiko - "A virtual disk image (compressed or not) or a URL from which to get it from:" - "~https://images.apertis.org/" - "Clone of the apertis-tests repository:"