From: Cédric Ollivier Date: Tue, 30 May 2017 17:59:57 +0000 (+0200) Subject: Fix a typo in framework.md X-Git-Tag: opnfv-5.0.RC1~347 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=f67f9aec8a01f5eafd46953599b545ef43a5085e;p=functest.git 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 --- 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)