You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2020/05/25 08:08:19 UTC

[ignite] 04/24: Merge branch 'ignite-ducktape2' into ignite-ducktape

This is an automated email from the ASF dual-hosted git repository.

nizhikov pushed a commit to branch ignite-ducktape
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit ac17e7c65c25ea1a66f30504b80f960fd710a4d1
Merge: 826aad8 c56b8b8
Author: Nikolay Izhikov <ni...@apache.org>
AuthorDate: Wed Apr 8 14:16:27 2020 +0300

    Merge branch 'ignite-ducktape2' into ignite-ducktape

 tests/MANIFEST.in                        |  16 +
 tests/docker/Dockerfile                  |  63 ++++
 tests/docker/build/cluster.json          | 163 +++++++++
 tests/docker/build/node_hosts            |  14 +
 tests/docker/ducker-ignite               | 580 +++++++++++++++++++++++++++++++
 tests/docker/run_tests.sh                |  30 ++
 tests/docker/ssh-config                  |  21 ++
 tests/docker/ssh/authorized_keys         |  15 +
 tests/docker/ssh/config                  |  21 ++
 tests/docker/ssh/id_rsa                  |  27 ++
 tests/docker/ssh/id_rsa.pub              |   1 +
 tests/ignitetest/__init__.py             |  25 ++
 tests/ignitetest/utils/__init__.py       |  16 +
 tests/ignitetest/utils/remote_account.py |  41 +++
 tests/ignitetest/utils/util.py           | 138 ++++++++
 tests/ignitetest/version.py              | 140 ++++++++
 tests/setup.cfg                          |  30 ++
 tests/setup.py                           |  57 +++
 18 files changed, 1398 insertions(+)