Class: NoradSpecRunner::LinuxSecTest

Inherits:
SecTest
  • Object
show all
Defined in:
lib/norad_spec_runner/linux_sec_test.rb

Constant Summary

Constants inherited from SecTest

SecTest::UNSUPPORTED_SPEC_FILE

Instance Attribute Summary

Attributes inherited from SecTest

#platform, #test_name, #tests_parent_dir

Instance Method Summary collapse

Methods inherited from SecTest

#initialize, #suggested_test_file, #suggested_test_file_exists?, #test_to_run

Constructor Details

This class inherits a constructor from NoradSpecRunner::SecTest

Instance Method Details

#default_test_fileObject



5
6
7
8
9
# File 'lib/norad_spec_runner/linux_sec_test.rb', line 5

def default_test_file
  fallback_test_file = "#{test_name}/default_linux_spec.rb"
  return fallback_test_file if File.exist?(fallback_test_file)
  super
end