summaryrefslogtreecommitdiffstats
path: root/build-data
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2019-12-04 19:43:53 -0500
committerDave Wallace <dwallacelf@gmail.com>2020-01-14 19:33:23 +0000
commit48bdbcd8f9d573138c43f994ddfff946d8a9d9b5 (patch)
tree51bd7c72590aca03069b4c799535500d193b9877 /build-data
parent57584d99dd8a8524db90c67c88525d58879d9b8e (diff)
tests: fix worker thread initialization
from threading.thread __init__: This constructor should always be called with keyword arguments. If a subclass overrides the constructor, it must make sure to invoke the base class constructor (Thread.__init__()) before doing anything else to the thread. Type: test Change-Id: Ifa89202e97053a4baf19e9a0ca0913430d5087a3 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'build-data')
0 files changed, 0 insertions, 0 deletions
110 Integration testsGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/resources/topology_schemas/2_node_topology.sch.yaml
blob: 8de397106a06b0e466ec60f68b763f75fe464369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright (c) 2018 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.

# This file defines required nodes for 2-node topology.

name: 2_node_topology

#        +------+                 +-----+
#        |      | port1     port3 |     +
#        | DUT1 +-----------------+ TG  |
#        |      +-----------------+     +
#        |      | port2     port4 |     |
#        +-+-+--+                 +-+-+-+

type: map
mapping:
  metadata:
    include: topology_metadata_map

  nodes:
    type: map
    required: yes
    mapping:
      TG:
        include: type_tg
      DUT1:
        include: type_dut