Skip to content

Commit 2827bfb

Browse files
Shuotian Chengandriymoroz-mlnx
authored andcommitted
[topo_t1-64]: Add topo_t1-64.yml to support ptf64 topology (sonic-net#580)
Add lab-s6100-01.t1-64.xml and two entries in testbed.csv file Signed-off-by: Shuotian Cheng <stcheng_89@hotmail.com>
1 parent 1042bb5 commit 2827bfb

File tree

4 files changed

+5701
-3
lines changed

4 files changed

+5701
-3
lines changed

ansible/library/topo_facts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def get_topo_config(self, topo_name):
2929
if 'ptf32' in topo_name:
3030
topo_name = 't1'
3131
if 'ptf64' in topo_name:
32-
topo_name = 't1-64' ###TODO: there is no t1-64 topology checked in yet
32+
topo_name = 't1-64'
3333
topo_filename = 'vars/topo_' + topo_name + '.yml'
3434
vm_topo_config = dict()
3535

0 commit comments

Comments
 (0)