Files
kubernetes/test/e2e_node
David Porter bd2e557b25 Fixes to node shutdown e2e test
- Test was failing due to using `sleep infinity` inside the busybox
  container which was going into a crash loop. `sleep infinity` isn't
  supported by the sleep version in busybox, so replace it with a `while
  true; sleep loop`.

- Replace usage of dbus message emitting from gdbus to dbus-send. The
  test was failing on ubuntu which doesn't have gdbus installed.
  dbus-send is installed on COS and Ubuntu, so use it instead.

- Replace check of pod phase with the test util function `PodRunningReady`
  which checks both phase as well as pod ready condition.

- Add some more verbose logging to ease future debugging.
2021-03-04 12:16:47 -08:00
..
2021-02-28 15:17:29 -08:00
2020-05-29 09:56:00 +08:00
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00
2020-11-04 15:48:30 -08:00
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00
2020-02-07 18:16:47 -08:00
2019-11-26 16:26:55 +08:00
2020-01-17 21:08:13 -05:00
2020-09-03 23:29:07 +00:00
2020-11-04 15:48:30 -08:00
2020-08-13 16:03:37 -04:00
2020-10-27 11:23:39 -07:00
2021-02-25 17:52:17 +08:00