Fix a typo in framework.md 53/35553/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 30 May 2017 17:59:57 +0000 (19:59 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 30 May 2017 17:59:57 +0000 (19:59 +0200)
It completes [1].

[1] https://gerrit.opnfv.org/gerrit/#/c/35551/

Change-Id: I7b12cf48d9f47665f5d6a005d3cb8d448946409d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docs/com/pres/framework/framework.md

index 40d5a6a..d6a01de 100644 (file)
@@ -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)