Skip to content

Commit

Permalink
Added cisco config platform commands
Browse files Browse the repository at this point in the history
Signed-off-by: Yucai Gu <yucgu@cisco.com>
  • Loading branch information
yucgu committed Aug 5, 2022
1 parent dd7b9bc commit dc0889d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1592,10 +1592,10 @@ def setup_class(cls):
os.environ['UTILITIES_UNIT_TESTING'] = "1"
print("SETUP")

import config.main
importlib.reload(config.main)

def test_config_platform_cisco(self, get_cmd_module, setup_single_cisco_asic):
import config.main
importlib.reload(config.main)
runner = CliRunner()
result = runner.invoke(config.config.commands["platform"], ['--help'])

Expand Down

0 comments on commit dc0889d

Please sign in to comment.