From f67f9aec8a01f5eafd46953599b545ef43a5085e Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 30 May 2017 19:59:57 +0200 Subject: Fix a typo in framework.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It completes [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/35551/ Change-Id: I7b12cf48d9f47665f5d6a005d3cb8d448946409d Signed-off-by: Cédric Ollivier --- docs/com/pres/framework/framework.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/com/pres') 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) -- cgit 1.2.3-korg