Luxoft / Twister

Twister Test Automation Framework
http://www.twistertesting.com/
Apache License 2.0
38 stars 21 forks source link

cli.py options don't work #97

Closed sandhyamisra closed 11 years ago

sandhyamisra commented 11 years ago

cli.py --users

Hello, user user1.

Cannot connect to Central Engine server! Error <ProtocolError for user:password@127.0.0.1:8000/: 401 Unauthorized> ! Exiting!

same results with --eps, --stats, --details, --status-details,

bogdanpopescu commented 11 years ago

@sandhyamisra You must specify the Twister server and the credentails to have the command working. ./cli.py --users --server http://username>:<user_password>@<server:8000/

sandhyamisra commented 11 years ago

Thanks it works