diff options
author | Tibor Frank <tifrank@cisco.com> | 2017-07-17 15:27:00 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-07-18 08:59:19 +0200 |
commit | 997a1485635dd74aaf090ca5de608b6fdc25b74b (patch) | |
tree | 389a25dc4645bbeaac38a1b0997a181e1ec1ef73 /tests/vpp/func | |
parent | c76f8f80681c352b67fb714d65da25a5217c4ac8 (diff) |
CSIT-723: Source code auto-generation for 1707
Change-Id: Ia178ac180fd344db620757dcc2b9cbb5010276c7
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'tests/vpp/func')
-rw-r--r-- | tests/vpp/func/ip4_tunnels/__init__.robot | 12 | ||||
-rw-r--r-- | tests/vpp/func/ip6_tunnels/__init__.robot | 12 | ||||
-rw-r--r-- | tests/vpp/func/vm_vhost/__init__.robot | 12 |
3 files changed, 36 insertions, 0 deletions
diff --git a/tests/vpp/func/ip4_tunnels/__init__.robot b/tests/vpp/func/ip4_tunnels/__init__.robot new file mode 100644 index 0000000000..501a130d68 --- /dev/null +++ b/tests/vpp/func/ip4_tunnels/__init__.robot @@ -0,0 +1,12 @@ +# 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. diff --git a/tests/vpp/func/ip6_tunnels/__init__.robot b/tests/vpp/func/ip6_tunnels/__init__.robot new file mode 100644 index 0000000000..501a130d68 --- /dev/null +++ b/tests/vpp/func/ip6_tunnels/__init__.robot @@ -0,0 +1,12 @@ +# 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. diff --git a/tests/vpp/func/vm_vhost/__init__.robot b/tests/vpp/func/vm_vhost/__init__.robot new file mode 100644 index 0000000000..501a130d68 --- /dev/null +++ b/tests/vpp/func/vm_vhost/__init__.robot @@ -0,0 +1,12 @@ +# 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. |