Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 4b574700 authored by Digital Factory's avatar Digital Factory
Browse files

NTT Digital factory version v0.4.5 export

parent f98ed931
No related branches found
No related tags found
1 merge request!1Ntt
Pipeline #53613 failed
# RPS Plugin for Netbox
A Netbox plugin for RPS mapping management
![](docs/Screenshot 2023-05-14 at 11.38.51.png)
## Quickstart
```shell
......@@ -7,3 +10,6 @@ $ terraform apply -var="deploy_service=true"
```
And browse [http://localhost:8000](http://localhost:8000).
## Tests
see [tests directory](./tests/README.md)
# Testing the library
## Demo
```
TODO
```
## End to end
Deploy a full stack
```shell
$ terraform init
$ terraform apply -var="deploy_service=true"
```
wait `netbox` container to be ready (run `docker logs -f netbox` to watch the logs)
and prepare a python environment to execute the E2E tests suite
```shell
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r tests/requirements.e2e.txt
$ python -m unittest discover tests/e2e
```
requests==2.30.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment