diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2012-11-11 14:21:26 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2013-01-15 20:06:40 +0100 |
commit | 97602d973457a5248ada6ca9e5c29c1a5811240d (patch) | |
tree | 3de3619f51a42d3f7e3df539d0068a942b316db6 /.gitignore | |
parent | e04a14d9a23ed42178c405cb0c0afb9a2d2b93ab (diff) |
fr: Begin with a GRE/FrameRelay test due the recent regression
The framerelay code is seldomly used and the socket clean ups introduced
a regression. Create a testcase that will work as a user not having the
right capabilities to create raw sockets.
We have to make sure that this test is working even when not ran as root.
The easiest way to do this is to provide our own socket implementation.
This is done with dlopen/dlsym to convert the raw socket request to an UDP
one.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ tests/gsm0808/gsm0808_test tests/gb/bssgp_fc_test tests/gsm0408/gsm0408_test tests/logging/logging_test +tests/fr/fr_test utils/osmo-arfcn utils/osmo-auc-gen |