commit | 86e24063658797f7b16c8c93e2bdcac36a84c8d1 | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Wed Aug 05 19:09:18 2020 +0200 |
committer | Andrea Campanella <andrea@opennetworking.org> | Wed Aug 05 17:53:18 2020 +0000 |
tree | 3d47263beabcee74ae43d77d7eff29e2663ec7f0 | |
parent | e0e5bba75cb9e7b0a694b6fb7d5229ec3fde5dbb [diff] |
Declaring up and down variables Change-Id: I1f656c844aa99f91b1c6f5d8518a939c55a17650
diff --git a/tests/dt-workflow/Voltha_DT_PODTests.robot b/tests/dt-workflow/Voltha_DT_PODTests.robot index be71939..a1d707e 100644 --- a/tests/dt-workflow/Voltha_DT_PODTests.robot +++ b/tests/dt-workflow/Voltha_DT_PODTests.robot
@@ -48,6 +48,8 @@ ${timeout} 360s ${of_id} 0 ${logical_id} 0 +${uprate} 0 +${dnrate} 0 ${has_dataplane} True ${teardown_device} True ${scripts} ../../scripts
diff --git a/tests/functional/Voltha_PODTests.robot b/tests/functional/Voltha_PODTests.robot index 3dcef7b..c941694 100644 --- a/tests/functional/Voltha_PODTests.robot +++ b/tests/functional/Voltha_PODTests.robot
@@ -48,6 +48,8 @@ ${timeout} 60s ${of_id} 0 ${logical_id} 0 +${uprate} 0 +${dnrate} 0 ${has_dataplane} True ${teardown_device} False ${scripts} ../../scripts