summaryrefslogtreecommitdiff
path: root/test/network_tests/suspend_resume_tests/suspend_resume_test.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/network_tests/suspend_resume_tests/suspend_resume_test.hpp')
-rw-r--r--test/network_tests/suspend_resume_tests/suspend_resume_test.hpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/network_tests/suspend_resume_tests/suspend_resume_test.hpp b/test/network_tests/suspend_resume_tests/suspend_resume_test.hpp
new file mode 100644
index 0000000..5271bba
--- /dev/null
+++ b/test/network_tests/suspend_resume_tests/suspend_resume_test.hpp
@@ -0,0 +1,22 @@
+// Copyright (C) 2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this
+// file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+#ifndef SUSPEND_RESUME_TEST_
+#define SUSPEND_RESUME_TEST_
+
+#define TEST_SERVICE 0x6311
+#define TEST_INSTANCE 0x0002
+#define TEST_MAJOR 0x01
+#define TEST_MINOR 0x0
+
+#define TEST_EVENT 0x8005
+#define TEST_EVENTGROUP 0x0002
+
+#define TEST_METHOD 0x0001
+
+#define TEST_SUSPEND 0x00
+#define TEST_STOP 0xFF
+
+#endif // SUSPEND_RESUME_TEST_