]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: remove py2 from test_adoption 36509/head
authorPaul Cuzner <pcuzner@redhat.com>
Mon, 24 Aug 2020 22:51:26 +0000 (10:51 +1200)
committerPaul Cuzner <pcuzner@redhat.com>
Mon, 24 Aug 2020 22:51:26 +0000 (10:51 +1200)
Since cephadm is py3 based, and py2 is EOL this patch
removes the py2 test iteration from test_adoption.sh

Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
qa/workunits/cephadm/test_adoption.sh

index ad147885db36c00f3b76c01dfb3d25d65061fd77..14ab2cbf4d201f0677a6081820077b1179f671fd 100755 (executable)
@@ -21,7 +21,6 @@ if [ -z "$PYTHON_KLUDGE" ]; then
     # see which pythons we should test with
     PYTHONS=""
     which python3 && PYTHONS="$PYTHONS python3"
-    which python2 && PYTHONS="$PYTHONS python2"
     echo "PYTHONS $PYTHONS"
     if [ -z "$PYTHONS" ]; then
        echo "No PYTHONS found!"