[
https://issues.apache.org/jira/browse/CLOUDSTACK-8818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15263446#comment-15263446
]
ASF GitHub Bot commented on CLOUDSTACK-8818:
--------------------------------------------
Github user swill commented on the pull request:
https://github.com/apache/cloudstack/pull/1054#issuecomment-215615124
### CI RESULTS
```
Tests Run: 85
Skipped: 0
Failed: 1
Errors: 0
```
**Summary of the problem(s):**
```
FAIL: test_03_vpc_privategw_restart_vpc_cleanup
(integration.smoke.test_privategw_acl.TestPrivateGwACL)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line
265, in test_03_vpc_privategw_restart_vpc_cleanup
self.performVPCTests(vpc_off, True)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line
331, in performVPCTests
self.check_pvt_gw_connectivity(vm1, public_ip_1, vm2.nic[0].ipaddress)
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_privategw_acl.py", line
559, in check_pvt_gw_connectivity
"Ping to outside world from VM should be successful"
AssertionError: Ping to outside world from VM should be successful
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_G9N9AW/results.txt
```
**Associated Uploads**
**`/tmp/MarvinLogs/DeployDataCenter__Apr_28_2016_22_47_49_Z93Y1T:`**
*
[dc_entries.obj](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1054/tmp/MarvinLogs/DeployDataCenter__Apr_28_2016_22_47_49_Z93Y1T/dc_entries.obj)
*
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1054/tmp/MarvinLogs/DeployDataCenter__Apr_28_2016_22_47_49_Z93Y1T/failed_plus_exceptions.txt)
*
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1054/tmp/MarvinLogs/DeployDataCenter__Apr_28_2016_22_47_49_Z93Y1T/runinfo.txt)
**`/tmp/MarvinLogs/test_network_G9N9AW:`**
*
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1054/tmp/MarvinLogs/test_network_G9N9AW/failed_plus_exceptions.txt)
*
[results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1054/tmp/MarvinLogs/test_network_G9N9AW/results.txt)
*
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1054/tmp/MarvinLogs/test_network_G9N9AW/runinfo.txt)
**`/tmp/MarvinLogs/test_vpc_routers_V1YYOR:`**
*
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1054/tmp/MarvinLogs/test_vpc_routers_V1YYOR/failed_plus_exceptions.txt)
*
[results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1054/tmp/MarvinLogs/test_vpc_routers_V1YYOR/results.txt)
*
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1054/tmp/MarvinLogs/test_vpc_routers_V1YYOR/runinfo.txt)
Uploads will be available until `2016-06-29 02:00:00 +0200 CEST`
*Comment created by [`upr comment`](https://github.com/cloudops/upr).*
> Python scripts should depend on mysql.connector instead of MySQLdb
> ------------------------------------------------------------------
>
> Key: CLOUDSTACK-8818
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8818
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Wido den Hollander
> Labels: mysql, python, python3
>
> Our current Python scripts depend on MySQLdb for MySQL connections.
> The best way to go is the native mysql.connector which implements the MySQL
> protocol in native Python instead of depending on external libraries.
> It would be best if we drop MySQLdb and use mysql.connector since that also
> supports Python 3.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)