re-import sources as agreed with the maintainer
This commit is contained in:
parent
7035f18cdd
commit
8f391ae8aa
29
.gitignore
vendored
29
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -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
1
tests/.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
9
tests/provision.fmf
Normal file
9
tests/provision.fmf
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
standard-inventory-qcow2:
|
||||
qemu:
|
||||
m: 10G
|
||||
drive:
|
||||
- size: 10737418240
|
||||
- size: 10737418240
|
||||
- size: 10737418240
|
16
tests/tests.yml
Normal file
16
tests/tests.yml
Normal 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"
|
Loading…
Reference in New Issue
Block a user