From 7d70630fc58c2daebb00268862226aad389af8b6 Mon Sep 17 00:00:00 2001 From: Vitezslav Humpa Date: Sep 13 2019 09:19:35 +0000 Subject: [PATCH 1/2] Add 'tests.yml' to try whether our osci code will work in real osci (gnome-calculator used to tryout) --- diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..78c8d53 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,13 @@ +# Tests for NetworkManager +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + repositories: + - repo: "https://gitlab.com/dogtail/osci" + dest: "osci" + tests: + - desktop-tests: + dir: osci + run: ./osci_runner.sh gnome-calculator From b541c50caa929ed73df26ecbb28d739d081276aa Mon Sep 17 00:00:00 2001 From: Vitezslav Humpa Date: Sep 16 2019 14:52:43 +0000 Subject: [PATCH 2/2] Change test subject to file-roller --- diff --git a/tests/tests.yml b/tests/tests.yml index 78c8d53..dbc1aa3 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -10,4 +10,4 @@ tests: - desktop-tests: dir: osci - run: ./osci_runner.sh gnome-calculator + run: ./osci_runner.sh file-roller