Update cloud image CentOSStream8 robot x86_64
[releng/builder.git] / jjb / packaging / test-ansible-rpm-upgrade.sh
diff --git a/jjb/packaging/test-ansible-rpm-upgrade.sh b/jjb/packaging/test-ansible-rpm-upgrade.sh
deleted file mode 100644 (file)
index c5a5c55..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-# Uninstall ODL from previous test
-# This is to ensure these tests run independant
-# from any other tests
-sudo yum remove opendaylight -y
-
-# Remove the ODL directory
-sudo rm -rf /opt/opendaylight
-
-# Execute the upgrade tests
-sudo ansible-playbook -i "localhost," -c local $WORKSPACE/ansible/tests/test-odl-upgrade.yaml -v