nonexistent_state_test.go 264 B

123456789
  1. package integration
  2. import . "gopkg.in/check.v1"
  3. func (s *QemuSuite) TestNonexistentState(c *C) {
  4. s.RunQemu(c, "--no-format", "--append", "rancher.state.dev=LABEL=NONEXISTENT")
  5. s.CheckCall(c, "sudo ros config get rancher.state.dev | grep LABEL=NONEXISTENT")
  6. }