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/oracle/oci/artifact_test.go

16 lines
242 B
Go
Raw Normal View History

Rename Oracle BMCS builder to OCI Oracle Bare Metal Cloud Services (BMCS) has been rebranded as Oracle Cloud Infrastructure (OCI).
2017-09-12 16:30:39 +01:00
package oci
Implemented and documented oracle-bmcs builder Implements a new Packer builder (oracle-bmcs) which adds support for building custom images for Oracle Bare Metal Cloud Services (BMCS) https://cloud.oracle.com/en_US/bare-metal. Additionally includes documentation for the oracle-bmcs builder.
2017-02-13 10:35:14 +00:00
import (
"testing"
Change imports mitchelh/packer -> hashicorp/packer
2017-04-07 11:20:33 +01:00
"github.com/hashicorp/packer/packer"
Implemented and documented oracle-bmcs builder Implements a new Packer builder (oracle-bmcs) which adds support for building custom images for Oracle Bare Metal Cloud Services (BMCS) https://cloud.oracle.com/en_US/bare-metal. Additionally includes documentation for the oracle-bmcs builder.
2017-02-13 10:35:14 +00:00
)
func TestArtifactImpl(t *testing.T) {
var raw interface{}
raw = &Artifact{}
if _, ok := raw.(packer.Artifact); !ok {
t.Fatalf("Artifact should be artifact")
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 110ms 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