To fix the test failure when porting PR to 202205
This commit is contained in:
parent
bc8b34c49a
commit
3c81038bc2
@ -961,7 +961,7 @@ class TestCfgGen(TestCase):
|
||||
"admin_status": "up"
|
||||
})
|
||||
|
||||
argument = ["-j", self.macsec_profile, "-m", self.sample_graph_voq, "-p", self.voq_port_config, "--var-json", "INTERFACE"]
|
||||
argument = "-j {} -m {} -p {} --var-json INTERFACE".format(self.macsec_profile, self.sample_graph_voq, self.voq_port_config)
|
||||
output = self.run_script(argument)
|
||||
output_dict = utils.to_dict(output.strip())
|
||||
self.assertDictEqual(
|
||||
|
Reference in New Issue
Block a user