Unverified Commit 894eb0f9 authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

Merge pull request #341 from dilallkx/kd_sp51_fix_test

Demo Scenario fixes
parents 7f571ad1 afa8cf3e
Loading
Loading
Loading
Loading
+23 −24
Original line number Diff line number Diff line
@@ -153,6 +153,29 @@ default:
# #------------------------------------------------------------------------------
# services:
#   #------------------------------
#   #  AMSI Service (Sbox)
#   #------------------------------
#   - name: 'meep-ams'
#     path: '/amsi/v1'
#     sbox: true
#     default:
#       mode: 'allow'
#     fileservers:
#       - name: 'Api'
#         path: '/api'
#         mode: 'allow'
#       - name: 'UserApi'
#         path: '/user-api'
#         mode: 'allow'
#       - name: 'Websocket'
#         path: '/ws'
#         mode: 'allow'
#     endpoints:
#       - name: 'Index'
#         path: '/'
#         method: 'GET'
#         mode: 'block'
#   #------------------------------
#   #  MEC Application Support (Sbox)
#   #------------------------------
#   - name: 'meep-app-enablement'
@@ -797,27 +820,3 @@ default:
#         path: '/'
#         method: 'GET'
#         mode: 'block'
#   #------------------------------
#   #  AMSI Service (Sbox)
#   #------------------------------
#   - name: 'meep-ams'
#     path: '/amsi/v1'
#     sbox: true
#     default:
#       mode: 'allow'
#     fileservers:
#       - name: 'Api'
#         path: '/api'
#         mode: 'allow'
#       - name: 'UserApi'
#         path: '/user-api'
#         mode: 'allow'
#       - name: 'Websocket'
#         path: '/ws'
#         mode: 'allow'
#     endpoints:
#       - name: 'Index'
#         path: '/'
#         method: 'GET'
#         mode: 'block'
+2 −2
Original line number Diff line number Diff line
@@ -530,14 +530,14 @@ deployment:
                                            name: ue1-iperf
                                            type: UE-APP
                                            image: 'meep-docker-registry:30001/iperf-client'
                                            commandArguments: '-c, export; iperf -u -c $IPERF_SERVICE_HOST -p $IPERF_SERVICE_PORT -t 3600 -b 50M;'
                                            commandArguments: '-c, export; sleep 5; iperf -u -c $IPERF_SERVICE_HOST -p $IPERF_SERVICE_PORT -t 3600 -b 50M;'
                                            commandExe: /bin/bash
                                            netChar:
                                                latencyDistribution: Normal
                                                throughputDl: 1000
                                                throughputUl: 1000
                                                latency: null
                                                latencyVariation: null
                                                latencyDistribution: null
                                                throughput: null
                                                packetLoss: null
                                            isExternal: null
+2 −2
Original line number Diff line number Diff line
@@ -502,14 +502,14 @@ deployment:
                                            name: ue1-iperf
                                            type: UE-APP
                                            image: 'meep-docker-registry:30001/iperf-client'
                                            commandArguments: '-c, export; iperf -u -c $IPERF_SERVICE_HOST -p $IPERF_SERVICE_PORT -t 3600 -b 50M;'
                                            commandArguments: '-c, export; sleep 5; iperf -u -c $IPERF_SERVICE_HOST -p $IPERF_SERVICE_PORT -t 3600 -b 50M;'
                                            commandExe: /bin/bash
                                            netChar:
                                                latencyDistribution: Normal
                                                throughputDl: 1000
                                                throughputUl: 1000
                                                latency: null
                                                latencyVariation: null
                                                latencyDistribution: null
                                                throughput: null
                                                packetLoss: null
                                            isExternal: null