aboutsummaryrefslogtreecommitdiffstats
path: root/squishtests
diff options
context:
space:
mode:
authorBramastyo Harimukti <bramastyo.harimukti.santoso@pelagicore.com>2019-04-23 14:43:16 +0200
committerBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2019-05-13 10:57:51 +0000
commit06749f1c1efd7edd08ea1b7505a9d030eafa4c7a (patch)
tree2fcde20d3f10dec784d2dc5b97edcea58fd348fd /squishtests
parent907d90ea05332a36c07bda01ef98cb9e189afb4d (diff)
[simulationbackend] refactor and split the interfaces
- rename the general settings into dataprovider temporarily - split cluster interfaces to drivedata - rename the control app into companion app Task-number: AUTOSUITE-948 Change-Id: Ie363c4b1c31cc9d047e83c41ec9b11f8f4658be3 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 9290c938..834af235 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 RemoteSettingsServer !!!
+ # with dbus and dataprovider-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 c763b22b..098075cb 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 = "RemoteSettingsServer"
+G_AUT_REMOTE = "dataprovider-server"
G_AUT_APPMAN = "appman-launcher-qml"
G_MULTI_PROCESS = None