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/post-processor/compress/artifact_test.go

15 lines
264 B
Go
Raw Normal View History

[post-processor/compress] Add support for compress. This commit adds support for a post-processor that produces a compressed archive that can be uploaded to an OpenStack cluster through either the Horizon web interface or Glance.
2014-04-26 12:22:10 -04:00
package compress
import (
move packer to hashicorp
2017-04-04 13:39:01 -07:00
"github.com/hashicorp/packer/packer"
[post-processor/compress] Add support for compress. This commit adds support for a post-processor that produces a compressed archive that can be uploaded to an OpenStack cluster through either the Horizon web interface or Glance.
2014-04-26 12:22:10 -04:00
"testing"
)
func TestArtifact_ImplementsArtifact(t *testing.T) {
var raw interface{}
raw = &Artifact{}
if _, ok := raw.(packer.Artifact); !ok {
t.Fatalf("Artifact should be a Artifact!")
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 107ms 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