Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: e6268db41d1fb7c010b29366075fe1f2f39b8971
https://github.com/fabbione/kronosnet/commit/e6268db41d1fb7c010b29366075fe1…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-13 (Mon, 13 Jun 2016)
Changed paths:
M libknet/Makefile.am
M libknet/tests/Makefile.am
Log Message:
-----------
[tests] fix special check include
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: a86247e66850747fbfc546862ae52571697a0009
https://github.com/fabbione/kronosnet/commit/a86247e66850747fbfc546862ae525…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-13 (Mon, 13 Jun 2016)
Changed paths:
M Makefile.am
M configure.ac
M libknet/Makefile.am
A libknet/tests/Makefile.am
A libknet/tests/khandle_test.c
A libknet/tests/pckt_test.c
A libknet/tests/ping_test.c
A libknet/tests/test-common.c
A libknet/tests/test-common.h
A libknet/tests/timediff_test.c
R tests/Makefile.am
R tests/khandle_test.c
R tests/pckt_test.c
R tests/ping_test.c
R tests/test-common.c
R tests/test-common.h
R tests/timediff_test.c
Log Message:
-----------
Revert "[tests] move all tests to top level directory"
This reverts commit d9adee9b923776ea5813b5a024c16a58b8d989c0.
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: d9adee9b923776ea5813b5a024c16a58b8d989c0
https://github.com/fabbione/kronosnet/commit/d9adee9b923776ea5813b5a024c16a…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-13 (Mon, 13 Jun 2016)
Changed paths:
M Makefile.am
M configure.ac
M libknet/Makefile.am
R libknet/tests/Makefile.am
R libknet/tests/khandle_test.c
R libknet/tests/pckt_test.c
R libknet/tests/ping_test.c
R libknet/tests/test-common.c
R libknet/tests/test-common.h
R libknet/tests/timediff_test.c
A tests/Makefile.am
A tests/khandle_test.c
A tests/pckt_test.c
A tests/ping_test.c
A tests/test-common.c
A tests/test-common.h
A tests/timediff_test.c
Log Message:
-----------
[tests] move all tests to top level directory
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 6918a128d35c4d0eda010f0c0a0a356e0222750b
https://github.com/fabbione/kronosnet/commit/6918a128d35c4d0eda010f0c0a0a35…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-13 (Mon, 13 Jun 2016)
Changed paths:
M libknet/tests/Makefile.am
M libknet/tests/khandle_test.c
M libknet/tests/test-common.c
M libknet/tests/test-common.h
Log Message:
-----------
[test] Add common check for root user
knet tests can't really run as normal user
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 5439a837f9f2b6098a0a11386645b7a28fd6481f
https://github.com/fabbione/kronosnet/commit/5439a837f9f2b6098a0a11386645b7…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-13 (Mon, 13 Jun 2016)
Changed paths:
M libknet/tests/Makefile.am
A libknet/tests/test-common.c
M libknet/tests/test-common.h
Log Message:
-----------
[tests] add some common facility to run shell codes within tests
code stolen from libtap, but useful to drive iptables and alike during
some tests
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 5984598c7ec8dea5fd82b5ae3937f370b04aa08d
https://github.com/fabbione/kronosnet/commit/5984598c7ec8dea5fd82b5ae3937f3…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-13 (Mon, 13 Jun 2016)
Changed paths:
M libknet/handle.c
M libknet/tests/khandle_test.c
Log Message:
-----------
Fix core dump on exit path when running as user and related test case.
Drop the max host to 1024 for testing.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: febcc03c9437ffb83c244f4f01b7dde2481573b4
https://github.com/fabbione/kronosnet/commit/febcc03c9437ffb83c244f4f01b7dd…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-06-13 (Mon, 13 Jun 2016)
Changed paths:
M libknet/tests/Makefile.am
A libknet/tests/test-common.h
M libknet/tests/timediff_test.c
Log Message:
-----------
[tests] add common return codes as understood by automake
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>