Skip to content

Commit

Permalink
squash. code comment swizzling
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Apr 3, 2024
1 parent 2871ab1 commit 2643134
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions scripts/irods/test/test_federation.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@
SessionsMixin = session.make_sessions_mixin(
test.settings.FEDERATION.RODSADMIN_NAME_PASSWORD_LIST, test.settings.FEDERATION.RODSUSER_NAME_PASSWORD_LIST)

# This test script expects tempZone to contain the following users:
#
# - rods#tempZone
# - zonehopper#tempZone
# - zonehopper#otherZone
#
# otherZone must contain the following user:
#
# - rods#otherZone
#
# The test script must be launched from a server in otherZone. That means tempZone
# is identified as the remote federated zone.

class Test_ICommands(SessionsMixin, unittest.TestCase):

Expand Down Expand Up @@ -2386,8 +2398,8 @@ class Test_GenQuery2_IQuery(SessionsMixin, unittest.TestCase):
# This test suite expects tempZone to contain the following users:
#
# - rods#tempZone
# - zonehopper#tempZone (created by the irods_testing_environment)
# - zonehopper#otherZone (created by the irods_testing_environment)
# - zonehopper#tempZone
# - zonehopper#otherZone
#
# otherZone must contain the following users:
#
Expand Down

0 comments on commit 2643134

Please sign in to comment.