aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
Commit message (Collapse)AuthorAge
* clique still fails sometimes for strange reasonsChristian Grothoff2019-04-03
|
* Fix Python code: remove imports from `python-future`.Hartmut Goebel2019-03-10
| | | | | | | | I missed in 3d6ba937a5a5046b3d531c17691d5d1155daae71 that `future` also provides the modules `past` and `builtins`. Imports of `builtins` can simply be removed for Python-3-only code. `past.old_div` had to be replaces by the "old" div-operatot `//`, while `past.xrange` was unused.
* Cleanup Python code: remove `import __future__`.Hartmut Goebel2019-03-10
| | | | | All of these only made Python 2 accept some Python 3 language idioms, and the code is Python-3-only.
* re-adding clique test, works on my system despite no changesChristian Grothoff2019-03-02
|
* disable clique test, fails for odd reasonsChristian Grothoff2019-02-28
|
* got integration tests to pass, fixes #5560Christian Grothoff2019-02-19
|
* unset XDG vars in test explicitly in case test is run by handChristian Grothoff2019-02-19
|
* clean up python logic a bit, remove duplicate print() calls when we have log ↵Christian Grothoff2019-02-19
| | | | calls
* cleaner py code, fix test_integration_disconnect.py.in by fixing erroneous patchChristian Grothoff2019-02-19
|
* rexxnor fix for string to digitChristian Grothoff2019-02-18
|
* more loggerng02019-02-16
|
* more loggingng02019-02-16
|
* gnunet_testing.py.in: first set of loggingng02019-02-16
|
* add debug output to py.inChristian Grothoff2019-02-16
|
* add loggingChristian Grothoff2019-02-16
|
* fix nat-auto port conflictChristian Grothoff2019-02-15
|
* use disjoint UNIXPATHs and PORT for NATChristian Grothoff2019-02-13
|
* trying to improve things for #5560Christian Grothoff2019-02-13
|
* attempt to fix 5560, not fixed yet. see log at ↵ng02019-02-13
| | | | | | https://gnunet.org/bugs/view.php?id=5560 Signed-off-by: ng0 <ng0@n0.is>
* integration-tests: futurize gnunet_pyexpectng02019-02-12
| | | | Signed-off-by: ng0 <ng0@n0.is>
* integration-tests: futurize test_reconnect_natng02019-02-12
|
* integration-tests: futurize test_reconnectng02019-02-12
|
* integration-tests: futurize test_integration_disconnect_natng02019-02-12
|
* integration-tests: futurize test_integration_disconnectng02019-02-12
|
* integration-tests: futurize test_integration_bootstrap_and_connectng02019-02-12
|
* integration-tests: futurize test_integration_cliqueng02019-02-12
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* rename FORCESTART into IMMEDIATE_START (#4547b)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|
* AUTOSTART renamed into START_ON_DEMAND (#4547a)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* test_integration_boostrap_and_connect: flake8Nils Gillmann2018-05-23
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* integration-tests: clique: flake8Nils Gillmann2018-05-23
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* integration-tests: gnunet-testing: flake8Nils Gillmann2018-05-23
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* integration-tests reconnect_nat: flake8Nils Gillmann2018-05-23
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* integration-tests disconnect_nat flake8Nils Gillmann2018-05-23
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* +Nils Gillmann2018-05-22
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* follow-up, fix conf locationsNils Gillmann2018-05-19
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* Switch to $GNUNET_TMP in all configuration files.Nils Gillmann2018-05-06
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* few more obsolete lines to remove (statistic tested is gone)Christian Grothoff2018-03-30
|
* eliminate check for dead statistic in integration testsChristian Grothoff2018-03-30
|
* 2to3 ./src/integration-tests/test_integration_disconnect.py.inng02018-03-03
|
* 2to3 ./src/integration-tests/gnunet_testing.py.inng02018-03-03
|
* 2to3 ./src/integration-tests/test_integration_reconnect.py.inng02018-03-03
|
* +ng02018-03-03
|
* 2to3 ./src/integration-tests/test_integration_reconnect_nat.py.inng02018-03-03
|
* 2to3 ./src/integration-tests/test_integration_bootstrap_and_connect.py.inng02018-03-03
|
* 2to3 ./src/integration-tests/test_integration_disconnect_nat.py.inng02018-03-03
|
* Use Suffix Extensions in Makefiles (doc, ↵ng02017-10-17
| | | | src/{arm,dht,integration,statistics}) for improved portability.