1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-17 13:58:21 +00:00
node-feature-discovery/test/e2e
Markus Lehtonen 0911de1978 Add simple e2e test
Tests that nfd master-worker communication works and that the worker is
able to label the node with the labels from the 'fake' source.

An example of running the test suite with a custom image with user's
kubeconfig:
$ go test ./test/e2e/ -args -nfd.repo=<image-repo> -nfd.tag=<image-tag> \
            -kubeconfig=$HOME/.kube/config

Partly based on some previous work done by Balaji Subramaniam.
2019-06-25 09:50:29 +03:00
..
e2e.go Add empty e2e test stub 2019-06-25 09:50:29 +03:00
e2e_test.go Add empty e2e test stub 2019-06-25 09:50:29 +03:00
node_feature_discovery.go Add simple e2e test 2019-06-25 09:50:29 +03:00