Added missing Port and local path details

Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
This commit is contained in:
shivamcandela
2021-06-02 01:40:25 +05:30
parent acf52106e7
commit 4e63eddfa2
2 changed files with 5 additions and 1 deletions

View File

@@ -164,6 +164,8 @@ class DataplaneTest(cv_test):
self.sets = sets
self.graph_groups = graph_groups
self.report_dir = report_dir
self.ssh_port = ssh_port
self.local_path = local_path
def setup(self):
# Nothing to do at this time.