2021-05-11 17:59:29 +08:00
|
|
|
[pytest]
|
|
|
|
|
2021-07-15 15:03:54 +08:00
|
|
|
|
2021-09-01 19:43:59 +08:00
|
|
|
addopts = --host localhost --html=/tmp/ci_logs/report.html --self-contained-html -v
|
2021-06-09 16:19:48 +08:00
|
|
|
# -;addopts = --host 172.28.255.155 --html=/tmp/report.html
|
2021-07-09 14:03:47 +08:00
|
|
|
# python3 -W ignore -m pytest
|
|
|
|
|
|
|
|
log_format = [%(asctime)s - %(levelname)s - %(name)s]: %(message)s (%(filename)s:%(lineno)s)
|
|
|
|
log_date_format = %Y-%m-%d %H:%M:%S
|
|
|
|
|
2021-08-25 15:11:52 +08:00
|
|
|
rp_endpoint = https://reportportal.zilliz.cc
|
|
|
|
rp_uuid = bc426136-4ed0-4a87-a20c-0ab64426bb8a
|
|
|
|
rp_launch = Nightly_CI
|
|
|
|
rp_project = milvus
|
|
|
|
rp_ignore_errors = True
|
|
|
|
|
2021-07-09 14:03:47 +08:00
|
|
|
filterwarnings =
|
|
|
|
ignore::DeprecationWarning
|