aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2020-01-24 12:22:14 +0100
committerPeter Mikus <pmikus@cisco.com>2020-01-28 10:41:45 +0000
commit9a25041ad1bf67e658ac4e27870eb3145dc85bf0 (patch)
tree419957af158c9d061a07769dcf4d230d12b29f2e /resources/libraries
parentf941eb706efe809a6fbd839e92cc044853339444 (diff)
Perform some cleanup discovered by GPL work
+ Remove one __init__.robot file with no function. + Remove executable flags from traffic profiles. + Improve indentation in some traffic profiles. Change-Id: I099e63069003fba788976a9470a909ccff51a88c Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit ceaa2959217752716496b6257595d12cbcb0c657)
Diffstat (limited to 'resources/libraries')
-rw-r--r--resources/libraries/robot/__init__.robot12
1 files changed, 0 insertions, 12 deletions
diff --git a/resources/libraries/robot/__init__.robot b/resources/libraries/robot/__init__.robot
deleted file mode 100644
index 501a130d68..0000000000
--- a/resources/libraries/robot/__init__.robot
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright (c) 2017 Cisco and/or its affiliates.
-# 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.