tests: add integration test for imagetools create

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2023-07-31 17:17:11 +03:00
parent 10ff93f190
commit 75cdceb9f1
2 changed files with 80 additions and 0 deletions

View File

@ -24,6 +24,7 @@ func TestIntegration(t *testing.T) {
tests = append(tests, bakeTests...)
tests = append(tests, inspectTests...)
tests = append(tests, lsTests...)
tests = append(tests, imagetoolsTests...)
testIntegration(t, tests...)
}