test: Create the test folder
This commit is contained in:
parent
1108438273
commit
bf10af6401
|
@ -0,0 +1,8 @@
|
||||||
|
# Packer Black-Box Tests
|
||||||
|
|
||||||
|
This folder contains tests that test Packer using a black-box approach:
|
||||||
|
`packer` is executed directly (with whatever is on the PATH) and certain
|
||||||
|
results are expected.
|
||||||
|
|
||||||
|
Tests are run using [Bats](https://github.com/sstephenson/bats), and therefore
|
||||||
|
Bash is required to run any tests.
|
Loading…
Reference in New Issue