vmware-archive / vmware-vcenter

VMware vCenter Module
Other
87 stars 101 forks source link

Fix to testing framework, puppet versions. #208

Closed crayfishx closed 8 years ago

crayfishx commented 8 years ago

Due to a mismatch between PUPPET_GEM_VERSION and PUPPET_VERSION in the Gemfile and .travis.yml we weren't actually testing against different versions of Puppet, all tests were being run against the same version. This PR fixes that and adds the "known to fail" combinations as exclusions... all tests are passing, and, errr, working now.