aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-05-30 19:59:57 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2017-05-30 19:59:57 +0200
commitf67f9aec8a01f5eafd46953599b545ef43a5085e (patch)
treef0c564b90615705007032be76da7bfd955708cad /docs
parent3f6e594c59b3a9dfcae502349e1c592ee9072f43 (diff)
Fix a typo in framework.md
It completes [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/35551/ Change-Id: I7b12cf48d9f47665f5d6a005d3cb8d448946409d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/com/pres/framework/framework.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/com/pres/framework/framework.md b/docs/com/pres/framework/framework.md
index 40d5a6a70..d6a01de06 100644
--- a/docs/com/pres/framework/framework.md
+++ b/docs/com/pres/framework/framework.md
@@ -59,14 +59,14 @@ base model for single test case
### methods
-| Method | Purpose |
-|-------------------|-------------------------------|
-| run(**kwargs) | run the test case |
-| is_successful() | interpret the results |
-| get_duration() | return the duration |
-| push_to_db() | push the results to the DB |
-| create_snapshot() | save the testing environement |
-| clean() | clean the resources |
+| Method | Purpose |
+|-------------------|------------------------------|
+| run(**kwargs) | run the test case |
+| is_successful() | interpret the results |
+| get_duration() | return the duration |
+| push_to_db() | push the results to the DB |
+| create_snapshot() | save the testing environment |
+| clean() | clean the resources |
### run(**kwargs)