Skip to content

Commit

Permalink
Skip multi asic
Browse files Browse the repository at this point in the history
  • Loading branch information
renukamanavalan committed Mar 1, 2022
1 parent 3235d69 commit b48b186
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/configlet/test_add_rack.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ def test_add_rack(configure_dut, tbinfo, duthosts, rand_one_dut_hostname):
global data_dir, orig_db_dir, clet_db_dir, files_dir

duthost = duthosts[rand_one_dut_hostname]
if duthost.is_multi_asic:
pytest.skip('Generic patch updater does not support multiasic")

log_info("sys.version={}".format(sys.version))
do_test_add_rack(duthost, is_storage_backend = 'backend' in tbinfo['topo']['name'],
Expand Down

0 comments on commit b48b186

Please sign in to comment.