commit | 7e215ed31e090d1380248669c5b2567a82cffe49 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Wed Jun 12 13:26:21 2019 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Wed Jun 12 14:03:14 2019 -0700 |
tree | c3d18db1a4aa790484fd1790544d2efa0945422a | |
parent | 40884fff2018d7779347297992aa631ee5a0746e [diff] [blame] |
SEBA-730 Fix atests for recent Helm chart changes Change-Id: I5d8d5a66d2c81fa3a0f3893b4453a94f6fc31e89
diff --git a/tests/atests/common/auto_test.py b/tests/atests/common/auto_test.py index 4dea0ab..be52134 100755 --- a/tests/atests/common/auto_test.py +++ b/tests/atests/common/auto_test.py
@@ -75,7 +75,7 @@ if simtype == 'ponsim': olt_type = 'ponsim_olt' onu_type = 'ponsim_onu' - olt_host_ip = 'olt.voltha.svc' + olt_host_ip = 'olt0.voltha.svc' onu_count = 1 elif simtype == 'bbsim': olt_type = 'openolt'