Commit e101a9ce authored by giuliocarot0's avatar giuliocarot0
Browse files

add oai to test cases

parent 94cb15f3
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
# -*- coding: utf-8 -*-
test_cases = [
    {
        "network": {
            "client_name": "oai",
            "base_url": "http://localhost/",
            "scs_as_id": "scs",
        }
    },
    {
        "network": {
            "client_name": "open5gs",
            "base_url": "http://192.168.124.233:8082/",
            "scs_as_id": "scs",
        }
    }
    },
]