|
@@ -0,0 +1,26 @@
|
|
|
+#!/bin/sh
|
|
|
+
|
|
|
+# Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
|
|
|
+#
|
|
|
+# 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/.
|
|
|
+
|
|
|
+# Include common test library.
|
|
|
+. @abs_top_builddir@/src/lib/testutils/dhcp_test_lib.sh
|
|
|
+
|
|
|
+# Include admin utilities
|
|
|
+. @abs_top_srcdir@/src/bin/admin/admin-utils.sh
|
|
|
+
|
|
|
+# Set path to the production schema scripts
|
|
|
+db_scripts_dir=@abs_top_srcdir@/src/share/database/scripts
|
|
|
+
|
|
|
+db_user="keatest"
|
|
|
+db_password="keatest"
|
|
|
+db_name="keatest"
|
|
|
+
|
|
|
+# Set location of the kea-admin.
|
|
|
+keaadmin=@abs_top_builddir@/src/bin/admin/kea-admin
|
|
|
+
|
|
|
+# TODO: radius test. Be happy!
|
|
|
+assert_eq 0 1 "You need to write radius test. Be happy ! (expected status code %d, returned %d)"
|