test/integration: move azure configuration into azure

This is not an integration test, but configuration.

Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
Tom Gundersen 2020-09-25 11:19:27 +01:00 committed by Ondřej Budai
parent e835c34678
commit b86b18c4fb
3 changed files with 5 additions and 5 deletions

View file

@ -34,5 +34,5 @@ var TestPaths = struct {
TestCasesDirectory: "/usr/share/tests/osbuild-composer/cases",
UserData: "/usr/share/tests/osbuild-composer/cloud-init/user-data",
MetaData: "/usr/share/tests/osbuild-composer/cloud-init/meta-data",
AzureDeploymentTemplate: "/usr/share/tests/osbuild-composer/azure-deployment-template.json",
AzureDeploymentTemplate: "/usr/share/tests/osbuild-composer/azure/deployment-template.json",
}