blob: 0036154e478492096a44c74790286113be00b29e [file] [log] [blame]
Scott Baker5d03e172020-04-10 14:56:20 -07001---
2
Dinesh Belwalkar6c0bc752020-04-24 23:47:53 +00003# Copyright 2018-present Open Networking Foundation
4# Copyright 2018-present Edgecore Networks Corporation
Scott Baker5d03e172020-04-10 14:56:20 -07005#
6# Licensed under the Apache License, Version 2.0 (the "License");
7# you may not use this file except in compliance with the License.
8# You may obtain a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS,
14# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15# See the License for the specific language governing permissions and
16# limitations under the License.
17
Scott Baker105df152020-04-13 15:55:14 -070018# This yaml file overrides importer.robot to configure the robot test
19# to work with two mock redfish OLTs.
20
Scott Baker5d03e172020-04-10 14:56:20 -070021use_mock_redfish: True
22use_containerized_dm: True
23
24ADDR_LIST:
25 - mock-olt-1:8401
26 - mock-olt-2:8402