aboutsummaryrefslogtreecommitdiffstats
path: root/functest/cli/commands
AgeCommit message (Expand)AuthorFilesLines
2017-07-12Switch to check_deployment instead of check_os.shjose.lausuch1-2/+3
2017-07-02Update cli commands to call console scriptsCédric Ollivier3-10/+3
2017-06-30Define download_images.sh and check_os.sh as scriptsCédric Ollivier1-3/+1
2017-06-20Remove all references to /home/opnfv/repos/functestCédric Ollivier4-14/+15
2017-06-19Stop getting git data from functest dirCédric Ollivier1-11/+0
2017-06-06Merge "Remove call to fetch_os_creds.sh"Jose Lausuch1-28/+0
2017-06-06Remove call to fetch_os_creds.shjose.lausuch1-28/+0
2017-06-04Use PrettyTable to show functest envCédric Ollivier1-14/+13
2017-05-23Call fetch_os_creds.sh from $PATHLinda Wang1-3/+2
2017-05-18Replace CONST.* by getattribute/setattr for cliLinda Wang4-27/+34
2017-02-23Use new-style classes which inherit from objectLinda Wang4-4/+4
2016-12-25Add a flag in the CLI to report results to DBjose.lausuch2-14/+20
2016-12-23bugfix: get git branch failed when only 'git fetch' is providedSerenaFeng1-4/+8
2016-12-22refactor cli module using new constants providerSerenaFeng4-81/+67
2016-12-19Allow executing several testcases with the CLIjose.lausuch1-7/+9
2016-12-05Fix Pep8 issues related to \Morgan Richomme1-4/+5
2016-11-24Extracted all global parameters into functest_constants.pyhelenyao4-54/+43
2016-11-11Fix path in CLI after directory restructurejose.lausuch2-4/+4
2016-11-10change path for python ci filesMorgan Richomme2-2/+3
2016-11-09Repo structure modificationMorgan Richomme5-0/+358
> 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551