re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-07-10 13:31:48 +02:00
parent 7035f18cdd
commit 8f391ae8aa
6 changed files with 58 additions and 2 deletions

29
.gitignore vendored
View File

@ -1,2 +1,29 @@
/stratisd-2.4.2-vendor.tar.gz
/stratisd-0.1.4.tar.gz
/stratisd-0.1.5.tar.gz
/stratisd-0.5.0.tar.gz
/stratisd-0.5.1.tar.gz
/stratisd-0.5.2.tar.gz
/stratisd-0.5.2-vendor.tar.xz
/stratisd-0.5.4.tar.gz
/stratisd-0.5.4-vendor.tar.xz
/stratisd-0.5.5.tar.gz
/stratisd-0.5.5-vendor.tar.xz
/stratisd-1.0.0.tar.gz
/stratisd-1.0.0-vendor.tar.xz
/stratisd-1.0.1.tar.gz
/stratisd-1.0.2.tar.gz
/stratisd-1.0.2-vendor.tar.xz
/stratisd-1.0.3.tar.gz
/stratisd-1.0.3-vendor.tar.xz
/stratisd-1.0.4.tar.gz
/stratisd-1.0.4-vendor.tar.xz
/stratisd-2.0.0.tar.gz
/stratisd-2.0.0-vendor.tar.xz
/stratisd-2.1.0.tar.gz
/stratisd-2.1.0-vendor.tar.xz
/stratisd-2.3.0.tar.gz
/stratisd-2.3.0-vendor.tar.xz
/stratisd-2.4.0.tar.gz
/stratisd-2.4.0-vendor.tar.gz
/stratisd-2.4.2.tar.gz
/stratisd-2.4.2-vendor.tar.gz

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# stratisd
The stratisd package

View File

@ -1,2 +1,2 @@
SHA512 (stratisd-2.4.2-vendor.tar.gz) = efe8d28db7b39550048ae42242467deba9cb5ee113cf7dff2b576578b7444a60cc2e7fb4f3083c6d0659e003f1069c7bf61332ae7c921aaf88afea07a9b25344
SHA512 (stratisd-2.4.2.tar.gz) = fb6bdf343ce3a8eb2e18ea0bfc74c6032eca501987f261730ca353e4f91bbaaedaf9bd109063f70872cef0571a44f572dd2dd77ad751bb89f97ed00d7e7d501c
SHA512 (stratisd-2.4.2-vendor.tar.gz) = efe8d28db7b39550048ae42242467deba9cb5ee113cf7dff2b576578b7444a60cc2e7fb4f3083c6d0659e003f1069c7bf61332ae7c921aaf88afea07a9b25344

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: 10G
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 stratisd_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"