def test_user_role_create(self):
	new_role_name = "role%s" % Base.random_string()
        out,err = User_Role.user_role_create(new_role_name)
        Assert.equal(err,None)