Custom EDGW Test Pipeline

The test repository in Bitbucket stores all required scripts and Kubernetes deployment YAML files required to test the custom EDGW deployment. The sample repository is available for project teams to use as a reference. It has the following structure:

pipeline-test-gateway-edgw % tree
.
├── Jenkinsfile
├── resources
│   ├── deployment
│   │   ├── diameter-loadgen.yaml
│   │   └── karate-chrome.yaml
│   ├── helm
│   │   └── seagull
│   │       ├── Chart.yaml
│   │       ├── templates
│   │       │   ├── _helpers.tpl
│   │       │   ├── configmap.yaml
│   │       │   └── job.yaml
│   │       └── values.yaml
│   ├── provision
│   │   └── rsgw_create_subscription_and_device.json
│   └── sg_test
│       ├── conf.xml
│       ├── dico.xml
│       ├── init_seagull.sh
│       └── scen.xml
├── run_provision.sh
├── run_sgload.sh