File: unittests

package info (click to toggle)
python-oslo.service 4.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 936 kB
  • sloc: python: 5,210; makefile: 20; sh: 2
file content (5 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/bin/sh

set -e

pkgos-dh_auto_test --no-py2 'oslo_service\.tests\.(?!(.*test_wsgi\.TestWSGIServerWithSSL\.test_app_using_ipv6_and_ssl.*|.*test_wsgi\.TestWSGIServerWithSSL\.test_ssl_server.*|.*test_wsgi\.TestWSGIServerWithSSL\.test_two_servers.*|.*test_service\.EventletServerServiceLauncherTest\.test_graceful_stop_with_exceeded_graceful_shutdown_timeout.*|.*test_service.EventletServerServiceLauncherTest.test_shuts_down_on_sigint_when_client_connected.*|.*test_service.ServiceLauncherTest.test_child_signal_sighup.*|.*test_service.ProcessLauncherTest.test_stop.*|.*test_wsgi\.TestWSGIServerWithSSL\.test_socket_options_for_ssl_server.*))'