mirror of
https://github.com/containers/podman.git
synced 2025-12-08 06:39:05 +08:00
move IntelRdtClosID to HostConfig
Signed-off-by: Wolfgang Pross <wolfgang.pross@intel.com>
This commit is contained in:
@@ -84,7 +84,7 @@ var _ = Describe("Podman create", func() {
|
||||
check := podmanTest.Podman([]string{"inspect", "rdt_test"})
|
||||
check.WaitWithDefaultTimeout()
|
||||
data := check.InspectContainerToJSON()
|
||||
Expect(data[0].State.IntelRdtClosID).To(Equal("COS1"))
|
||||
Expect(data[0].HostConfig.IntelRdtClosID).To(Equal("COS1"))
|
||||
})
|
||||
|
||||
It("podman create adds annotation", func() {
|
||||
|
||||
Reference in New Issue
Block a user