From 74d0cd9b2c43a730c76ea3f03d0db8510a3be831 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 11 May 2019 10:21:01 +0200 Subject: Rename HelloWorld.txt to HelloWorld.robot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It takes the following warning into account [1] "Automatically parsing other than '*.robot' files is deprecated" [1] https://build.opnfv.org/ci/job/xtesting-opnfv-xtesting-latest-fifth-run/150/console Change-Id: Ibe01eea7eb83c8724d6b4afe3a487ad813fed30d Signed-off-by: Cédric Ollivier --- docker/testcases.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/testcases.yaml b/docker/testcases.yaml index 0738e0df..0fc50487 100644 --- a/docker/testcases.yaml +++ b/docker/testcases.yaml @@ -60,7 +60,7 @@ tiers: name: 'robotframework' args: suites: - - /usr/lib/python3.6/site-packages/xtesting/samples/HelloWorld.txt + - /usr/lib/python3.6/site-packages/xtesting/samples/HelloWorld.robot variable: - 'var01:foo' - 'var02:bar' -- cgit 1.2.3-korg