X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2FREADME.md;h=73ced4b39b62d92f36eb238ba6c1d7f3387d547d;hb=496156d78828c000cbde44c96cc37c57032f2244;hp=9f8af39ef7603373ee4a6e251d9d4463a4103266;hpb=2358ae67744169841843bbc0571063235390718e;p=nonrtric.git diff --git a/test/common/README.md b/test/common/README.md index 9f8af39e..73ced4b3 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -250,6 +250,19 @@ Start the Callback Receiver container |--| | None | +#### Function: use_cr_http #### +Use http for getting event from CR. The admin API is not affected. This is the default. +| arg list | +|--| +| None | + +#### Function: use_cr_https #### +Use https for getting event from CR. The admin API is not affected. +Note: Not yet used as callback event is not fully implemented/deciced. +| arg list | +|--| +| None | + #### Function: start_policy_agent #### Start the Policy Agent container. If the test script is configured to use a stand alone Policy Agent (for example other container or stand alone app) the script will prompt for starting the stand alone Policy Agent. | arg list | @@ -274,8 +287,14 @@ Use https for all API calls to the Policy Agent. |--| | None | -#### Function: use_agent_dmaap #### -Send and recieve all API calls to the Policy Agent over Dmaap via the MR. +#### Function: use_agent_dmaap_http #### +Send and recieve all API calls to the Policy Agent over Dmaap via the MR over http. +| arg list | +|--| +| None | + +#### Function: use_agent_dmaap_https #### +Send and recieve all API calls to the Policy Agent over Dmaap via the MR over https. | arg list | |--| | None |