add missing spec for singles/python/shell_bind_tcp

bug/bundler_fix
Jeffrey Martin 2017-10-25 14:58:49 -05:00
parent 02a2839577
commit a402686d7a
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 10 additions and 0 deletions

View File

@ -2370,6 +2370,16 @@ RSpec.describe 'modules/payloads', :content do
reference_name: 'python/meterpreter_reverse_tcp'
end
context 'python/shell_bind_tcp' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [
'singles/python/shell_bind_tcp'
],
dynamic_size: false,
modules_pathname: modules_pathname,
reference_name: 'python/shell_bind_tcp'
end
context 'python/shell_reverse_tcp' do
it_should_behave_like 'payload cached size is consistent',
ancestor_reference_names: [