Gitiles
Code Review
Sign In
gerrit.opencord.org
/
fabric-oftest
/
e097c6ec9daa97d58e815d384b7d36a8e32895e2
e097c6e
Update egress port selection to use config["port_map"] instead of
by Ken Chiang
· 13 years ago
aba5276
Merge branch 'master' of github.com:/floodlight/oftest
by Ken Chiang
· 13 years ago
5be06dd
For SingleWildcardMatch and AllExceptOneWildcardMatch tests,
by Ken Chiang
· 13 years ago
543df56
Merge pull request #4 from eswierk/master
by Ed Swierk
· 13 years ago
89f7835
flow_stats and pktact test modules use the basic test module, so they
by Ed Swierk
· 13 years ago
506614a
Ignore padding bytes in the received packet when the length of the
by Ed Swierk
· 13 years ago
aa5bc06
Consolidate duplicate code.
by Ken Chiang
· 13 years ago
04ead7d
Fix typo in debug message.
by Ken Chiang
· 13 years ago
4b29529
Hopefully addressing race condition
by Dan Talayco
· 13 years ago
dc6fca3
Do debug output before assertion
by Dan Talayco
· 13 years ago
2baf8b5
Better packet dump routine
by Dan Talayco
· 13 years ago
50c8246
- Fixed clear-table and initialization semantics based on other recent checkins
by Jeffrey Townsend
· 13 years ago
f3eae9c
- Added option to override recent change to flow_msg_install() which
by Jeffrey Townsend
· 13 years ago
2334d64
Merge branch 'master' of github.com:/floodlight/oftest
by Jeffrey Townsend
· 13 years ago
2a300e4
- Added SingleWildcardMatchPriority() to test proper prioritization of
by Jeffrey Townsend
· 13 years ago
143c745
Merge branch 'master' of github.com:/floodlight/oftest
by Ken Chiang
· 13 years ago
fb593e7
Update port_map, logger, and config prefix to "fs_".
by Ken Chiang
· 13 years ago
8a64e33
Added iterate-test-case test
by Dan Talayco
· 13 years ago
677cc11
Added inheritSetup method
by Dan Talayco
· 13 years ago
58106f8
- Initial README for ovs-ctl.py
by Jeffrey Townsend
· 13 years ago
aff26c8
Merged from Ken Cs flow_stats dev branch
by Dan Talayco
· 13 years ago
fb4c9ca
Merged from Ed Swierk test-day pkt-in/out
by Dan Talayco
· 13 years ago
0aeff8c
Test packet in and packet out with a few different kinds of packets:
by Ed Swierk
· 13 years ago
78cb7cc
Updated clone instructions
by Dan Talayco
· 13 years ago
620bdcc
Change the existing flow stats test into three separate ones:
by Ken Chiang
· 13 years ago
d8ae758
Added Modify L2, send to ingress and MC (or UC)
by Dan Talayco
· 13 years ago
c948d0b
Added L2 dest addr and send to ingress port
by Dan Talayco
· 13 years ago
cfa172f
Added L2 dest modify + VLAN modify test
by Dan Talayco
· 13 years ago
f6e76c0
Added L2 modify + MC tests and support
by Dan Talayco
· 13 years ago
3bb8b1b
- Initial version
by Jeffrey Townsend
· 13 years ago
4431d54
When VID is wildcarded, do not set it to 0xffff
by Dan Talayco
· 13 years ago
6a0bf71
Set in_band to off by default
by Dan Talayco
· 13 years ago
0caeb1e
Wait for all flows to be deleted before attempting to trigger a packet-in
by Ed Swierk
· 13 years ago
0214da2
Once a switch is connected, ignore further connection attempts rather
by Ed Swierk
· 13 years ago
4e20030
Log the ingress port of each packet received
by Ed Swierk
· 13 years ago
6ccbb07
Call basic setup function since other test modules call into the
by Ed Swierk
· 13 years ago
4306d3e
Update packet offset before continue stmts
by Dan Talayco
· 13 years ago
677c0b7
In band changes
by Dan Talayco
· 13 years ago
3788a3d
Do not run FillTableWC by default
by Dan Talayco
· 13 years ago
830b441
Do not add non-default tests when module specified
by Dan Talayco
· 13 years ago
cf26b7a
Added relax option to oftest
by Dan Talayco
· 13 years ago
836e5bd
Fix check for incomplete packet
by Ed Swierk
· 13 years ago
16eff42
Master pulled from openflow.org
by Dan Talayco
· 13 years ago
9130bcd
bugfix: flow_stats test needed to set buffer_id
by Rob Sherwood
· 13 years ago
e3e452a
Bugfix to controller I/O parsing
by Rob Sherwood
· 13 years ago
4de2990
Placeholder README
by Dan Talayco
· 13 years ago
3abf347
Merge branch 'master' of git@openflowswitch.org:/oftest
by Dan Talayco
· 14 years ago
7918422
Corrected comment (thanks Saurav)
by Dan Talayco
· 14 years ago
7455ed2
Update buffer consumption for echo response
by Dan Talayco
· 14 years ago
475023c
Update offset when processing echo request
by Dan Talayco
· 14 years ago
ba3745c
Added skip message support
by Dan Talayco
· 14 years ago
ba4fd4f
DataPlaneOnly message to log, not stdout
by Dan Talayco
· 14 years ago
6213e3c
Mention tutorial
by Dan Talayco
· 14 years ago
34c2ecc
Updated path of doxypy
by Dan Talayco
· 14 years ago
10ffe26
Changed date, changed format
by Dan Talayco
· 14 years ago
7aa0b81
Grammar correction
by Dan Talayco
· 14 years ago
10275aa
Cleaned up readme with some helpful hints
by Dan Talayco
· 14 years ago
4b2bee6
Implementation of many modify tests
by Dan Talayco
· 14 years ago
ac25cf3
Added --test-params command line option
by Dan Talayco
· 14 years ago
8f91a5b
Added note for FillTableExact
by Dan Talayco
· 14 years ago
285a838
Record config object in test instance
by Dan Talayco
· 14 years ago
98fada9
Fixed reference to wildcards in flow_match_test call
by Dan Talayco
· 14 years ago
2138156
Support setting test VID with --param
by Dan Talayco
· 14 years ago
8dbc4d7
Correct dl_match type when generating flow match from a tagged pkt
by Dan Talayco
· 14 years ago
551befa
Some major restructuring
by Dan Talayco
· 14 years ago
f36f108
Check if any mod actions supported; debug output
by Dan Talayco
· 14 years ago
80b54ed
Simplified description tagline
by Dan Talayco
· 14 years ago
0d58122
Merge branch 'master' of yuba:/usr/local/git/openflow-projects/oftest
by Dan Talayco
· 14 years ago
9469693
Incorporated Glen's suggestions on quick start
by Dan Talayco
· 14 years ago
741b118
Increase receive size for received OF msgs
by Glen Gibb
· 14 years ago
6d46706
Support multiple OF msgs in a single pkt
by Glen Gibb
· 14 years ago
39bf691
Fixed port sequence assumption
by Dan Talayco
· 14 years ago
95b4706
Merge branch 'master' of yuba:/usr/local/git/openflow-projects/oftest
by Dan Talayco
· 14 years ago
c24aaae
Added per-test priority support
by Dan Talayco
· 14 years ago
9c31e22
Merge branch 'tyabe'
by Tatsuya Yabe
· 14 years ago
b8fb3c3
Added: DirectPacket test with ICMP matching
by Tatsuya Yabe
· 14 years ago
8b886b1
Add caps_table_idx parameter
by Dan Talayco
· 14 years ago
79c6c4d
Added basic table stats get test
by Dan Talayco
· 14 years ago
7f0d545
Fix show output for data members
by Dan Talayco
· 14 years ago
89d5734
Added flow expire/stats tests
by Dan Talayco
· 14 years ago
9f47f4d
Added FloodMinusPort routine; use utility routines
by Dan Talayco
· 14 years ago
92c9912
Added port config set/get and rcv pkt check functions
by Dan Talayco
· 14 years ago
f5ffb97
Check switch_features before executing modify_actions
by Tatsuya Yabe
· 15 years ago
17195a0
Correct condition for executing modify-actions
by Tatsuya Yabe
· 15 years ago
e6cae8b
Added a test for exact match with modify action
by Tatsuya Yabe
· 15 years ago
460321e
Expand parameters for simple_tcp_packet
by Tatsuya Yabe
· 15 years ago
cdf575e
Fixed incomplete ofp_flow_mod in simple_exact_match
by Tatsuya Yabe
· 15 years ago
e30ebe2
Added: Wildcard-all test
by Tatsuya Yabe
· 15 years ago
4fad7e3
Added: All-except-one wildcard test
by Tatsuya Yabe
· 15 years ago
0718ad3
Exact/Wildcard tests: disable flow_removed msg checking by default
by Tatsuya Yabe
· 15 years ago
6a6f38a
Added simple exact match and wildcard match tests
by Tatsuya Yabe
· 15 years ago
b3f43fe
Added PortConfigMod
by Dan Talayco
· 15 years ago
ff60649
Fixed parsing issue for feature message; no ports were parsed
by Dan Talayco
· 15 years ago
09c2c59
Fix debug output for no resp on XID transaction
by Dan Talayco
· 15 years ago
4aa1312
Added All and AllPlusIngress
by Dan Talayco
· 15 years ago
3be5b06
Added FloodPlusIngress
by Dan Talayco
· 15 years ago
2e77a84
Added Flood test case; clear flows more often
by Dan Talayco
· 15 years ago
32fa654
Added DirectMC test case
by Dan Talayco
· 15 years ago
b0b0fdb
Added DirectMCNonIngress test case
by Dan Talayco
· 15 years ago
2d0d49a
Added DirectTwoPorts
by Dan Talayco
· 15 years ago
Next »