ofproto-macros: Change STRIP_USED and STRIP_UID to shell functions.
authorBen Pfaff <blp@ovn.org>
Fri, 22 Jan 2016 21:09:23 +0000 (13:09 -0800)
committerBen Pfaff <blp@ovn.org>
Thu, 28 Jan 2016 21:18:16 +0000 (13:18 -0800)
commit3a18d0c21e568a9a4c9f2942e2a8f6b11d396012
treee6fab5374eff585af7205be30905c3c4ceb26c65
parent8a32aaa51d508a660127e0bb62287f7f713e2e2e
ofproto-macros: Change STRIP_USED and STRIP_UID to shell functions.

There's no need for these to be macros; shell functions are conceptually
cleaner and make the generated testsuite smaller.

Also remove conflicting definition of STRIP_USED from rstp.at.  It wasn't
actually used anywhere in that file.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Jarno Rajahalme <jarno@ovn.org>
tests/ofproto-dpif.at
tests/ofproto-macros.at
tests/rstp.at