IDS Testbed is a setup with Open Source IDS components which can be used to verify that a component:
- implements the IDS specifications for establishing connections and communication.
- and, thus, can work interoperable with all IDS components in the testbed setup.
- Component behaviour testing
- Interoperability testing against IDS components (Connector, DAPS, CA, Metadata Broker)
- Preparation for IDS certification
- Starting point for creation of data spaces
🔽 If you would like to use it only for testing purposes, you can continue following the steps below.
-
Git clone this repository to your local machine and go into the directory (usually
cd IDS-testbed
) -
Make sure you have correctly installed all the setting up requirements. Run
docker compose up -d
to start the Testbed and deploy all the components. -
Run the Postman collection to start the tests. There is a guide with the installation and use of Postman which is located here. Current available components for testing are: CA, DAPS, Dataspace connector, Metadata Broker.
-
Test the compatibility of your own developed component following the steps of the Testbed User Guide.
-
Download the Test Suite and follow the instructions to conduct automated tests for your own developed connector
Minimal setup with essential and already available components
Used versions of the IDS-testbed components:
- Certificate Authority (CA)
- Dynamic Attribute Provisioning Service (DAPS) v1.6.0
- Dataspace Connector (DSC) v7.1.0
- MetadataBroker (MDB) v5.0.0
Minimum viable data space with all essential components and first test cases
Integration of all intended components into the setup
On the long run, the testbed should be equipped with a test suite and testing components replacing the open source reference implementations of the components.