Merge "Improve the dockerized auto test"
[nonrtric.git] / policy-agent / src / main / java / org / oransc / policyagent / clients / SdnrOnapA1Client.java
index 1993be7..248c218 100644 (file)
@@ -205,4 +205,9 @@ public class SdnrOnapA1Client implements A1Client {
             return Mono.error(ex);
         }
     }
+
+    @Override
+    public Mono<String> getPolicyStatus(Policy policy) {
+        return Mono.error(new Exception("Status not implemented in the controller"));
+    }
 }