Sha256: d456028e58d7b27f9b62e0ebfa063c205a6e4108711e397ae6e96b4e668b89b3
Contents?: true
Size: 673 Bytes
Versions: 7
Compression:
Stored size: 673 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 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
7 entries across 7 versions & 1 rubygems