From 47ccb18e47a2ef79ff923b0795fb2011a7832bf3 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Mon, 10 Jul 2023 13:32:20 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 12 ++++++++++++ README.md | 3 +++ tests/.fmf/version | 1 + tests/provision.fmf | 9 +++++++++ tests/tests.yml | 16 ++++++++++++++++ 5 files changed, 41 insertions(+) create mode 100644 README.md create mode 100644 tests/.fmf/version create mode 100644 tests/provision.fmf create mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index 26b2a87..2b526b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,13 @@ +/stratis-cli-0.0.5.tar.gz +/stratis-cli-0.5.0.tar.gz +/stratis-cli-0.5.5.tar.gz +/stratis-cli-1.0.0.tar.gz +/stratis-cli-1.0.1.tar.gz +/stratis-cli-1.0.2.tar.gz +/stratis-cli-2.0.0.tar.gz +/stratis-cli-2.1.0.tar.gz +/stratis-cli-2.1.1.tar.gz +/stratis-cli-2.3.0.tar.gz +/stratis-cli-2.4.0.tar.gz +/stratis-cli-2.4.1.tar.gz /stratis-cli-2.4.2.tar.gz diff --git a/README.md b/README.md new file mode 100644 index 0000000..0ee00b8 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# stratis-cli + +The stratis-cli package \ No newline at end of file diff --git a/tests/.fmf/version b/tests/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/tests/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/tests/provision.fmf b/tests/provision.fmf new file mode 100644 index 0000000..77dbba3 --- /dev/null +++ b/tests/provision.fmf @@ -0,0 +1,9 @@ +--- + +standard-inventory-qcow2: + qemu: + m: 4G + drive: + - size: 10737418240 + - size: 10737418240 + - size: 10737418240 diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..e42f278 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,16 @@ +- hosts: localhost + roles: + - role: standard-test-basic # this is a standard test role, it takes care of the test environment, logging, archiving results.. + tags: + - classic + tests: + - simple: + dir: ./testing/ + run: python3 stratis_cli_cert.py -v --disk /dev/vdb --disk /dev/vdc --disk /dev/vdd + required_packages: + - util-linux + - python3-psutil + repositories: + - repo: "https://github.com/stratis-storage/testing.git" + dest: "testing" + version: "v2.4.0"