summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_stomp/test/python_SUITE_data/src/test_ssl.py
blob: 95d2d2baa7ae20eedf6e1fce310bbb72b4e5ad67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env python

## 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 https://mozilla.org/MPL/2.0/.
##
## Copyright (c) 2007-2020 VMware, Inc. or its affiliates.  All rights reserved.
##

import test_runner
import test_util

if __name__ == '__main__':
    modules = ['ssl_lifecycle']
    test_util.ensure_ssl_auth_user()
    test_runner.run_unittests(modules)