aboutsummaryrefslogtreecommitdiffstats
path: root/squishtests
diff options
context:
space:
mode:
authorBramastyo Harimukti <bramastyo.harimukti.santoso@pelagicore.com>2019-05-16 10:38:19 +0200
committerBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2019-05-16 09:23:21 +0000
commitcef6b1e9b20e24c966c3408fcdadee92f07a81a6 (patch)
treee0f5560db7bfd16662b60f020d15302dc2310fdc /squishtests
parent0275cfa4d765afcf1b4a4f7888534b3bd5eb7457 (diff)
[middleware] rename dataprovider back to remotesettings
- as discussed, it is better to keep "remotesettings" than having an intermediate name for 5.13 release Change-Id: I37fd3f21dc5faf8dbad98b38674f6ed711617069 Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com> Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
Diffstat (limited to 'squishtests')
-rw-r--r--squishtests/suite_neptune3/shared/scripts/bdd_hooks.py2
-rw-r--r--squishtests/suite_neptune3/shared/scripts/common/settings.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/squishtests/suite_neptune3/shared/scripts/bdd_hooks.py b/squishtests/suite_neptune3/shared/scripts/bdd_hooks.py
index 834af235..a4fde0ec 100644
--- a/squishtests/suite_neptune3/shared/scripts/bdd_hooks.py
+++ b/squishtests/suite_neptune3/shared/scripts/bdd_hooks.py
@@ -75,7 +75,7 @@ def start_neptune_ui_app_w_focus(window):
# !!! Remember to use ignoredauts.txt feature
# otherwise this will cause a lot of trouble,
- # with dbus and dataprovider-server !!!
+ # with dbus and remotesettings-server !!!
# Read the documentation:
# https://doc.qt.io/Neptune3UI/neptune3ui-testing-squish.html#exclude-disruptive-sub-processes
command_line_options = ("-r"
diff --git a/squishtests/suite_neptune3/shared/scripts/common/settings.py b/squishtests/suite_neptune3/shared/scripts/common/settings.py
index 098075cb..138d5d99 100644
--- a/squishtests/suite_neptune3/shared/scripts/common/settings.py
+++ b/squishtests/suite_neptune3/shared/scripts/common/settings.py
@@ -40,7 +40,7 @@ G_WAIT_SOME_STEPS_SEC = 1
G_WAIT_SWITCH_APP_CONTEXT = 1
G_AUT_MAIN = "neptune3-ui"
-G_AUT_REMOTE = "dataprovider-server"
+G_AUT_REMOTE = "remotesettings-server"
G_AUT_APPMAN = "appman-launcher-qml"
G_MULTI_PROCESS = None