Skip to content

Commit

Permalink
Updating references to PulpQE repos
Browse files Browse the repository at this point in the history
fixes #5867
  • Loading branch information
David Davis authored and daviddavis committed Dec 19, 2019
1 parent c3156ec commit d383232
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .travis/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi
if [ "$TRAVIS_PULL_REQUEST" != "false" ] || [ -z "$TRAVIS_TAG" -a "$TRAVIS_BRANCH" != "master"]
then
export PULP_PR_NUMBER=$(echo $COMMIT_MSG | grep -oP 'Required\ PR:\ https\:\/\/github\.com\/pulp\/pulpcore\/pull\/(\d+)' | awk -F'/' '{print $7}')
export PULP_SMASH_PR_NUMBER=$(echo $COMMIT_MSG | grep -oP 'Required\ PR:\ https\:\/\/github\.com\/PulpQE\/pulp-smash\/pull\/(\d+)' | awk -F'/' '{print $7}')
export PULP_SMASH_PR_NUMBER=$(echo $COMMIT_MSG | grep -oP 'Required\ PR:\ https\:\/\/github\.com\/pulp\/pulp-smash\/pull\/(\d+)' | awk -F'/' '{print $7}')
export PULP_ROLES_PR_NUMBER=$(echo $COMMIT_MSG | grep -oP 'Required\ PR:\ https\:\/\/github\.com\/pulp\/ansible-pulp\/pull\/(\d+)' | awk -F'/' '{print $7}')
export PULP_BINDINGS_PR_NUMBER=$(echo $COMMIT_MSG | grep -oP 'Required\ PR:\ https\:\/\/github\.com\/pulp\/pulp-openapi-generator\/pull\/(\d+)' | awk -F'/' '{print $7}')
export PULP_OPERATOR_PR_NUMBER=$(echo $COMMIT_MSG | grep -oP 'Required\ PR:\ https\:\/\/github\.com\/pulp\/pulp-operator\/pull\/(\d+)' | awk -F'/' '{print $7}')
Expand Down Expand Up @@ -77,7 +77,7 @@ fi



git clone --depth=1 https://github.com/PulpQE/pulp-smash.git
git clone --depth=1 https://github.com/pulp/pulp-smash.git

if [ -n "$PULP_SMASH_PR_NUMBER" ]; then
cd pulp-smash
Expand Down
1 change: 1 addition & 0 deletions CHANGES/5867.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update refs to PulpQE repos
2 changes: 1 addition & 1 deletion docs/contributing/git.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ To do so, add a tag in the following format to the last commit in your series.

This will allow the PR against pulp to run against the Pull Requests for pulp-smash and pulp_file::

Required PR: https://github.com/PulpQE/pulp-smash/pull/1234
Required PR: https://github.com/pulp/pulp-smash/pull/1234
Required PR: https://github.com/pulp/pulp_file/pull/2345

This will allow the PR against a plugin to run against the Pull Request for pulpcore::
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/pull-request-walkthrough.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Checklist
#. Add :ref:`unit tests<tests>` where appropriate.
#. Update relevent :doc:`documentation`. Please build the docs to test!
#. If your change would benefit from integration testing, write a `pulp smash issue
<https://github.com/PulpQE/pulp-smash/issues/new>`_.
<https://github.com/pulp/pulp-smash/issues/new>`_.
#. Add a :ref:`changelog update <changelog-update>`.
#. :ref:`Rebase and squash<rebase>` to a single commit, if appropriate.
#. Write an excellent :ref:`commit-message`. Make sure you reference and link to the issue.
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/tests.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. _istqb: https://www.istqb.org/downloads/syllabi/foundation-level-syllabus.html
.. _Pulp Smash: https://github.com/PulpQE/pulp-smash/
.. _Pulp Smash: https://github.com/pulp/pulp-smash/

.. _tests:

