[
https://issues.apache.org/jira/browse/CLOUDSTACK-9328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15382753#comment-15382753
]
ASF subversion and git services commented on CLOUDSTACK-9328:
-------------------------------------------------------------
Commit c806f3d8b2c54449f2b54109412f14b6e40fbdb1 in cloudstack's branch
refs/heads/master from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=c806f3d ]
Merge pull request #1455 from sanju1010/vlan
[CLOUDSTACK-9328]: Fix vlan issues from test suite test_privategw_acl.py in
BVTPlease refer to CLOUDSTACK-9328 for the details.
Test Results:
==========
test_01_vpc_privategw_acl
(integration.smoke.test_privategw_acl.TestPrivateGwACL) ... === TestName:
test_01_vpc_privategw_acl | Status : SUCCESS ===
ok
----------------------------------------------------------------------
Ran 1 test in 108.273s
OK
* pr/1455:
[CLOUDSTACK-9328]: Fix vlan issues from test suite test_privategw_acl.py in
BVT Bug-Id:## CLOUDSTACK-9328
Signed-off-by: Will Stevens <[email protected]>
> 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)