aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
Commit message (Collapse)AuthorAge
* Delete more subsystems not required after tngMartin Schanzenbach2023-10-13
|
* TNG: Deactivated all tests which rely on the old transport api.t3sserakt2023-06-29
|
* BUILD: Remove gnurl. Improve curl-gnutls detectionMartin Schanzenbach2022-09-06
|
* deps are now required, no need for definesMartin Schanzenbach2020-05-17
|
* rewrite sed logic used in Makefiles and move into dosubst awk script.ng02019-12-02
| | | | | | | | | include 'bin' and its files in dist files, this is where dosubst is located. While the invocation (passing of the variables) is not optimal (yet, will be changed), this will in the end allow sharing code between Makefiles better, and maybe drop sed usage in the future.
* format pythonng02019-10-12
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* 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
|