diff options
author | Simran Singhal <singhalsimran0@gmail.com> | 2020-11-14 16:14:36 +0530 |
---|---|---|
committer | Simran Singhal <singhalsimran0@gmail.com> | 2020-11-15 19:47:00 +0530 |
commit | 66b0d7f3a4772d4b7cf84503b2171abe46ebd557 (patch) | |
tree | 5c9a4c643406f1382c31dcbcd2e7403466aabbd2 /profiles/robot/src/main/resources/open-cli-robot.properties | |
parent | c1746d5f32728608f2cec44910ac431a07d7c67d (diff) |
Auto discover and register all robot test cases
Issue-ID: VNFSDK-614
Change-Id: I5227425f29fb11ef4255e88d873a167b608d5360
Signed-off-by: Simran Singhal <singhalsimran0@gmail.com>
Diffstat (limited to 'profiles/robot/src/main/resources/open-cli-robot.properties')
-rw-r--r-- | profiles/robot/src/main/resources/open-cli-robot.properties | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/profiles/robot/src/main/resources/open-cli-robot.properties b/profiles/robot/src/main/resources/open-cli-robot.properties new file mode 100644 index 00000000..9b157596 --- /dev/null +++ b/profiles/robot/src/main/resources/open-cli-robot.properties @@ -0,0 +1,16 @@ +# Copyright 2020 Simran Singhal. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +cli.robot.discover=false +cli.robot.api_tests_folder_path=
\ No newline at end of file |