Move into a packer_test pkg for black-box testing

pull/12983/head
Wilken Rivera 2 years ago committed by Lucas Bajolet
parent 7fbef0f5a7
commit 124a8d8d5d

@ -1,4 +1,4 @@
package test
package packer_test
import (
"fmt"

@ -1,4 +1,4 @@
package test
package packer_test
import (
"fmt"

@ -1,4 +1,4 @@
package test
package packer_test
import (
"fmt"

@ -1,4 +1,4 @@
package test
package packer_test
func (ts *PackerTestSuite) TestInstallPluginWithMetadata() {
tempPluginDir, cleanup := ts.MakePluginDir("1.0.0+metadata")

@ -1,4 +1,4 @@
package test
package packer_test
import (
"crypto/sha256"

@ -1,4 +1,4 @@
package test
package packer_test
import (
"fmt"

@ -1,4 +1,4 @@
package test
package packer_test
import (
"fmt"

@ -1,4 +1,4 @@
package test
package packer_test
import (
"os"
Loading…
Cancel
Save