From 0a907eed099f690bf25475475a66b99ab97401da Mon Sep 17 00:00:00 2001 From: ThamlurRaju Date: Tue, 21 Aug 2018 14:36:33 +0530 Subject: fixing major Sonar Issue 12 more branches need to be covered to reach 65% coverage Sonar Link: https://sonar.onap.org/project/issues?assignees=ThamlurRaju&id=org.onap.vfc.nfvo.resmanagement%3Avfc-nfvo-resmanagement&open=AV8lpe4u-08if2a6pmAh&resolved=false&severities=MAJOR&types=CODE_SMELL Location: src/main/java/org/onap/vfc/nfvo/resmanagement/common/util/restclient/RestfulConfigure.java Change-Id: Ib400c61e307085dcaa8525a0d24fb167b3edf2ce Issue-ID: VFC-1043 Signed-off-by: ThamlurRaju --- ResmanagementService/service/src/test/resources/Check7.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ResmanagementService/service/src/test/resources/Check7.txt (limited to 'ResmanagementService/service/src/test/resources/Check7.txt') diff --git a/ResmanagementService/service/src/test/resources/Check7.txt b/ResmanagementService/service/src/test/resources/Check7.txt new file mode 100644 index 0000000..47c4e08 --- /dev/null +++ b/ResmanagementService/service/src/test/resources/Check7.txt @@ -0,0 +1,12 @@ +{ + "defaultServer": + { + "host":"127.0.0.1", + "port":"80" + }, +"ConnectTimeout":"300000", +"thread":"10", +"idletimeout":"500000", +"timeout":"300000" +} + \ No newline at end of file -- cgit 1.2.3-korg