diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-05-11 10:21:01 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-05-11 10:28:32 +0200 |
commit | ad62290928a7c4b2851b2b3d575185d4337f0881 (patch) | |
tree | b75360b5f96e9e16fb2302b273ccae697a916d35 /xtesting/ci/testcases.yaml | |
parent | efe2d04eba574b11e2753edaad7d45b826173e9e (diff) |
Rename HelloWorld.txt to HelloWorld.robot
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)
Diffstat (limited to 'xtesting/ci/testcases.yaml')
-rw-r--r-- | xtesting/ci/testcases.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtesting/ci/testcases.yaml b/xtesting/ci/testcases.yaml index 81137180..a5627d7a 100644 --- a/xtesting/ci/testcases.yaml +++ b/xtesting/ci/testcases.yaml @@ -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' |