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/builder_test.go

12 lines
191 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
extract builder interface to sdk
2020-12-01 13:42: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 TestBuilder_implBuilder(t *testing.T) {
extract builder interface to sdk
2020-12-01 13:42:11 -08:00
var _ packersdk.Builder = new(Builder)
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: 218ms Template: 4ms
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