Github user wido commented on the pull request:

    https://github.com/apache/cloudstack/pull/1054#issuecomment-155353598
  
    Pylint result:
    
    ```
    Global evaluation
    -----------------
    Your code has been rated at 6.48/10 (previous run: 6.48/10, +0.00)
    ```
    
    I also wrote a small test script:
    
    ```
    from db import Database
    
    db = Database(username='root', password='XXXX')
    
    try:
        db.testConnection()
        print("Succes!")
    except:
        raise
    ```
    
    The result:
    
    ```
    wido@wido-laptop:~/repos/cloudstack/python/lib/cloudutils$ python 
smallthin.py 
    Succes!
    wido@wido-laptop:~/repos/cloudstack/python/lib/cloudutils$
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to