aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci/prepare_env.py
AgeCommit message (Expand)AuthorFilesLines
2017-06-22Remove calls to deployment handler in prepare envjose.lausuch1-2/+0
2017-06-21Fix command in prepare env to execute check_os.shjose.lausuch1-2/+2
2017-06-20Remove all references to /home/opnfv/repos/functestCédric Ollivier1-15/+16
2017-06-06Merge "Remove call to fetch_os_creds.sh"Jose Lausuch1-34/+10
2017-06-06Remove call to fetch_os_creds.shjose.lausuch1-34/+10
2017-06-01Use CONST to retrieve db_url rather than getter functionLinda Wang1-3/+14
2017-05-18Add a new directory to hold pre-downloaded imageshelenyao1-2/+9
2017-05-05Replace CONST.* by getattribute/setattrjose.lausuch1-66/+80
2017-05-04Delete functest.utils.functest_loggerCédric Ollivier1-2/+5
2017-03-20Enable functest offline by installing tempest system wideLinda Wang1-1/+1
2017-03-01Bugfix: fix the CI failure for compass and joidhelenyao1-25/+33
2017-02-27Add aarch64 custom configCristina Pauna1-36/+63
2017-02-25Merge "Bugfix:Added the adapter info for compass and joid"Jose Lausuch1-18/+23
2017-02-24Merge "Use new-style classes which inherit from object"Morgan Richomme1-1/+1
2017-02-23Bugfix:Added the adapter info for compass and joidhelenyao1-18/+23
2017-02-23Merge "Prepare env will exit when an error is raised"Jose Lausuch1-24/+27
2017-02-23Use new-style classes which inherit from objectLinda Wang1-1/+1
2017-02-22Prepare env will exit when an error is raisedhelenyao1-24/+27
2017-02-21Add deployment_handler printout to prepare envjose.lausuch1-1/+30
2017-02-16Revert "Add deployment_handler printout to prepare env"Jose Lausuch1-24/+0
2017-02-14Add deployment_handler printout to prepare envjose.lausuch1-0/+24
2017-02-09Refactoring of args and parser variableashishk19941-38/+33
2017-02-09Fix source_credentials in openstack_utilsCédric Ollivier1-4/+2
2017-02-02Add flavor creation in functest env preparejose.lausuch1-0/+9
2017-01-25Refactor Rally to adopt OOhelenyao1-5/+0
2017-01-18Merge "Rally keystone test scenarios for v3"Morgan Richomme1-15/+20
2017-01-16Rally keystone test scenarios for v3helenyao1-15/+20
2017-01-09Refactoring of args and parser variable in ci/run_tests, prepare_envashishk19941-11/+20
2016-12-21Refactor test run related modules using new constants providerSerenaFeng1-62/+61
2016-12-20Bugfix in passing parameters to logger_debug.ashishk19941-1/+5
2016-12-05Fix Pep8 issues related to \Morgan Richomme1-2/+1
2016-11-24Extracted all global parameters into functest_constants.pyhelenyao1-80/+78
2016-11-10change path for python ci filesMorgan Richomme1-0/+299
'>652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764