Lines Matching refs:bootenv
33 import pkg.client.bootenv as bootenv
42 nullm = set(d for d in dir(bootenv.BootEnvNull)
44 bem = set(d for d in dir(bootenv.BootEnv)
73 self.assertTrue(bootenv.BootEnv.libbe_exists())
74 self.assertTrue(bootenv.BootEnv.check_verify())
76 bootenv.BootEnv.get_be_list(raise_error=False), list))
78 bootenv.BootEnv.get_be_list(raise_error=True), list))
80 bootenv.BootEnv.get_be_name("/")
82 isinstance(bootenv.BootEnv.get_uuid_be_dic(), dict))
83 bootenv.BootEnv.get_activated_be_name()
84 bootenv.BootEnv.get_active_be_name()
87 bootenv.BootEnv.check_be_name("a1b2c3d4e5f6g7h8i9j0")