mirror of https://github.com/hashicorp/packer
The loading_test had been added to the repository at first, but were not versioned at that time, making those tests impossible to run on CI.pull/13032/head
parent
6a8e888b0d
commit
2d7f523bd3
@ -0,0 +1,14 @@
|
||||
packer {
|
||||
required_plugins {
|
||||
tester = {
|
||||
source = "github.com/hashicorp/tester"
|
||||
version = "= 1.0.9"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
source "tester-dynamic" "test" {}
|
||||
|
||||
build {
|
||||
sources = ["tester-dynamic.test"]
|
||||
}
|
||||
@ -0,0 +1,6 @@
|
||||
{
|
||||
"builders": [{
|
||||
"type": "tester-dynamic",
|
||||
"name": "test"
|
||||
}]
|
||||
}
|
||||
Loading…
Reference in new issue