Regression test updates and fixing some issues

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-09-15 18:46:25 -07:00
parent 1d7578251c
commit c03a5051e3
7 changed files with 277 additions and 87 deletions

View File

@@ -395,9 +395,9 @@ class GenCXProfile(LFCliBase):
def choose_iperf3_command(self):
gen_results = self.json_get("generic/list?fields=name,last+results", debug_=self.debug)
if gen_results['endpoints'] is not None:
pprint.pprint(gen_results['endpoints'])
pprint(gen_results['endpoints'])
#for name in gen_results['endpoints']:
# pprint.pprint(name.items)
# pprint(name.items)
#for k,v in name.items():
exit(1)