blob: edb046204981a2ef869cf07705679c8b57f7d399 [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
Scott Bakere0382b82020-05-01 14:53:45 -070022use_kubernetes_install: True
Scott Baker5d03e172020-04-10 14:56:20 -070023use_containerized_dm: True
24
25ADDR_LIST:
26 - mock-olt-1:8401
27 - mock-olt-2:8402