Skip to content

Instantly share code, notes, and snippets.

@bodepd
Created July 17, 2014 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bodepd/909402bc12428db95581 to your computer and use it in GitHub Desktop.
Save bodepd/909402bc12428db95581 to your computer and use it in GitHub Desktop.
Finished in 11.58 seconds
57 examples, 17 failures
Failed examples:
rspec ./spec/tests/networkcontroller/networkcontroller_spec.rb:6 # File "/etc/neutron/plugins/ml2/ml2_conf.ini" content should match /^tunnel_types ?= ?gre$/
rspec ./spec/tests/networkcontroller/networkcontroller_spec.rb:7 # File "/etc/neutron/plugins/ml2/ml2_conf.ini" content should match /^type_drivers ?= ?gre,vlan,flat$/
rspec ./spec/tests/networkcontroller/networkcontroller_spec.rb:8 # File "/etc/neutron/plugins/ml2/ml2_conf.ini" content should match /^network_vlan_ranges = ?physnet1:1000:2999$/
rspec ./spec/tests/networkcontroller/networkcontroller_spec.rb:9 # File "/etc/neutron/plugins/ml2/ml2_conf.ini" content should match /^tunnel_id_ranges ?= ?1:10000$/
rspec ./spec/tests/networkcontroller/networkcontroller_spec.rb:10 # File "/etc/neutron/plugins/ml2/ml2_conf.ini" content should match /^mechanism_drivers ?= ?openvswitch,l2population$/
rspec ./spec/tests/networkcontroller/networkcontroller_spec.rb:11 # File "/etc/neutron/plugins/ml2/ml2_conf.ini" content should match /^l2_population ?= ?True$/
rspec ./spec/tests/networkcontroller/networkcontroller_spec.rb:12 # File "/etc/neutron/plugins/ml2/ml2_conf.ini" content should match /^polling_interval ?= ?15$/
rspec ./spec/tests/networkcontroller/networkcontroller_spec.rb:13 # File "/etc/neutron/plugins/ml2/ml2_conf.ini" content should match /^local_ip ?= ?104.130.73.25$/
rspec ./spec/tests/networkcontroller/networkcontroller_spec.rb:16 # File "/etc/neutron/plugins/ml2/ml2_conf.ini" content should match /^bridge_mappings ?= ?public:br-pub$/
rspec ./spec/tests/telemetryserver/telemetryserver_spec.rb:12 # Port "27017" should be listening
rspec ./spec/tests/telemetryserver/telemetryserver_spec.rb:38 # File "/etc/ceilometer/ceilometer.conf" content should match /^use_syslog=True$/
rspec ./spec/tests/telemetryserver/telemetryserver_spec.rb:39 # File "/etc/ceilometer/ceilometer.conf" content should match /^syslog_log_facility=LOG_LOCAL0$/
rspec ./spec/tests/volumecontroller/volumecontroller_spec.rb:12 # File "/etc/cinder/cinder.conf" should contain "glance_request_timeout=10"
rspec ./spec/tests/volumecontroller/volumecontroller_spec.rb:41 # File "/etc/cinder/cinder.conf" should contain "notification_driver=cinder.openstack.common.notifier.rpc_notifier"
rspec ./spec/tests/controller/controller_spec.rb:24 # File "/etc/nova/nova.conf" should contain "servicegroup_driver=mc"
rspec ./spec/tests/controller/controller_spec.rb:25 # File "/etc/nova/nova.conf" should contain "vif_driver=nova.virt.libvirt.vif.LibvirtGenericVIFDriver"
rspec ./spec/tests/controller/controller_spec.rb:29 # Port "6082" should be listening
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment