diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-09-12 06:22:39 +0000 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-09-12 06:26:41 +0000 |
commit | 765f760cb8ea9c9842994dbbd3195f7ca22746ff (patch) | |
tree | 861944ad2d6692bf921b55e8c0b5772b48d9bfab /test/csit | |
parent | ef6c5e5bba259dd6d04e03a001c446cd5ae96f06 (diff) |
Add test for discovery via api gateway
Client should use discovery service to register and discovery services.
However, API gateway will route the requests to discovery service for
back-compatible with OPNE-O.
Issue-Id: MSB-61
Change-Id: I5485cc64e3648770997135ea0b50eaff81fb5036
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'test/csit')
-rw-r--r-- | test/csit/plans/msb/rest-service/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/plans/msb/rest-service/setup.sh b/test/csit/plans/msb/rest-service/setup.sh index 4111b0de0..9682cde74 100644 --- a/test/csit/plans/msb/rest-service/setup.sh +++ b/test/csit/plans/msb/rest-service/setup.sh @@ -43,7 +43,7 @@ for i in {1..10}; do sleep $i done -#Need some time so service info can be synced from discovery to api gateway +#Need some time for the initialization of MSB services sleep 60 curl -X POST \ |