From 390c6a320a74dbec88689cad65c546295b5ef20f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 13 Dec 2019 18:37:01 +0100 Subject: [PATCH] Update tests Signed-off-by: Igor Gnatenko --- rust-tui.spec | 13 ++++++------- tests/provision.fmf | 8 ++++---- tests/tests.yml | 24 ++++++++++++------------ 3 files changed, 22 insertions(+), 23 deletions(-) diff --git a/rust-tui.spec b/rust-tui.spec index fdcc65c..fac60a2 100644 --- a/rust-tui.spec +++ b/rust-tui.spec @@ -1,17 +1,13 @@ -# Generated by rust2rpm 10 - -### test result: FAILED. 17 passed; 2 failed; 1 ignored; 0 measured; 0 filtered out -### Probably because of 'rust-stderrlog' package -### * new 0.7.0 versions requires many new updated crates +# Generated by rust2rpm 11 +# * stderrlog is not packaged, and structopt 0.3 is not yet built %bcond_with check - %global debug_package %{nil} %global crate tui Name: rust-%{crate} Version: 0.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library to build rich terminal user interfaces or dashboards # Upstream license specification: MIT @@ -148,6 +144,9 @@ which use "termion" feature of "%{crate}" crate. %endif %changelog +* Fri Dec 13 18:35:05 CET 2019 Igor Gnatenko - 0.7.0-2 +- Update tests + * Wed Dec 11 2019 Artem Polishchuk - 0.7.0-1 - Update to 0.7.0 diff --git a/tests/provision.fmf b/tests/provision.fmf index f538bc3..503a97c 100644 --- a/tests/provision.fmf +++ b/tests/provision.fmf @@ -1,5 +1,5 @@ ---- -standard-inventory-qcow2: - qemu: - # `cargo test` usually eats more than 1G. +--- +standard-inventory-qcow2: + qemu: + # `cargo test` usually eats more than 1G. m: 4G diff --git a/tests/tests.yml b/tests/tests.yml index 5f8834b..88ef443 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -1,13 +1,13 @@ ---- -- hosts: localhost - roles: - - role: standard-test-basic - tags: - - classic - repositories: - - repo: "https://src.fedoraproject.org/tests/rust.git" - dest: rust - tests: - - rust/cargo-test - environment: +--- +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + repositories: + - repo: "https://src.fedoraproject.org/tests/rust.git" + dest: rust + tests: + - rust/cargo-test + environment: pkg: rust-tui