aboutsummaryrefslogtreecommitdiffstats
path: root/functest/tests
AgeCommit message (Expand)AuthorFilesLines
2017-01-19Leverage logging config and refactor the loggerhelenyao5-5/+27
2017-01-19Merge "write test results to a local file"Morgan Richomme1-3/+6
2017-01-19Merge "Use 8081 for apex's restconfport robot variable"Morgan Richomme1-3/+5
2017-01-18Use 8081 for apex's restconfport robot variableJamo Luhrsen1-3/+5
2017-01-18Merge "Add VnfOnBoarding Abstraction"Jose Lausuch1-0/+52
2017-01-18Add VnfOnBoarding AbstractionMorgan Richomme1-0/+52
2017-01-17write test results to a local filewu.zhihui1-3/+6
2017-01-13Fixes ODL rest port for ApexTim Rozet1-1/+1
2017-01-12Merge "Added unit tests for utils/openstack_utils.py"Jose Lausuch1-0/+1688
2017-01-12Merge "Tests added for utils."Morgan Richomme3-0/+1361
2017-01-09Added unit tests for utils/openstack_utils.pyashishk19941-0/+1688
2017-01-09Tests added for utils.ashishk19943-0/+1361
2017-01-05Cover ODLTests.parse_results()Cédric Ollivier1-1/+23
2017-01-05Switch to assert_any_call in test_show_credentialsCédric Ollivier1-1/+1
2017-01-04Create ODLParser to parse sys.argvCédric Ollivier1-0/+82
2017-01-04Fully cover set_robotframework_varsCédric Ollivier1-1/+32
2017-01-04Use mock_open() to prevent stdout.txtCédric Ollivier1-0/+12
2017-01-04Patch logging.FileHandlerCédric Ollivier4-0/+4
2017-01-04Merge "Added unit tests for utils/functest_utils.py."Morgan Richomme2-45/+599
2017-01-04Added Unit Tests for cli.ashishk19947-0/+739
2017-01-02Added unit tests for utils/functest_utils.py.ashishk19942-45/+599
2017-01-02Unit tests utils added.ashishk19941-0/+23
2016-12-17Cover ODLResultVisitorCédric Ollivier1-0/+35
2016-12-16Avoid side effects induced by functest_constants in ODL UTCédric Ollivier2-49/+43
2016-12-15Add check_criteria() in testcase_baseCédric Ollivier2-9/+20
2016-12-14Authenticate clients with keystoneauth1.sessionhelenyao1-28/+15
2016-12-02Rename TestCasesBase into TestcaseBasehelenyao2-32/+32
2016-11-30Allow unit testing w/o internet connectivityCédric Ollivier1-6/+21
2016-11-25file/dir renaming for consistencyMorgan Richomme1-8/+8
2016-11-25Merge "Consider criteria as exit condition in odl test"Morgan Richomme1-4/+8
2016-11-24Consider criteria as exit condition in odl testMorgan Richomme1-4/+8
2016-11-24Extracted all global parameters into functest_constants.pyhelenyao3-24/+37
2016-11-09Repo structure modificationMorgan Richomme8-0/+446
618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 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 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889