Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
3e948a6e
Commit
3e948a6e
authored
Mar 06, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #22557 from eparis/e2e-node-test
Auto commit by PR queue bot
parents
8ab8231c
082cdd5a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
e2e-node-test.sh
hack/e2e-node-test.sh
+11
-1
No files found.
hack/e2e-node-test.sh
View file @
3e948a6e
...
@@ -14,8 +14,18 @@
...
@@ -14,8 +14,18 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
}
"
)
/..
source
"
${
KUBE_ROOT
}
/hack/lib/init.sh"
kube::golang::setup_env
ginkgo
=
$(
kube::util::find-binary
"ginkgo"
)
if
[[
-z
"
${
ginkgo
}
"
]]
;
then
echo
"You do not appear to have ginkgo built. Try 'hack/build-go.sh github.com/onsi/ginkgo/ginkgo'"
exit
1
fi
# Provided for backwards compatibility
# Provided for backwards compatibility
sudo
-v
sudo
-v
ginkgo
"
$(
dirname
$0
)
/..
/test/e2e_node/"
--
--alsologtostderr
--v
2
--node-name
$(
hostname
)
--build-services
=
true
--start-services
=
true
--stop-services
=
true
"
${
ginkgo
}
"
"
${
KUBE_ROOT
}
/test/e2e_node/"
--
--alsologtostderr
--v
2
--node-name
$(
hostname
)
--build-services
=
true
--start-services
=
true
--stop-services
=
true
exit
$?
exit
$?
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