GitHub user isoutham opened a pull request: https://github.com/apache/cloudstack/pull/381
Allow test to run on tiny linux templates using busybox When running in test environments containing netted-nested hypervisors, the centos template is a little "heavy". This test presumes that apache will be installed on the target system which is not the case with tiny linux as it is busy box based. Just adds some extra code to detect the busy box binary and use it if it is there. Test succeeds under KVM and Xen running tiny linux and centos. You can merge this pull request into a Git repository by running: $ git pull https://github.com/isoutham/cloudstack test_vpc_network_pfrules Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/381.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #381 ---- commit d3616016b0eb3f8f48b2e8ec2819b557ba60a4f0 Author: Ian Southam <isout...@schubergphilis.com> Date: 2015-06-10T09:12:17Z Allow test to run on tiny linux templates using busybox ---- --- 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. ---