From 4303dd8868013022056856af9636f982b2723943 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Feb 12 2020 09:59:57 +0000 Subject: Drop tests They do not work for quite long time. Signed-off-by: Igor Raits --- diff --git a/tests/.fmf/version b/tests/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/tests/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/tests/provision.fmf b/tests/provision.fmf deleted file mode 100644 index e860f10..0000000 --- a/tests/provision.fmf +++ /dev/null @@ -1,6 +0,0 @@ ---- -standard-inventory-qcow2: - qemu: - # `cargo test` usually eats more than 1G. - m: 4G - diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index f8ab7e7..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -- 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-erased-serde -