summaryrefslogtreecommitdiff
blob: c093ba108334cab85cb8d34fd47fdbc62e65547e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		With Testinfra you can write unit tests in Python to test actual state of your servers
		configured by management tools like Salt, Ansible, Puppet, Chef and so on.

		Testinfra aims to be a Serverspec equivalent in Python.
	</longdescription>
	<maintainer type="person">
		<email>marecki@gentoo.org</email>
		<name>Marek Szuba</name>
	</maintainer>
	<stabilize-allarches/>
	<upstream>
		<remote-id type="github">pytest-dev/pytest-testinfra</remote-id>
		<remote-id type="pypi">pytest-testinfra</remote-id>
	</upstream>
</pkgmetadata>