Advertisement
Guest User

Untitled

a guest
Jan 29th, 2018
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.16 KB | None | 0 0
  1. WORKSPACE='/home/ngavrilo/git'
  2. #PYTHONPATH=/home/ngavrilo/git/rhevm-art/pytest_customization
  3. py.test -p art -s -x \
  4.     -c $WORKSPACE/rhevm-art/pytest_customization/pytest.cfg \
  5.     --art-log=/home/ngavrilo/tmp/art_log.log  \
  6.     --junit-xml=$WORKSPACE/xunit_output.xml \
  7.     --art-conf=$WORKSPACE/rhevm-art/art/conf/defaults.yaml \
  8.     --art-log-conf=$WORKSPACE/rhevm-art/art/conf/logger_art.yaml \
  9.     --art-define=RUN.engines=rest \
  10.     --art-define=RUN.golden_environment=$WORKSPACE/rhevm-jenkins/qe/GE-yamls/storage-ge-jenkins-vm-04.yaml \
  11.     --art-define=PARAMETERS.storage_type=none \
  12.     --bugzilla \
  13.     --bugzilla-url=https://bugzilla.redhat.com/xmlrpc.cgi \
  14.     --bugzilla-user=bugzilla-qe-tlv@redhat.com \
  15.     --bugzilla-password="F3x5RiBnzn@" \
  16.     --art-define=RUN.api_xsd=$WORKSPACE/rhevm-art/art/rhevm_api/data_struct/api.xsd \
  17.     --no-print-logs \
  18.     --art-define=RUN.storages=iscsi  \
  19.     $WORKSPACE/rhevm-art/art/tests/rhevmtests/storage/storage_migration/test_live_storage_migration_mixed_type.py::TestCase10321_after_lsm
  20.     #-A='tier==2 and team=="network"' \
  21.     #--collect-only
  22.     #-k 'test_check_traffic_on_hosts_when_there_are_many_networks'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement