aboutsummaryrefslogtreecommitdiffstats
path: root/src/k8splugin/csar/parser_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/k8splugin/csar/parser_test.go')
-rw-r--r--src/k8splugin/csar/parser_test.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/k8splugin/csar/parser_test.go b/src/k8splugin/csar/parser_test.go
index cec5395e..93473bc6 100644
--- a/src/k8splugin/csar/parser_test.go
+++ b/src/k8splugin/csar/parser_test.go
@@ -1,3 +1,5 @@
+// +build integration
+
/*
Copyright 2018 Intel Corporation.
Licensed under the Apache License, Version 2.0 (the "License");
@@ -15,12 +17,13 @@ package csar
import (
"io/ioutil"
- "k8s.io/client-go/kubernetes"
"log"
"os"
"plugin"
"testing"
+ "k8s.io/client-go/kubernetes"
+
pkgerrors "github.com/pkg/errors"
"gopkg.in/yaml.v2"