Logo
Explore Help
Sign In
iSharkFly-Docs/packer-cn
1
0
Fork 0
You've already forked packer-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
packer-cn/builder/null/artifact_export_test.go

12 lines
190 B
Go
Raw Permalink Normal View History

implemented null buider The null builder is not really a bulider, it just setups a SSH connection and runs the provisioners. It can be used to debug provisioners without incurring high wait times. It does not create any kind of image or artifact.
2014-03-24 11:20:32 +01:00
package null
import (
"testing"
run goimports
2018-01-22 17:21:10 -08:00
move Artifact and artifact mock to the sdk
2020-11-19 12:17:11 -08:00
packersdk "github.com/hashicorp/packer/packer-plugin-sdk/packer"
implemented null buider The null builder is not really a bulider, it just setups a SSH connection and runs the provisioners. It can be used to debug provisioners without incurring high wait times. It does not create any kind of image or artifact.
2014-03-24 11:20:32 +01:00
)
func TestNullArtifact(t *testing.T) {
move Artifact and artifact mock to the sdk
2020-11-19 12:17:11 -08:00
var _ packersdk.Artifact = new(NullArtifact)
implemented null buider The null builder is not really a bulider, it just setups a SSH connection and runs the provisioners. It can be used to debug provisioners without incurring high wait times. It does not create any kind of image or artifact.
2014-03-24 11:20:32 +01:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 178ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API