re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-07-10 13:32:20 +02:00
parent 14635bfb9e
commit 47ccb18e47
5 changed files with 41 additions and 0 deletions

12
.gitignore vendored
View File

@ -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

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# stratis-cli
The stratis-cli package

1
tests/.fmf/version Normal file
View File

@ -0,0 +1 @@
1

9
tests/provision.fmf Normal file
View File

@ -0,0 +1,9 @@
---
standard-inventory-qcow2:
qemu:
m: 4G
drive:
- size: 10737418240
- size: 10737418240
- size: 10737418240

16
tests/tests.yml Normal file
View File

@ -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"