Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ae240623df449078e966c3d4898fdc4177b5cc02)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ae240623df449078e966c3d4898fdc4177b5cc02)
  • Date: Wed, 22 Feb 2017 16:35:18 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/testinfra/DEPENDS | 11 +++++++++++
python-pypi/testinfra/DETAILS | 20 ++++++++++++++++++++
python-pypi/testinfra/HISTORY | 2 ++
4 files changed, 37 insertions(+)

New commits:
commit ae240623df449078e966c3d4898fdc4177b5cc02
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

testinfra: new spell, infrastructure testing framework in Python

diff --git a/ChangeLog b/ChangeLog
index 1abcf26..0877e73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-02-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/testinfra: new spell, infrastructure testing framework
in
+ Python
+
2017-02-22 Treeve Jelbert <treeve AT sourcemage.org>
* freedesktop.gpg: add E0E67611 Bryce Harrington
<bryce.harrington AT ubuntu.com>

diff --git a/python-pypi/testinfra/DEPENDS b/python-pypi/testinfra/DEPENDS
new file mode 100755
index 0000000..6def3d5
--- /dev/null
+++ b/python-pypi/testinfra/DEPENDS
@@ -0,0 +1,11 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS" &&
+
+depends python-pbr &&
+depends pytest &&
+depends six &&
+
+# Connection backends
+suggest_depends paramiko "" "" "for paramiko connection backend support" &&
+suggest_depends openssh "" "" "for ssh connection backend support" &&
+suggest_depends dockerio "" "" "for Docker connection backend support" &&
+suggest_depends ansible "" "" "for Ansible connection backend support"
diff --git a/python-pypi/testinfra/DETAILS b/python-pypi/testinfra/DETAILS
new file mode 100755
index 0000000..f7c90e4
--- /dev/null
+++ b/python-pypi/testinfra/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=testinfra
+ VERSION=1.5.3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.io/packages/source/t/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:0fd056580629082cfcfd190a219075246edbe93e3112d5d068c3821658d79033a976aa18b7ae18d2ab1dce1d6d6191cfe333c12a7843666098363cc1ca7b52dd
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOC_DIRS=""
+ WEB_SITE=https://testinfra.readthedocs.io/
+ LICENSE[0]=APACHE
+ ENTERED=20170222
+ KEYWORDS=""
+ SHORT="infrastructure testing framework in Python"
+cat << EOF
+With Testinfra you can write unit tests in Python to test actual state of
your
+servers configured by managements tools like Salt, Ansible, Puppet, Chef and
so
+on.
+
+Testinfra aims to be a Serverspec equivalent in python and is written as a
+plugin to the powerful Pytest test engine.
+EOF
diff --git a/python-pypi/testinfra/HISTORY b/python-pypi/testinfra/HISTORY
new file mode 100644
index 0000000..1b8d232
--- /dev/null
+++ b/python-pypi/testinfra/HISTORY
@@ -0,0 +1,2 @@
+2017-02-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: created spell, version 1.5.3



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ae240623df449078e966c3d4898fdc4177b5cc02), Vlad Glagolev, 02/22/2017

Archive powered by MHonArc 2.6.24.

Top of Page