Skip to content

Commit

Permalink
Add GRNET metadata to the interoperability-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jul 14, 2023
1 parent cae2604 commit fee2efa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/interoperability.yml
Expand Up @@ -80,6 +80,7 @@ jobs:
mkdir -p /tmp/metadata
wget https://mds.edugain.org/edugain-v2.xml -O /tmp/metadata/edugain.xml
wget https://technical.edugain.org/mds-v2.cer -O /tmp/metadataedugain-pub.crt
wget https://md.aai.grnet.gr/aggregates/grnet-metadata.xml -i /tmp/metadata/grnet.xml
- name: Run unit tests
run: |
Expand Down
4 changes: 4 additions & 0 deletions tests/InterOperability/EntitiesDescriptorTest.php
Expand Up @@ -47,6 +47,10 @@ public static function provideMetadata(): array
true,
DOMDocumentFactory::fromFile('/tmp/metadata/edugain.xml')->documentElement,
],
'GRNET' => [
true,
DOMDocumentFactory::fromFile('/tmp/metadata/grnet.xml')->documentElement,
],
];
}
}

0 comments on commit fee2efa

Please sign in to comment.