This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from 8c078b8 Merge release branch 4.13 to master
add 313e21a VR: Fix Redundant VRouter guest network on wrong interface
(#3847)
new 06a8ff0 Merge release branch 4.13 to master
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../kvm/resource/LibvirtComputingResource.java | 90 +--
.../cloud/network/router/CommandSetupHelper.java | 123 ++--
systemvm/debian/etc/sysctl.conf | 4 +
.../test_multiple_subnets_in_isolated_network.py | 701 ++++++++++++++++++
...est_multiple_subnets_in_isolated_network_rvr.py | 687 +++++++++++++++++
.../component/test_multiple_subnets_in_vpc.py | 817 +++++++++++++++++++++
.../component/test_multiple_subnets_in_vpc_rvr.py | 817 +++++++++++++++++++++
tools/marvin/marvin/lib/base.py | 10 +-
8 files changed, 3141 insertions(+), 108 deletions(-)
create mode 100644
test/integration/component/test_multiple_subnets_in_isolated_network.py
create mode 100644
test/integration/component/test_multiple_subnets_in_isolated_network_rvr.py
create mode 100644 test/integration/component/test_multiple_subnets_in_vpc.py
create mode 100644
test/integration/component/test_multiple_subnets_in_vpc_rvr.py