mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-06-03 01:44:53 +00:00
robot: Run only relevant tests, push to core-*
From now on images built from this repo are the c3os core images. c3os core images contains only the base image, framework files and the c3os agent. This also sets up tests accordingly to run only to cover the c3os-agent.
This commit is contained in:
parent
21d6393de3
commit
fdad13bd10
@ -23,7 +23,7 @@ var _ = Describe("BootCMDLine", func() {
|
||||
b, err := DotToYAML(f.Name())
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
|
||||
Expect(string(b)).To(Equal("baz:\n bar: \"\"\nconfig_url: foo bar\n"))
|
||||
Expect(string(b)).To(Equal("baz:\n bar: \"\"\nconfig_url: foo bar\n"), string(b))
|
||||
})
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user