[bitnami/ghost] Add Ghost vib tests (#31589)

* [bitnami/ghost] Add VIB tests

Signed-off-by: Michiel <michield@vmware.com>
This commit is contained in:
Michiel
2023-05-22 13:15:55 +02:00
committed by GitHub
parent f0307cc9e1
commit 9dce557e21
5 changed files with 92 additions and 5 deletions

View File

@@ -3,7 +3,8 @@
"resources": {
"url": "{SHA_ARCHIVE}",
"path": "{VIB_ENV_PATH}"
}
},
"runtime_parameters": "Y29tbWFuZDogWyJ0YWlsIiwgIi1mIiwgIi9kZXYvbnVsbCJd"
},
"phases": {
"package": {
@@ -46,6 +47,21 @@
"OS"
]
}
},
{
"action_id": "goss",
"params": {
"resources": {
"path": "/.vib"
},
"tests_file": "ghost/goss/goss.yaml",
"vars_file": "ghost/goss/vars.yaml",
"remote": {
"pod": {
"workload": "deploy-ghost"
}
}
}
}
]
}