aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 6b787d27..f57e66a4 100644
--- a/docker/testcases.yaml
+++ b/docker/testcases.yaml
@@ -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'
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'
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