Expand Down
2 changes: 1 addition & 1 deletion functest_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Functional test requirements
git+https://github.com/PulpQE/pulp-smash.git#egg=pulp-smash
git+https://github.com/pulp/pulp-smash.git#egg=pulp-smash
2 changes: 1 addition & 1 deletion pulpcore/tests/functional/api/test_api_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ApiDocsTestCase(unittest.TestCase):
This test targets the following issue:
* `Pulp Smash #893 <https://github.com/PulpQE/pulp-smash/issues/893>`_
* `Pulp Smash #893 <https://github.com/pulp/pulp-smash/issues/893>`_
"""

def setUp(self):
Expand Down
4 changes: 2 additions & 2 deletions pulpcore/tests/functional/api/test_crd_artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ArtifactTestCase(unittest.TestCase):
This test targets the following issues:
* `Pulp #2843 <https://pulp.plan.io/issues/2843>`_
* `Pulp Smash #726 <https://github.com/PulpQE/pulp-smash/issues/726>`_
* `Pulp Smash #726 <https://github.com/pulp/pulp-smash/issues/726>`_
"""

@classmethod
Expand Down Expand Up @@ -137,7 +137,7 @@ class ArtifactsDeleteFileSystemTestCase(unittest.TestCase):
This test targets the following issues:
* `Pulp #3508 <https://pulp.plan.io/issues/3508>`_
* `Pulp Smash #908 <https://github.com/PulpQE/pulp-smash/issues/908>`_
* `Pulp Smash #908 <https://github.com/pulp/pulp-smash/issues/908>`_
"""

def test_all(self):
Expand Down
2 changes: 1 addition & 1 deletion pulpcore/tests/functional/api/test_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class StatusTestCase(unittest.TestCase):
* `Pulp #2804 <https://pulp.plan.io/issues/2804>`_
* `Pulp #2867 <https://pulp.plan.io/issues/2867>`_
* `Pulp #3544 <https://pulp.plan.io/issues/3544>`_
* `Pulp Smash #755 <https://github.com/PulpQE/pulp-smash/issues/755>`_
* `Pulp Smash #755 <https://github.com/pulp/pulp-smash/issues/755>`_
"""

