Fix a typo

Removed redundant 'the'

TrivialFix

Change-Id: Ie3e0b9628a2f2df9719c9bee2e62c8e0650c9d57
This commit is contained in:
melissaml 2017-01-05 15:23:22 +08:00
parent 64f875c4f6
commit d8b5456e13
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ SAHARA_UTILS = "rally.plugins.openstack.scenarios.sahara.utils"
class SaharaScenarioTestCase(test.ScenarioTestCase):
# NOTE(stpierre): the Sahara utils generally do funny stuff with
# wait_for() calls -- frequently the the is_ready and
# wait_for() calls -- frequently the is_ready and
# update_resource arguments are functions defined in the Sahara
# utils themselves instead of the more standard resource_is() and
# get_from_manager() calls. As a result, the tests below do more