[
https://issues.apache.org/jira/browse/CLOUDSTACK-9328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15382632#comment-15382632
]
ASF GitHub Bot commented on CLOUDSTACK-9328:
--------------------------------------------
Github user swill commented on the issue:
https://github.com/apache/cloudstack/pull/1455
### CI RESULTS
```
Tests Run: 85
Skipped: 0
Failed: 0
Errors: 0
Duration: 3h 55m 23s
```
**Associated Uploads**
**`/tmp/MarvinLogs/DeployDataCenter__Jul_18_2016_07_15_33_3UESMT:`**
*
[dc_entries.obj](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1455/tmp/MarvinLogs/DeployDataCenter__Jul_18_2016_07_15_33_3UESMT/dc_entries.obj)
*
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1455/tmp/MarvinLogs/DeployDataCenter__Jul_18_2016_07_15_33_3UESMT/failed_plus_exceptions.txt)
*
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1455/tmp/MarvinLogs/DeployDataCenter__Jul_18_2016_07_15_33_3UESMT/runinfo.txt)
**`/tmp/MarvinLogs/test_network_33DRFL:`**
*
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1455/tmp/MarvinLogs/test_network_33DRFL/failed_plus_exceptions.txt)
*
[results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1455/tmp/MarvinLogs/test_network_33DRFL/results.txt)
*
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1455/tmp/MarvinLogs/test_network_33DRFL/runinfo.txt)
**`/tmp/MarvinLogs/test_vpc_routers_5DK6QE:`**
*
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1455/tmp/MarvinLogs/test_vpc_routers_5DK6QE/failed_plus_exceptions.txt)
*
[results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1455/tmp/MarvinLogs/test_vpc_routers_5DK6QE/results.txt)
*
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1455/tmp/MarvinLogs/test_vpc_routers_5DK6QE/runinfo.txt)
Uploads will be available until `2016-09-17 02:00:00 +0200 CEST`
*Comment created by [`upr comment`](https://github.com/cloudops/upr).*
> Fix vlan issues from test suite test_privategw_acl.py in BVT
> ------------------------------------------------------------
>
> Key: CLOUDSTACK-9328
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9328
> Project: CloudStack
> Issue Type: Test
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Automation
> Reporter: Sanjeev N
> Assignee: Sanjeev N
>
> Fix vlan issues from test suite test_privategw_acl.py in BVT
> Currently the tests reads the vlans from the physical network and takes the
> first vlan from the list of vlans and uses it. However, this approach might
> not work when the tests run in parallel. E.g. in CI we run test suits in
> parallel and the first vlan may not be available and tests would fail if we
> try to use the vlan which is already in use.
> Made changes to the script so that it will get the free vlan list from the DB
> and uses the first vlan from the available pool.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)