Use localhost for host_href

This change updates the acceptance tests to specify
http://localhost:9311 for the acceptance tests to prevent any external
network access attempts during testing.

Change-Id: I1fb742b2459b149a4bb634c5b83bdcfcefac0deb
This commit is contained in:
Alex Schultz 2016-05-10 11:37:36 -06:00
parent 1ff2fb3913
commit 406cd9d6ca
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ describe 'barbican::api class' do
}
class { '::barbican::api':
enabled_certificate_plugins => ['simple_certificate','dogtag']
enabled_certificate_plugins => ['simple_certificate','dogtag'],
host_href => 'http://localhost:9311'
}
}
}