test: add test purpose

Most test scripts don't have any documentation regarding it's purpose,
although it can be guessed by the code. There's value in adding this
small comment.

[skip-ci]
This commit is contained in:
Juan Abia 2022-02-23 10:52:38 +01:00 committed by Ondřej Budai
parent a51f52f041
commit 4c5de045ff
11 changed files with 66 additions and 0 deletions

View file

@ -1,4 +1,12 @@
#!/bin/bash
#
# Test osbuild-composer 'upload to azure' functionality. To do so, create and
# push a blueprint with composer cli. Then, use terraform to create
# an instance in azure from the uploaded image. Finally, verify the instance
# is running with cloud-init ran.
#
shopt -s expand_aliases
set -euo pipefail