aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-05-11 10:21:01 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-05-11 10:23:16 +0200
commit74d0cd9b2c43a730c76ea3f03d0db8510a3be831 (patch)
treeedda34b726d40026195adeecb5211a7b6a55f6c8
parent6f8aa2785e0239dbed22fcb4d093a5bc110bcc3c (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>
-rw-r--r--docker/testcases.yaml2
-rw-r--r--xtesting/ci/testcases.yaml2
-rw-r--r--xtesting/samples/HelloWorld.robot (renamed from xtesting/samples/HelloWorld.txt)0
3 files changed, 2 insertions, 2 deletions
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'
diff --git a/xtesting/ci/testcases.yaml b/xtesting/ci/testcases.yaml
index b32a45f6..d3df1efb 100644
--- a/xtesting/ci/testcases.yaml
+++ b/xtesting/ci/testcases.yaml
@@ -61,7 +61,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'
diff --git a/xtesting/samples/HelloWorld.txt b/xtesting/samples/HelloWorld.robot
index 721c452b..721c452b 100644
--- a/xtesting/samples/HelloWorld.txt
+++ b/xtesting/samples/HelloWorld.robot