From 74c5c9d69c979a51b48bf8bd0eedd34dd0eb8883 Mon Sep 17 00:00:00 2001 From: Ionut Balutoiu Date: Fri, 12 Mar 2021 14:53:21 +0200 Subject: [PATCH] Fix _write_testing_file_on_instance docstring --- zaza/openstack/charm_tests/manila/tests.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zaza/openstack/charm_tests/manila/tests.py b/zaza/openstack/charm_tests/manila/tests.py index e7cba8f..1b58f65 100644 --- a/zaza/openstack/charm_tests/manila/tests.py +++ b/zaza/openstack/charm_tests/manila/tests.py @@ -208,9 +208,9 @@ packages: ssh_private_key): """Write a file on a Manila share mounted into a Nova instance. - Mount the Manila share in the given Nova instance, and write a testing - file on it (which is meant to be validated from another instance). - These commands are executed via SSH. + Write a testing file into the already mounted Manila share from the + given Nova instance (which is meant to be validated from another + instance). These commands are executed via SSH. :param instance_ip: IP of the Nova instance. :type instance_ip: string