Ejemplo n.º 1
0
    def test_system_subscribe(self):
        new_org_name = "Org%s" % Base.random_string()
        new_sys_name = "Sys%s" % Base.random_string()
	new_pool_id = "pool%s" % Base.random_string()
        out,err = System.system_facts(new_org_name,new_sys_name,new_pool_id)
        Assert.equal(err,None)
Ejemplo n.º 2
0
 def test_system_facts(self):
     #system = System()
     new_org_name = "Org%s" % Base.random_string()
     new_sys_name = "Sys%s" % Base.random_string()
     out,err = System.system_facts(new_org_name,new_sys_name)
     Assert.equal(err,None)