Ejemplo n.º 1
0
def get_log_test():
    client = DSSClient(host, apiKey)
    log = client.get_log("error.log")
    ok_(log is not None)
Ejemplo n.º 2
0
def get_log_test():
    client = DSSClient(host, apiKey)
    log = client.get_log('error.log')
    ok_(log is not None)