Create dut_to_grafana and fixing dependencies

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-05-06 17:13:57 -07:00
parent f2b5113804
commit e25c13e826
7 changed files with 47 additions and 95 deletions

View File

@@ -933,7 +933,7 @@ class Realm(LFCliBase):
def new_dut_profile(self, ver = 1):
if ver == 1:
dut_profile = dut_profile.DUTProfile(self.lfclient_host, self.lfclient_port, local_realm=self, debug_=self.debug)
dut_profile = DUTProfile(self.lfclient_host, self.lfclient_port, local_realm=self, debug_=self.debug)
# elif ver == 2:
# import dut_profile2
# dut_profile = dut_profile2.DUTProfile2(self.lfclient_host, self.lfclient_port, local_realm=self, debug_=self.debug)