예제 #1
0
def teardown_clusters():
    logger.info("Shutting down all clusters.")
    clustinfo.shutdown_clusters()
예제 #2
0
파일: test.py 프로젝트: rozele/dcos-commons
def teardown_clusters():
    logger.info("Shutting down all clusters.")
    try:
        clustinfo.shutdown_clusters()
    except Exception as e:
        logger.exception("Cluster teardown did not run correctly, ignoring.")