Sha256: 36562cc06fa2e71957ec06fefc4f81dbd16e6b6181e2a1cd4323023d684ef023
Contents?: true
Size: 869 Bytes
Versions: 18
Compression:
Stored size: 869 Bytes
Contents
# An instance of the interface is # passed in here, iterators and other # argument passing will be supported # similar to Pattern.create. Flow.create interface: 'OrigenTesters::Test::Interface', flow_description: 'Probe1 Main' do unless Origen.app.environment.name == 'v93k_global' self.resources_filename = 'prb1' end # Extra log below not in approved/ folder to show that comments are # being skipped correctly during the difference checks log 'PRB1 Test Flow Version 00001 - do not copy me to approved!' import 'components/prb1_main' import 'test' # import top-level test.rb directly, note that Flow.create options of sub-flow will be ignored! # Test that a reference to a deeply nested test works (mainly for SMT8) test :on_deep_1, if_failed: :deep_test, test_text: "some_custom_text" pass 1, description: "Good die!", softbin: 1 end
Version data entries
18 entries across 18 versions & 1 rubygems