Skip to content

Commit

Permalink
Merge pull request #67 from enovance/remove-syslog-pattern
Browse files Browse the repository at this point in the history
telemetryserver: Remove syslog pattern test
  • Loading branch information
Emilien Macchi committed Mar 24, 2015
2 parents 5c9f5a1 + 9acf33f commit 3a59668
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/tests/telemetryserver/telemetryserver_spec.rb
Expand Up @@ -32,8 +32,6 @@
it { should be_grouped_into 'ceilometer' }
its(:content) { should match /^rpc_backend=ceilometer.openstack.common.rpc.impl_kombu$/ }
its(:content) { should match /^notification_topics=notifications$/ }
its(:content) { should match /^use_syslog=True$/ }
its(:content) { should match /^syslog_log_facility=LOG_LOCAL0$/ }
end

describe command("ceilometer --os-username #{property[:ks_user_name]} --os-password #{property[:ks_user_password]} --os-tenant-name #{property[:ks_tenant_name]} --os-auth-url #{property[:endpoint_protocol]}://#{property[:vip_public]}:5000/v2.0 meter-list") do
Expand Down

0 comments on commit 3a59668

Please sign in to comment.