Land #9157, Add missing ppce500v2 tests

bug/bundler_fix
Brent Cook 2017-11-01 12:33:02 -05:00
commit 7895cbc413
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
1 changed files with 30 additions and 0 deletions

View File

@ -4384,6 +4384,36 @@ RSpec.describe 'modules/payloads', :content do
reference_name: 'linux/ppc/meterpreter_reverse_https' reference_name: 'linux/ppc/meterpreter_reverse_https'
end end
context 'linux/ppce500v2/meterpreter_reverse_http' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
'singles/linux/ppce500v2/meterpreter_reverse_http'
],
dynamic_size: false,
modules_pathname: modules_pathname,
reference_name: 'linux/ppce500v2/meterpreter_reverse_http'
end
context 'linux/ppce500v2/meterpreter_reverse_https' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
'singles/linux/ppce500v2/meterpreter_reverse_https'
],
dynamic_size: false,
modules_pathname: modules_pathname,
reference_name: 'linux/ppce500v2/meterpreter_reverse_https'
end
context 'linux/ppce500v2/meterpreter_reverse_tcp' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
'singles/linux/ppce500v2/meterpreter_reverse_tcp'
],
dynamic_size: false,
modules_pathname: modules_pathname,
reference_name: 'linux/ppce500v2/meterpreter_reverse_tcp'
end
context 'linux/ppc64le/meterpreter_reverse_http' do context 'linux/ppc64le/meterpreter_reverse_http' do
it_should_behave_like 'payload cached size is consistent', it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [ ancestor_reference_names: [