re-import sources as agreed with the maintainer
This commit is contained in:
parent
14635bfb9e
commit
47ccb18e47
12
.gitignore
vendored
12
.gitignore
vendored
@ -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
|
/stratis-cli-2.4.2.tar.gz
|
||||||
|
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: 4G
|
||||||
|
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 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"
|
Loading…
Reference in New Issue
Block a user