GitHub user bheuvel opened a pull request:
https://github.com/apache/cloudstack/pull/1355
Refactor test_vpc_vpn, add test for multiple VPNs
Refactored to clear usage of setup/setupClass, teardown/teardownClass
Refactored TestVpcSite2SiteVpn to include class
Github user bheuvel commented on the pull request:
https://github.com/apache/cloudstack/pull/1242#issuecomment-172607827
Well, short answer, LGTM and seen it compile on Windows (only) with this
adjustment.
Longs answer has more to do with the object/code generating the path
GitHub user bheuvel opened a pull request:
https://github.com/apache/cloudstack/pull/1324
Factor in inaccurancy of System.nanoTime in class Profiler
The time diff measurement by the class Profiler, is done by
System.nanoTime().
System.nanoTime() is not 100% accurate (lots of