pdqtest 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 933682f63736575743508992736a3013459e5041
4
- data.tar.gz: 51608bfaa0b4814c81b525beef7c197f434c26c6
3
+ metadata.gz: ea674615d362a0344980ca8c7d0edc8785bed8ad
4
+ data.tar.gz: 9dc9b3939c58287e110e44b6dec52aeb4992edee
5
5
  SHA512:
6
- metadata.gz: 89c1db7812b14ff1c29f2f3402b052d654dfa4c710bda12373dfc4615ba932500f2c3681c7369d21ebf3e901913b54c00e7859c8d7890ff2641381f8bc4b2ca6
7
- data.tar.gz: 406dd34b11bef83cc306d884b570beb73e0af0f879be5ff4b67fc7a2a8d563fa5253d76afd86ba4a43f2b54a8bb9f90be6320d89513f276776d0cae635ea1f35
6
+ metadata.gz: 6c57491c69ffaac96d5244afa3ba55cdb4b8c6ab0e2519687d396f09a78d91da1e7a4f343f713460e922fbdd762717ebbdc578841cfb71c0e17db21d54b39550
7
+ data.tar.gz: 5f28eb2ffdc45a6f8ad3e54c266ac5b7d97e8c1f47dd418609ef923c6d5ef591584591eacd212a75d3c53384692d8919b4631094d9eb1780dbdd8a9b0a95a20f
@@ -26,7 +26,7 @@ module PDQTest
26
26
 
27
27
  # detect the image to use based on metadata.json
28
28
  def self.acceptance_test_images()
29
- supported_images = [IMAGES[:DEFAULT]]
29
+ supported_images = []
30
30
  os_hash = Puppet::module_metadata['operatingsystem_support'] || {}
31
31
  # returns a hash that looks like this (if non-empty):
32
32
  # [
@@ -46,6 +46,8 @@ module PDQTest
46
46
  supported_images << IMAGES[:UBUNTU]
47
47
  when "windows"
48
48
  Escort::Logger.output.puts "Windows acceptance testing not supported yet... any ideas?"
49
+ else
50
+ supported_images << IMAGES[:DEFAULT]
49
51
  end
50
52
  }
51
53
  supported_images.uniq
@@ -1,3 +1,3 @@
1
1
  module PDQTest
2
- VERSION = "0.8.0"
2
+ VERSION = "0.8.1"
3
3
  end
@@ -1,3 +1,6 @@
1
1
  all:
2
2
  bundle exec pdqtest all
3
3
  bundle exec puppet strings
4
+
5
+ shell:
6
+ bundle exec pdqtest --keep-container acceptance
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdqtest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geoff Williams