Skip to content

Commit 48137e4

Browse files
(SIMP-MAINT) Acceptance test fixes (#131)
* attempt to set ssh config * add ssh options to windows 2012 node
1 parent 7f155df commit 48137e4

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
### 1.18.9 / 2020-08-04
2+
* Change windows 2012r2 VM to work around issues where the old image had
3+
duplicate ports trying to be opened
24
* Increase test CA bits to 4096
35

46
### 1.18.8 / 2020-07-14

spec/acceptance/suites/fips_from_fixtures/00_default_spec.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ def initialize
3131
ENV['BEAKER_fips'] = 'yes'
3232
ENV['FIXTURES_YML'] = alt_fixtures
3333

34+
beaker_gem_options = ENV['BEAKER_GEM_OPTIONS']
35+
3436
Bundler.with_clean_env{
37+
ENV['BEAKER_GEM_OPTIONS'] = beaker_gem_options
3538
ENV['FIXTURES_YML'] = alt_fixtures
3639

3740
%x{bundle exec rake spec_prep}

spec/acceptance/suites/windows/nodesets/default.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ HOSTS:
1010
roles:
1111
- windows
1212
platform: windows-server-amd64
13-
box: opentable/win-2012r2-standard-amd64-nocm # VBOX ONLY
13+
box: devopsgroup-io/windows_server-2012r2-standard-amd64-nocm
1414
hypervisor: <%= hypervisor %>
1515
vagrant_memsize: 2048
1616
vagrant_cpus: 2
1717
user: vagrant
1818
is_cygwin: false
19+
ssh:
20+
host_key: ssh-dss
1921

2022
el7:
2123
roles:

0 commit comments

Comments
 (0)