Exemplo n.º 1
0
def teardown(cbp_obj, sc_obj):
    """
    The teardown will uninstall the openshift-logging from the cluster
    """
    cbp_obj.delete()
    sc_obj.delete()
    uninstall_cluster_logging()
def teardown():
    """
    The teardown will uninstall the openshift-logging from the cluster
    """
    uninstall_cluster_logging()