]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: remove py2 from test stream
authorPaul Cuzner <pcuzner@redhat.com>
Wed, 19 Aug 2020 23:58:34 +0000 (11:58 +1200)
committerPaul Cuzner <pcuzner@redhat.com>
Wed, 19 Aug 2020 23:58:34 +0000 (11:58 +1200)
Since py2 is EOL, and cephadm requires py3 anyway this
patch removes the py2 test iteration from the functional
testing suite.

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

index 1a44dc7aceeeb739e63c597c8aab21c79f69d8b0..e0f038db17875289e98a3cc1212fbf2d84e885ec 100755 (executable)
@@ -40,7 +40,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!"