Skip to content

Commit

Permalink
Add puppet tests for syncing and publishing with puppet_distributor with
Browse files Browse the repository at this point in the history
requested changes.
  • Loading branch information
Peter Lacko committed Dec 3, 2015
1 parent 5e14a0e commit 1f20e0d
Show file tree
Hide file tree
Showing 6 changed files with 680 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/api/pulp_smash.tests.puppet.api_v2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
`pulp_smash.tests.puppet.api_v2`
=============================

Location: :doc:`/index` → :doc:`/api` → :doc:`/api/pulp_smash.tests.puppet.api_v2`

.. automodule:: pulp_smash.tests.puppet.api_v2
7 changes: 7 additions & 0 deletions docs/api/pulp_smash.tests.puppet.api_v2.test_sunc_publish.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
`pulp_smash.tests.puppet.api_v2.test_sync_publish`
===============================================

Location: :doc:`/index` → :doc:`/api` →
:doc:`/api/pulp_smash.tests.puppet.api_v2.test_sync_publish`

.. automodule:: pulp_smash.tests.puppet.api_v2.test_sync_publish
6 changes: 6 additions & 0 deletions docs/api/pulp_smash.tests.puppet.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
`pulp_smash.tests.puppet`
======================

Location: :doc:`/index` → :doc:`/api` → :doc:`/api/pulp_smash.tests.puppet`

.. automodule:: pulp_smash.tests.puppet
3 changes: 3 additions & 0 deletions pulp_smash/tests/puppet/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# coding=utf-8
"""Functional tests for Pulp's Puppet plugin."""
from __future__ import unicode_literals
3 changes: 3 additions & 0 deletions pulp_smash/tests/puppet/api_v2/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# coding=utf-8
"""Tests that communicate with the server via the v2 API."""
from __future__ import unicode_literals
Loading

0 comments on commit 1f20e0d

Please sign in to comment.