Skip to content

Commit

Permalink
[sonic-utilities-tests/config_mgmt_test.py]: Enable test for extra ta…
Browse files Browse the repository at this point in the history
…ble in config. (#33)

After merging zhenggen-xu/sonic-buildimage#69
enabling test for extra table in config.

Signed-off-by: Praveen Chaudhary [email protected]
  • Loading branch information
Praveen Chaudhary authored Jun 30, 2020
1 parent f27c350 commit 1e95fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-utilities-tests/config_mgmt_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_table_without_yang(self):
self.updateConfig(curConfig, unknown)
self.writeJson(curConfig, config_mgmt.CONFIG_DB_JSON_FILE)
cm = config_mgmt.ConfigMgmt(source=config_mgmt.CONFIG_DB_JSON_FILE)
#assert "unknown_table" in cm.tablesWithoutYang()
assert "unknown_table" in cm.tablesWithOutYang()
return

def test_search_keys(self):
Expand Down

0 comments on commit 1e95fcb

Please sign in to comment.