Commit 6fe73b01 authored by Manar Zaboub's avatar Manar Zaboub
Browse files

Tests: Add Open5GCore test constants

parent 08c9bea4
Loading
Loading
Loading
Loading
+7 −9
Original line number Diff line number Diff line
@@ -18,15 +18,13 @@ NETWORK_TEST_CASES = [
            "scs_as_id": "scs2",
        }
    },
    # TODO: Once the functionality from QoD, Location-retrieval and
    # traffic influnce is validated, tests can be carried out for Open5GCore
    # {
    #     "network": {
    #         "client_name": "open5gcore",
    #         "base_url": "http://test-open5gcore.url",
    #         "scs_as_id": "scs3",
    #     }
    # },
    {
        "network": {
            "client_name": "open5gcore",
            "base_url": "http://test-open5gcore.url",
            "scs_as_id": "scs3",
        }
    },
]


+7 −0
Original line number Diff line number Diff line
@@ -14,4 +14,11 @@ test_cases = [
            "scs_as_id": "scs",
        }
    },
    {
        "network": {
            "client_name": "open5gcore",
            "base_url": "http://192.168.11.80:8080",
            "scs_as_id": "0001",
        }
    }
]