コード例 #1
0
ファイル: package_test.py プロジェクト: zkanda/scalyr-agent-2
def test_smoke_package_deb_python3(request):
    install_deb()
    _test_standalone_smoke(PACKAGE_INSTALL, python_version="python3")
コード例 #2
0
ファイル: package_test.py プロジェクト: zkanda/scalyr-agent-2
def test_smoke_package_rpm_python2(request):
    install_rpm()
    _test_standalone_smoke(PACKAGE_INSTALL, python_version="python2")
コード例 #3
0
def test_standalone_smoke():
    _test_standalone_smoke(DEV_INSTALL)
コード例 #4
0
def test_standalone_smoke_with_process_workers():
    _test_standalone_smoke(DEV_INSTALL,
                           workers_type="process",
                           workers_sessions_count=2)
コード例 #5
0
def test_standalone_smoke():
    _test_standalone_smoke(DEV_INSTALL, rate_limited=True)