Change the expectation for custom DNS, everything that uses "base" should have our DNS

This commit is contained in:
R. Tyler Croy 2012-09-02 23:54:55 -07:00
parent 622dd24e4b
commit 3ed3b0fd81
2 changed files with 3 additions and 3 deletions

View File

@ -6,6 +6,6 @@ Feature: Jenkins hosts should use our internal DNS
Scenario: Bootstrap a machine
Given I have an empty Linux machine
And I have included the Jenkins DNS module
And I have included the Jenkins base module
When I provision the host
Then the Jenkins DNS server should be in the resolv.conf

View File

@ -1,5 +1,5 @@
Given /^I have included the Jenkins DNS module$/ do
resources << 'include jenkins-dns'
Given /^I have included the Jenkins base module$/ do
resources << 'include base'
end
Then /^the Jenkins DNS server should be in the resolv\.conf$/ do