1. 09 9月, 2017 2 次提交
    • M
      Add NewMinikubeRunner, separate start args · f966c8cf
      Matt Rickard 提交于
      * Separate start args from args passed to every command.  This is so
      that we can call `minikube logs` and `minikube status` with the proper
      flags (for the bootstrapper)
      
      * Add a NewMinikubeRunner function to make getting a minikube runner
      easier.
      f966c8cf
    • M
      Run busybox integration test in default namespace · 86ecc90f
      Matt Rickard 提交于
      If we choose a random namespace, the test will fail since RBAC
      permissions will not be set up correctly.
      
      This also chooses a randomly generated name, so that if we are running
      an integration test while another busybox pod is still cleaning up,
      there are no errors
      86ecc90f
  2. 07 9月, 2017 1 次提交
  3. 31 8月, 2017 2 次提交
  4. 29 8月, 2017 1 次提交
    • M
      Add target for none driver integration · 6c73183c
      Matt Rickard 提交于
      Theres currently no good way to run the integration tests for the none
      driver locally.  Now that we've added the e2e target, we can depend on
      that.  Running the e2e test binary locally requires the testdata folder
      to be in a different path, since it is relative to where the code is
      being ran.  I added a testdata-dir flag to the integration tests so we
      can set it appropriately for when we want to run the e2e binary by
      itself.
      
      I also made the e2e test binary a PHONY target, so we rebuild it each
      time.  I had trouble collecting the dependencies on the integration
      test packages
      6c73183c
  5. 24 8月, 2017 2 次提交
  6. 22 8月, 2017 1 次提交
    • M
      Remove 30 second wait from start stop · c7247b9b
      Matt Rickard 提交于
      I removed this awhile ago, but I'm not sure how it snuck back in.
      The original issue was that the VM was getting a new IP, but the driver
      was parsing the leases file and still picking the old IP.  So the only
      way to fix it was to wait for the old lease to expire.
      c7247b9b
  7. 21 6月, 2017 1 次提交
  8. 14 6月, 2017 4 次提交
  9. 27 5月, 2017 2 次提交
  10. 20 5月, 2017 2 次提交
  11. 29 4月, 2017 3 次提交
  12. 28 4月, 2017 1 次提交
  13. 27 4月, 2017 1 次提交
  14. 20 4月, 2017 1 次提交
  15. 12 4月, 2017 2 次提交
  16. 08 4月, 2017 2 次提交
    • M
      Tell systemctl not to try to page output · 82f6713c
      Mike Grass 提交于
      This integration test was hanging on Windows because systemctl was paging the
      (one line) output and waiting for stdin. Specify the `--no-pager` cmd to systemctl
      to avoid this.
      82f6713c
    • M
      Dump docker systemd config using systemctl · 11c2dbc8
      Mike Grass 提交于
      The TestDocker integration test shouldn't hard code the path to the systemd config for docker.service -- instead, it can use `systemctl show` to dump the configuration for the docker service.
      11c2dbc8
  17. 07 4月, 2017 1 次提交
  18. 01 4月, 2017 1 次提交
  19. 30 3月, 2017 1 次提交
  20. 21 3月, 2017 1 次提交
  21. 28 2月, 2017 2 次提交
  22. 17 2月, 2017 1 次提交
  23. 14 2月, 2017 1 次提交
  24. 11 2月, 2017 1 次提交
    • D
      test: check stopped status repeatedly · c58e5dd1
      Dongsu Park 提交于
      In TestStartStop(), check for stopped status once in 5 seconds,
      up to 30 seconds, instead of always sleeping for 30 seconds
      before stopping it. That way we can reduce duration of the test.
      
      To do that, we need to split out MinikubeRunner.CheckStatus() into
      CheckStatusNoFail() that doesn't lead to T.Fatalf(). Other call sites
      of CheckStatus() would not be then affected.
      c58e5dd1
  25. 02 2月, 2017 1 次提交
  26. 01 2月, 2017 1 次提交
  27. 31 1月, 2017 1 次提交