memfile_tests.sh.in 807 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #!/bin/sh
  2. # Copyright (C) 2014-2015 Internet Systems Consortium, Inc. ("ISC")
  3. #
  4. # This Source Code Form is subject to the terms of the Mozilla Public
  5. # License, v. 2.0. If a copy of the MPL was not distributed with this
  6. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  7. # Include common test library.
  8. . @abs_top_builddir@/src/lib/testutils/dhcp_test_lib.sh
  9. memfile_init_test() {
  10. test_start "memfile.init"
  11. # @todo: Implement this (ticket #3601)
  12. test_finish 0
  13. }
  14. memfile_version_test() {
  15. test_start "memfile.version"
  16. # @todo: Implement this (ticket #3601)
  17. test_finish 0
  18. }
  19. memfile_upgrade_test() {
  20. test_start "memfile.upgrade"
  21. # @todo: Implement this (ticket #3601)
  22. test_finish 0
  23. }
  24. memfile_init_test
  25. memfile_version_test
  26. memfile_upgrade_test