User Login
Users can log in to the FTAS VM using one of the following methods
Console login
SSH login
After logging in user will be dropped into the 'Bash shell'
with the following pre-defined folders and files
qjob.py - Script to schedule execution jobs.
testbeds - Directory to create and maintain testbed parameter files.
jobs - Directory containing the JSON file that holds the job queue. qjob.py script controls and edits this JSON file. Please don't edit the JSON file manually.
testsuites - Directory to maintain testsuite yaml files.
reports - Directory to store HTML reports of completed jobs.
configs - Directory to store test configs
jobs.py - Script to manipulate queue jobs. It is imported by the qjob.py utility.
logs - Maintains execution logs file of all jobs. Users can clean up the files in the logs and reports folder to regain disk space when needed.