Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Include some locations when doing cross-pod tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrusdaboo committed Nov 29, 2016
1 parent d387356 commit 8bdd039
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion conf/auth/resources-test-pod.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,35 @@ limitations under the License.

<!DOCTYPE accounts SYSTEM "accounts.dtd">

<directory realm="Test Realm" />
<directory realm="Test Realm">
<record type="location">
<uid>30000000-0000-0000-0000-000000000001</uid>
<guid>30000000-0000-0000-0000-000000000001</guid>
<short-name>location01</short-name>
<full-name>Location 01</full-name>
</record>
<record type="location">
<uid>30000000-0000-0000-0000-000000000002</uid>
<guid>30000000-0000-0000-0000-000000000002</guid>
<short-name>location02</short-name>
<full-name>Location 02</full-name>
</record>
<record type="location">
<uid>30000000-0000-0000-0000-000000000003</uid>
<guid>30000000-0000-0000-0000-000000000003</guid>
<short-name>location03</short-name>
<full-name>Location 03</full-name>
</record>
<record type="location">
<uid>30000000-0000-0000-0000-000000000004</uid>
<guid>30000000-0000-0000-0000-000000000004</guid>
<short-name>location04</short-name>
<full-name>Location 04</full-name>
</record>
<record type="location">
<uid>30000000-0000-0000-0000-000000000005</uid>
<guid>30000000-0000-0000-0000-000000000005</guid>
<short-name>location05</short-name>
<full-name>Location 05</full-name>
</record>
</directory>

0 comments on commit 8bdd039

Please sign in to comment.