aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Merge "Remove redundant tempest cleanup utility"Cedric Ollivier2-82/+1
2017-09-07Merge "Fix creds used by vrouter"Cedric Ollivier1-12/+4
2017-09-07[Fuel/MCP] Set opendaylight web/restconf portsMichael Polenchuk1-1/+2
2017-09-07Remove redundant tempest cleanup utilityLinda Wang2-82/+1
2017-09-07Fix creds used by vrouterAlex Yang1-12/+4
2017-09-06Merge "Add UEFI support in functest"Morgan Richomme1-1/+6
2017-09-05Merge "Create results/tempest dir for refstack config"Cedric Ollivier1-0/+2
2017-09-05Merge "Enable tempest multinode tests"valentin boucher3-6/+25
2017-09-05Create results/tempest dir for refstack configLinda Wang1-0/+2
2017-09-05Fix the cloudify_ims update quotas errorLinda Wang1-4/+4
2017-09-04Merge "More support of snaps for VNF"Morgan Richomme4-34/+32
2017-09-04Merge "Fix get_port_by_name in ims testcases"Cedric Ollivier2-4/+6
2017-09-04More support of snaps for VNFboucherv4-34/+32
2017-09-04Blacklist CeilometerTraits testsJuha Kosonen1-0/+1
2017-09-03Fix get_port_by_name in ims testcasesAlex Yang2-4/+6
2017-09-02Enable tempest multinode testsJuha Kosonen3-6/+25
2017-09-01Add UEFI support in functestCatalina Focsa1-1/+6
2017-08-31Merge "Make the vnf images public"Morgan Richomme2-2/+4
2017-08-31Blacklist CeilometerEvents testsJuha Kosonen1-0/+10
2017-08-30Make the vnf images publicAlex Yang2-2/+4
2017-08-29Merge "Put vnf_test pass if more than 80% of vnf test result are OK"Cedric Ollivier1-8/+19
2017-08-29Put vnf_test pass if more than 80% of vnf test result are OKboucherv1-8/+19
2017-08-29Refactor the vyos_vrouter to adopt VNF abstractionShuya Nakama14-34/+1707
2017-08-29Merge "Clean repo: mano directory not used"Cedric Ollivier1-27/+0
2017-08-28Merge "Obtain scenario by CONST instead of get function"Cedric Ollivier3-6/+4
2017-08-28Avoid exiting when snapshot initialization failedLinda Wang2-10/+16
2017-08-28Clean repo: mano directory not usedMorgan Richomme1-27/+0
2017-08-28Obtain scenario by CONST instead of get functionLinda Wang3-6/+4
2017-08-28Merge "Add log info of refstack tests into functest.log"Morgan Richomme1-0/+8
2017-08-26Add log info of refstack tests into functest.logLinda Wang1-0/+8
2017-08-25Remove Onos in FunctestMorgan Richomme14-2021/+0
2017-08-25Fix the config of vping netLinda Wang1-3/+3
2017-08-24Merge "Added means to override the RC file credentials."Linda Wang2-2/+13
2017-08-24Merge "Fix the tempest error when creating snapshot"Cedric Ollivier3-17/+23
2017-08-24Fix the tempest error when creating snapshotLinda Wang3-17/+23
2017-08-24Merge "Add Rally scenarios for telemetry"Morgan Richomme5-2/+743
2017-08-24Add Rally scenarios for telemetryMartin Kulhavy5-2/+743
2017-08-23Merge "Refactor resource creation and cleanup in Tempest"Morgan Richomme4-128/+296
2017-08-23Refactor resource creation and cleanup in TempestMartin Kulhavy4-128/+296
2017-08-23Merge "Complete caching images for vnf testcases"Morgan Richomme3-17/+14
2017-08-23Merge "Add the skipped testcases into details"Cedric Ollivier1-2/+5
2017-08-23Merge "Specify physical_network when creating network"Cedric Ollivier1-4/+23
2017-08-23Merge "Config test_accounts_file for refstack_defcore"Cedric Ollivier1-0/+51
2017-08-22Complete caching images for vnf testcasesCédric Ollivier3-17/+14
2017-08-22Use dnsmasq to cache DNS queriesCédric Ollivier1-10/+11
2017-08-22Merge "Allow caching images for vnf testcases."valentin boucher2-6/+6
2017-08-22Config test_accounts_file for refstack_defcoreLinda Wang1-0/+51
2017-08-22Specify physical_network when creating networkLinda Wang1-4/+23
2017-08-22Add the skipped testcases into detailsLinda Wang1-2/+5
2017-08-21Added means to override the RC file credentials.spisarski2-2/+13
924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163