Skip to content

Commit

Permalink
drop the changes to tests/conftest.py
Browse files Browse the repository at this point in the history
Signed-off-by: Dante Su <dante.su@broadcom.com>
  • Loading branch information
ds952811 committed Jul 26, 2022
1 parent 4179978 commit 2203dee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,7 @@ def __init__(

def create_servers(self):
for i in range(NUM_PORTS):
name = self.ctn_sw.name if hasattr(self, 'ctn_sw') else self.dvsname
server = VirtualServer(name, self.ctn_sw_pid, i)
server = VirtualServer(self.ctn_sw.name, self.ctn_sw_pid, i)
self.servers.append(server)

def reset_dbs(self):
Expand Down

0 comments on commit 2203dee

Please sign in to comment.