You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by av...@apache.org on 2020/07/30 11:26:50 UTC

[ignite] branch ignite-ducktape updated: ducktape to v0.7.8 (#8100)

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

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


The following commit(s) were added to refs/heads/ignite-ducktape by this push:
     new 495e07c  ducktape to v0.7.8 (#8100)
495e07c is described below

commit 495e07cb1b712b81292403c6a77a796de14649ae
Author: Vladsz83 <vl...@gmail.com>
AuthorDate: Thu Jul 30 14:26:34 2020 +0300

    ducktape to v0.7.8 (#8100)
---
 modules/ducktests/tests/docker/Dockerfile | 2 +-
 modules/ducktests/tests/setup.py          | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/ducktests/tests/docker/Dockerfile b/modules/ducktests/tests/docker/Dockerfile
index fedea54..b54578e 100644
--- a/modules/ducktests/tests/docker/Dockerfile
+++ b/modules/ducktests/tests/docker/Dockerfile
@@ -35,7 +35,7 @@ LABEL ducker.creator=$ducker_creator
 RUN cat /etc/apt/sources.list | sed 's/http:\/\/deb.debian.org/https:\/\/deb.debian.org/g' > /etc/apt/sources.list.2 && mv /etc/apt/sources.list.2 /etc/apt/sources.list
 RUN apt update && apt install -y sudo netcat iptables rsync unzip wget curl jq coreutils openssh-server net-tools vim python-pip python-dev libffi-dev libssl-dev cmake pkg-config libfuse-dev iperf traceroute mc && apt-get -y clean
 RUN python -m pip install -U pip==9.0.3;
-RUN pip install --upgrade cffi virtualenv pyasn1 boto3 pycrypto pywinrm ipaddress enum34 monotonic && pip install --upgrade ducktape==0.7.7
+RUN pip install --upgrade cffi virtualenv pyasn1 boto3 pycrypto pywinrm ipaddress enum34 monotonic && pip install --upgrade ducktape==0.7.8
 
 # Set up ssh
 COPY ./ssh-config /root/.ssh/config
diff --git a/modules/ducktests/tests/setup.py b/modules/ducktests/tests/setup.py
index 2eef514..731527d 100644
--- a/modules/ducktests/tests/setup.py
+++ b/modules/ducktests/tests/setup.py
@@ -47,11 +47,11 @@ setup(name="ignitetest",
       version=version,
       description="Apache Ignite System Tests",
       author="Apache Ignite",
-      platforms=["any"], 
+      platforms=["any"],
       license="apache2.0",
       packages=find_packages(),
       include_package_data=True,
-      install_requires=["ducktape==0.7.7", "requests==2.20.0"],
+      install_requires=["ducktape==0.7.8", "requests==2.20.0"],
       tests_require=["pytest", "mock", "monotonic"],
       cmdclass={'test': PyTest}
 )