test/integration/test_runner.rb in runcible-0.0.4 vs test/integration/test_runner.rb in runcible-0.0.5
- old
+ new
@@ -72,10 +72,11 @@
def set_runcible_config(auth_type)
if auth_type == "http"
Runcible::Base.config = {
:api_path => "/pulp/api/v2/",
- :http_auth => {}
+ :http_auth => {},
+ :logger => 'stdout'
}
File.open('/etc/pulp/server.conf') do |f|
f.each_line do |line|
if line.start_with?('default_password')