]> git.proxmox.com Git - ceph.git/blob - ceph/src/test/admin_socket_output_tests.h
update sources to v12.1.0
[ceph.git] / ceph / src / test / admin_socket_output_tests.h
1 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2 // vim: ts=8 sw=2 smarttab
3 /*
4 * Ceph - scalable distributed file system
5 *
6 * Copyright (C) 2017 Red Hat
7 *
8 * This is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License version 2.1, as published by the Free Software
11 * Foundation. See file COPYING.
12 *
13 */
14
15 #ifndef CEPH_ADMIN_SOCKET_OUTPUT_TESTS_H
16 #define CEPH_ADMIN_SOCKET_OUTPUT_TESTS_H
17
18 // Test function declarations, definitions in admin_socket_output_tests.cc
19
20 // Example test function
21
22 /*
23 bool test_config_get_admin_socket(std::string& output);
24 */
25
26 bool test_dump_pgstate_history(std::string& output);
27
28 #endif // CEPH_ADMIN_SOCKET_OUTPUT_TESTS_H