k3s/test/integration/dryrun
Monis Khan c16edb2738
Refactor dry run test to reuse ETCD storage data
This change updates the ETCD storage test so that its data is
exported.  Thus it can be used by other tests.  The dry run test was
updated to consume this data instead of having a duplicate copy.

The code to start a master that can be used for "one of every
resource" style tests was also factored out.  It is reused in the
dry run test as well.

This prevents these tests from drifting in the future and reduces
the long term maintenance burden.

Signed-off-by: Monis Khan <mkhan@redhat.com>
2018-10-19 18:35:56 -04:00
..
BUILD Refactor dry run test to reuse ETCD storage data 2018-10-19 18:35:56 -04:00
OWNERS
dryrun_test.go Refactor dry run test to reuse ETCD storage data 2018-10-19 18:35:56 -04:00
main_test.go