def setUp(self):
Expand Down
2 changes: 1 addition & 1 deletion pulpcore/tests/functional/api/test_workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class WorkersTestCase(unittest.TestCase):
This test targets the following issues:
* `Pulp #3143 <https://pulp.plan.io/issues/3143>`_
* `Pulp Smash #945 <https://github.com/PulpQE/pulp-smash/issues/945>`_
* `Pulp Smash #945 <https://github.com/pulp/pulp-smash/issues/945>`_
"""

@classmethod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def test_06_publication_create_order(self):
This test targets the following issues:
* `Pulp Smash #954 <https://github.com/PulpQE/pulp-smash/issues/954>`_
* `Pulp Smash #954 <https://github.com/pulp/pulp-smash/issues/954>`_
* `Pulp #3576 <https://pulp.plan.io/issues/3576>`_
"""
# Create more 2 publications for the same repo
Expand Down
4 changes: 2 additions & 2 deletions pulpcore/tests/functional/api/using_plugin/test_crud_repos.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ def test_01_create_repo(self):
def test_02_create_same_name(self):
"""Try to create a second repository with an identical name.
* `Pulp Smash #882 <https://github.com/PulpQE/pulp-smash/issues/882>`_.
* `Pulp Smash #882 <https://github.com/pulp/pulp-smash/issues/882>`_.
* `Pulp Smash #1055
<https://github.com/PulpQE/pulp-smash/issues/1055>`_.
<https://github.com/pulp/pulp-smash/issues/1055>`_.
"""
self.client.response_handler = api.echo_handler
response = self.client.post(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ class DistributionBasePathTestCase(unittest.TestCase):
* `Pulp #2987 <https://pulp.plan.io/issues/2987>`_
* `Pulp #3412 <https://pulp.plan.io/issues/3412>`_
* `Pulp #4882 <https://pulp.plan.io/issues/4882>`_
* `Pulp Smash #906 <https://github.com/PulpQE/pulp-smash/issues/906>`_
* `Pulp Smash #956 <https://github.com/PulpQE/pulp-smash/issues/956>`_
* `Pulp Smash #906 <https://github.com/pulp/pulp-smash/issues/906>`_
* `Pulp Smash #956 <https://github.com/pulp/pulp-smash/issues/956>`_
"""

@classmethod
Expand Down
2 changes: 1 addition & 1 deletion pulpcore/tests/functional/api/using_plugin/test_orphans.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class DeleteOrphansTestCase(unittest.TestCase):
This test targets the following issues:
* `Pulp #3442 <https://pulp.plan.io/issues/3442>`_
* `Pulp Smash #914 <https://github.com/PulpQE/pulp-smash/issues/914>`_
* `Pulp Smash #914 <https://github.com/pulp/pulp-smash/issues/914>`_
"""

@classmethod
Expand Down
10 changes: 5 additions & 5 deletions pulpcore/tests/functional/api/using_plugin/test_repo_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class AddRemoveContentTestCase(unittest.TestCase):
* `Pulp #3059 <https://pulp.plan.io/issues/3059>`_
* `Pulp #3234 <https://pulp.plan.io/issues/3234>`_
* `Pulp Smash #878 <https://github.com/PulpQE/pulp-smash/issues/878>`_
* `Pulp Smash #878 <https://github.com/pulp/pulp-smash/issues/878>`_
"""

@classmethod
Expand Down Expand Up @@ -286,7 +286,7 @@ class AddRemoveRepoVersionTestCase(unittest.TestCase):
This test targets the following issues:
* `Pulp #3219 <https://pulp.plan.io/issues/3219>`_
* `Pulp Smash #871 <https://github.com/PulpQE/pulp-smash/issues/871>`_
* `Pulp Smash #871 <https://github.com/pulp/pulp-smash/issues/871>`_
"""

# `cls.content[i]` is a dict.
Expand Down Expand Up @@ -382,7 +382,7 @@ class ContentImmutableRepoVersionTestCase(unittest.TestCase):
This test targets the following issue:
* `Pulp Smash #953 <https://github.com/PulpQE/pulp-smash/issues/953>`_
* `Pulp Smash #953 <https://github.com/pulp/pulp-smash/issues/953>`_
"""

def test_all(self):
Expand Down Expand Up @@ -423,7 +423,7 @@ class FilterRepoVersionTestCase(unittest.TestCase):
* `Pulp #3536 <https://pulp.plan.io/issues/3536>`_
* `Pulp #3557 <https://pulp.plan.io/issues/3557>`_
* `Pulp #3558 <https://pulp.plan.io/issues/3558>`_
* `Pulp Smash #880 <https://github.com/PulpQE/pulp-smash/issues/880>`_
* `Pulp Smash #880 <https://github.com/pulp/pulp-smash/issues/880>`_
"""

@classmethod
Expand Down Expand Up @@ -554,7 +554,7 @@ class CreatedResourcesTaskTestCase(unittest.TestCase):
This test targets the following issue:
`Pulp Smash #876 <https://github.com/PulpQE/pulp-smash/issues/876>`_.
`Pulp Smash #876 <https://github.com/pulp/pulp-smash/issues/876>`_.
"""

def test_all(self):
Expand Down
4 changes: 2 additions & 2 deletions pulpcore/tests/functional/api/using_plugin/test_tasking.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class MultiResourceLockingTestCase(unittest.TestCase):
This test targets the following issues:
* `Pulp #3186 <https://pulp.plan.io/issues/3186>`_
* `Pulp Smash #879 <https://github.com/PulpQE/pulp-smash/issues/879>`_
* `Pulp Smash #879 <https://github.com/pulp/pulp-smash/issues/879>`_
"""

def test_all(self):
Expand Down Expand Up @@ -69,7 +69,7 @@ class CancelTaskTestCase(unittest.TestCase):
* `Pulp #3527 <https://pulp.plan.io/issues/3527>`_
* `Pulp #3634 <https://pulp.plan.io/issues/3634>`_
* `Pulp Smash #976 <https://github.com/PulpQE/pulp-smash/issues/976>`_
* `Pulp Smash #976 <https://github.com/pulp/pulp-smash/issues/976>`_
"""

@classmethod
Expand Down
2 changes: 1 addition & 1 deletion pulpcore/tests/functional/api/using_plugin/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class TasksTestCase(unittest.TestCase):
* `Pulp #3144 <https://pulp.plan.io/issues/3144>`_
* `Pulp #3527 <https://pulp.plan.io/issues/3527>`_
* `Pulp Smash #754 <https://github.com/PulpQE/pulp-smash/issues/754>`_
* `Pulp Smash #754 <https://github.com/pulp/pulp-smash/issues/754>`_
"""

@classmethod
Expand Down

0 comments on commit d383232

Please sign in to comment.