Sha256: 0f455e9ee08211f992d65c90fc4c1df91642abd3e2695d13871d2d70b488d4bb
Contents?: true
Size: 409 Bytes
Versions: 17
Compression:
Stored size: 409 Bytes
Contents
# rubocop:disable LineLength Then(/^the switch "(.*?)" has (\d+) flow entr(?:y|ies)$/) do |switch, num_entries| command = "trema dump_flows #{switch} -S." step "I run `#{command}`" expect(output_from(command).split("\n").size - 1).to eq(num_entries.to_i) end Then(/^the switch "(.*?)" has no flow entry$/) do |switch| step %(the switch "#{switch}" has 0 flow entry) end # rubocop:enable LineLength
Version data entries
17 entries across 17 versions & 2 rubygems