kubectl/pkg/framework/test
Gareth Smith d6f4cc6054 Refactor Etcd and APIServer, esp. Start() and Stop()
- Start() should only return when the process is actually up and
  listening
- It may take some time to tear down a process, so we increased the
  timeout for Stop() (to some random number)
- We make sure Std{Out,Err} is properly initialized, we should not rely
  on Ginkgo/Gomega to do that for us
2017-11-29 12:08:29 +00:00
..
assets Refactor Etcd and APIServer, esp. Start() and Stop() 2017-11-29 12:08:29 +00:00
ci Wire the test framework in to the demo tests 2017-11-29 12:08:29 +00:00
democli Wire the test framework in to the demo tests 2017-11-29 12:08:29 +00:00
integration Refactor Etcd and APIServer, esp. Start() and Stop() 2017-11-29 12:08:29 +00:00
scripts Wire the test framework in to the demo tests 2017-11-29 12:08:29 +00:00
testfakes Extract TempDirManager 2017-11-29 12:08:29 +00:00
vendor Add dependencies 2017-11-29 12:08:29 +00:00
Gopkg.lock Add help text and barebones integration test 2017-11-29 12:08:29 +00:00
Gopkg.toml Add help text and barebones integration test 2017-11-29 12:08:28 +00:00
apiserver.go Refactor Etcd and APIServer, esp. Start() and Stop() 2017-11-29 12:08:29 +00:00
apiserver_test.go Refactor APIServer 2017-11-29 12:08:29 +00:00
etcd.go Refactor Etcd and APIServer, esp. Start() and Stop() 2017-11-29 12:08:29 +00:00
etcd_test.go Refactor Etcd 2017-11-29 12:08:29 +00:00
fixtures.go Unify fixture processes 2017-11-29 12:08:29 +00:00
fixtures_test.go Unify fixture processes 2017-11-29 12:08:29 +00:00
temp_dir_manager.go Extract TempDirManager 2017-11-29 12:08:29 +00:00
temp_dir_manager_test.go Extract TempDirManager 2017-11-29 12:08:29 +00:00
test_suite_test.go Add apiserver launcher to test framework 2017-11-29 12:08:29 +00:00