From d48271f1f4a03ea2e6cba89f68ac66d5b75318ff Mon Sep 17 00:00:00 2001 From: gaobin Date: Sun, 9 Dec 2018 18:52:22 +0800 Subject: [PATCH] Modify some simple error Change-Id: I0a7e89cecdeb90b7699a1b25811f9115fc1bb280 --- docs/quick-start.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index 95f642150..7737221e7 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -37,7 +37,7 @@ tools integrated or to be integrated are: - (TODO) Ansible Configuration Management tool user to prepare testing environment and test fixtures. Some fixtures are better handled by this - non-Openstack generic tool, even if it offers a completly different approach + non-Openstack generic tool, even if it offers a completely different approach to achieve the same purpose of Heat. Test developer should decide when to prefer this tool or others according his experience and his goals. @@ -52,12 +52,12 @@ tools that has specifically designed for managing cloud resources from its fundamentals. This has also another implicit minor advantage: Tobiko is also a tool for testing Heat and regular OpenStack Python clients, while tempest choose to re-implement clients and resources management from scratch (work -mostly incomplete and under very slow maintainance). +mostly incomplete and under very slow maintenance). ## Install Tobiko -Tobiko is preferably used from a dedicated virtual enviroment: +Tobiko is preferably used from a dedicated virtual environment: ``` virtualenv path/to/virtualenv @@ -153,14 +153,14 @@ Or it could be restricted using test case packages or file names as below: tobiko create (-m|--module) ... ``` -To have a summary of all test cases which resouces could be set up using +To have a summary of all test cases which resources could be set up using Tobiko you could type: ``` tobiko list ``` -To have a summary of all test cases which resouces has been actually set up +To have a summary of all test cases which resources has been actually set up using Tobiko you can type: ```