Adding -o option to unzip odl steps in the deploy.py script,
[integration/test.git] / tools / clustering / cluster-deployer / deploy.py
index a885da5c74a3f6256e164af8a50a5a608502001c..6de9feabe00314038ef27471344d8553de379a93 100755 (executable)
@@ -204,7 +204,7 @@ class Deployer:
         # Copy the distribution to the host and unzip it
         odl_file_path = self.dir_name + "/odl.zip"
         self.remote.copy_file(self.distribution, odl_file_path)
-        self.remote.exec_cmd("unzip " + odl_file_path + " -d " +
+        self.remote.exec_cmd("unzip -o " + odl_file_path + " -d " +
                              self.dir_name + "/")
 
         # Rename the distribution directory to odl