Rename HelloWorld.txt to HelloWorld.robot 29/67829/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 11 May 2019 08:21:01 +0000 (10:21 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 11 May 2019 08:28:32 +0000 (10:28 +0200)
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 <cedric.ollivier@orange.com>
(cherry picked from commit 74d0cd9b2c43a730c76ea3f03d0db8510a3be831)

docker/testcases.yaml
xtesting/ci/testcases.yaml
xtesting/samples/HelloWorld.robot [moved from xtesting/samples/HelloWorld.txt with 100% similarity]

index 6b787d2..f57e66a 100644 (file)
@@ -60,7 +60,7 @@ tiers:
                     name: 'robotframework'
                     args:
                         suites:
-                            - /usr/lib/python2.7/site-packages/xtesting/samples/HelloWorld.txt
+                            - /usr/lib/python2.7/site-packages/xtesting/samples/HelloWorld.robot
                         variable:
                             - 'var01:foo'
                             - 'var02:bar'
index 8113718..a5627d7 100644 (file)
@@ -61,7 +61,7 @@ tiers:
                     name: 'robotframework'
                     args:
                         suites:
-                            - /usr/lib/python2.7/site-packages/xtesting/samples/HelloWorld.txt
+                            - /usr/lib/python2.7/site-packages/xtesting/samples/HelloWorld.robot
                         variable:
                             - 'var01:foo'
                             - 'var02:bar'