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 11, 2022
1 parent 2b66c55 commit 20bcc7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,6 @@ def teardown_class(cls):
os.environ['UTILITIES_UNIT_TESTING'] = "0"



class TestConfigHostname(object):
@classmethod
def setup_class(cls):
Expand Down Expand Up @@ -1635,7 +1634,6 @@ def setup_class(cls):

def test_config_platform(self, ctx, get_cmd_module, setup_single_cisco_asic):
expected_output = "cisco"
config.config(ctx)
runner = CliRunner()
#result = runner.invoke(config.config.commands["platform"], ['--help'])
result = runner.invoke(config.config.commands['--help'])
Expand Down

0 comments on commit 20bcc7e

Please sign in to comment.