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 --- xtesting/samples/HelloWorld.robot | 3 +++ xtesting/samples/HelloWorld.txt | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 xtesting/samples/HelloWorld.robot delete mode 100644 xtesting/samples/HelloWorld.txt (limited to 'xtesting/samples') diff --git a/xtesting/samples/HelloWorld.robot b/xtesting/samples/HelloWorld.robot new file mode 100644 index 00000000..721c452b --- /dev/null +++ b/xtesting/samples/HelloWorld.robot @@ -0,0 +1,3 @@ +*** Test Cases *** +HelloWorld + Log ${var01} ${var02} diff --git a/xtesting/samples/HelloWorld.txt b/xtesting/samples/HelloWorld.txt deleted file mode 100644 index 721c452b..00000000 --- a/xtesting/samples/HelloWorld.txt +++ /dev/null @@ -1,3 +0,0 @@ -*** Test Cases *** -HelloWorld - Log ${var01} ${var02} -- cgit 1.2.3-korg