Sample of 7.1 device configuration for tpdr-400G
[transportpce.git] / tests / transportpce_tests / 7.1 / simulators.py
1 #!/usr/bin/env python
2 ##############################################################################
3 # Copyright (c) 2020 Orange, Inc. and others.  All rights reserved.
4 #
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 import os
12
13 SIMS = {}
14
15 HONEYNODE_EXECUTABLE = os.path.join(
16     os.path.dirname(os.path.realpath(__file__)),
17     "..", "..", "honeynode", "7.1", "honeynode-simulator", "honeycomb-tpce")
18 SAMPLES_DIRECTORY = os.path.join(
19     os.path.dirname(os.path.realpath(__file__)),
20     "..", "..", "sample_configs", "openroadm", "7.1")