Versions in this module Expand all Collapse all v0 v0.17.0 Apr 30, 2024 Changes in this version + func GetDeploymentStream(deployment *rpmostreeclient.Deployment) (string, error) + func GetRpmOstreeStatus(c cluster.TestCluster, m platform.Machine) (rpmostreeclient.Status, error) v0.16.0 Nov 9, 2023 Changes in this version + func GenPodmanScratchContainer(c cluster.TestCluster, m platform.Machine, name string, binnames []string) + func GetRpmOstreeStatusJSON(c cluster.TestCluster, m platform.Machine) (simplifiedRpmOstreeStatus, error) + func LUKSSanityTest(c cluster.TestCluster, tangd TangServer, m platform.Machine, ...) + type RpmOstreeDeployment struct + BaseCommitMeta rpmOstreeBaseCommitMeta + Booted bool + Checksum string + Origin string + Osname string + Packages []string + RequestedLocalPackages []string + RequestedPackages []string + Timestamp int64 + Unlocked string + Version string + func GetBootedDeployment(c cluster.TestCluster, m platform.Machine) (*RpmOstreeDeployment, error) + type TangServer struct + Address string + Machine platform.Machine + Thumbprint string