Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
ab9f0bc3
Commit
ab9f0bc3
authored
Jul 29, 2014
by
Peter Sankauskas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing my debugging output
parent
e878495f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
builder/amazon/chroot/step_register_ami_test.go
builder/amazon/chroot/step_register_ami_test.go
+0
-10
No files found.
builder/amazon/chroot/step_register_ami_test.go
View file @
ab9f0bc3
package
chroot
import
(
"fmt"
"testing"
"github.com/kr/pretty"
"github.com/mitchellh/goamz/ec2"
// awscommon "github.com/mitchellh/packer/builder/amazon/common"
)
func
testImage
()
ec2
.
Image
{
...
...
@@ -30,9 +26,6 @@ func TestStepRegisterAmi_buildRegisterOpts_pv(t *testing.T) {
opts
:=
buildRegisterOpts
(
&
config
,
&
image
,
blockDevices
)
fmt
.
Println
(
"******** PAS ********"
)
fmt
.
Printf
(
"%# v"
,
pretty
.
Formatter
(
opts
))
expected
:=
config
.
AMIVirtType
if
opts
.
VirtType
!=
expected
{
t
.
Fatalf
(
"Unexpected VirtType value: expected %s got %s
\n
"
,
expected
,
opts
.
VirtType
)
...
...
@@ -62,9 +55,6 @@ func TestStepRegisterAmi_buildRegisterOpts_hvm(t *testing.T) {
opts
:=
buildRegisterOpts
(
&
config
,
&
image
,
blockDevices
)
fmt
.
Println
(
"******** PAS ********"
)
fmt
.
Printf
(
"%# v"
,
pretty
.
Formatter
(
opts
))
expected
:=
config
.
AMIVirtType
if
opts
.
VirtType
!=
expected
{
t
.
Fatalf
(
"Unexpected VirtType value: expected %s got %s
\n
"
,
expected
,
opts
.
VirtType
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment