Add first work package for REST API implementation
[anna.git] / example / diameter / launcher / resources / rest_api / ct / snapshots / show-oam_test.py
1 import pytest
2
3
4 def test_001_show_oam_from_adml(admlc):
5
6   # Send GET
7   response = admlc.get("/show-oam")
8
9   # Verify response is ok (omit response content because it is informative and have dynamic data (timing)):
10   assert response["status"] == 200
11   assert response["body"]["success"] == "true"