X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fcinder%2Fspec%2Fclasses%2Fcinder_volume_hp3par_iscsi_spec.rb;fp=3rdparty%2Fmodules%2Fcinder%2Fspec%2Fclasses%2Fcinder_volume_hp3par_iscsi_spec.rb;h=0000000000000000000000000000000000000000;hb=6e1426dc77fb4e5d51f07c187c6f2219431dc31e;hp=64a44769d5cbac5fd7d8409e3e920c7d60195256;hpb=87423ba664cd5f2bb462ebadd08b1a90d0fe1c8d;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/cinder/spec/classes/cinder_volume_hp3par_iscsi_spec.rb b/3rdparty/modules/cinder/spec/classes/cinder_volume_hp3par_iscsi_spec.rb deleted file mode 100644 index 64a44769d..000000000 --- a/3rdparty/modules/cinder/spec/classes/cinder_volume_hp3par_iscsi_spec.rb +++ /dev/null @@ -1,32 +0,0 @@ -require 'spec_helper' - -describe 'cinder::volume::hp3par_iscsi' do - let :req_params do - { - :hp3par_api_url => 'https://172.0.0.2:8080/api/v1', - :hp3par_username => '3paradm', - :hp3par_password => 'password', - :hp3par_iscsi_ips => '172.0.0.3', - :san_ip => '172.0.0.2', - :san_login => '3paradm', - :san_password => 'password', - } - end - - let :params do - req_params - end - - describe 'hp3par_iscsi volume driver' do - it 'configure hp3par_iscsi volume driver' do - should contain_cinder_config('DEFAULT/volume_driver').with_value('cinder.volume.drivers.san.hp.hp_3par_iscsi.HP3PARISCSIDriver') - should contain_cinder_config('DEFAULT/hp3par_api_url').with_value('https://172.0.0.2:8080/api/v1') - should contain_cinder_config('DEFAULT/hp3par_username').with_value('3paradm') - should contain_cinder_config('DEFAULT/hp3par_password').with_value('password') - should contain_cinder_config('DEFAULT/hp3par_iscsi_ips').with_value('172.0.0.3') - should contain_cinder_config('DEFAULT/san_ip').with_value('172.0.0.2') - should contain_cinder_config('DEFAULT/san_login').with_value('3paradm') - should contain_cinder_config('DEFAULT/san_password').with_value('password') - end - end -end