summaryrefslogtreecommitdiffstats
path: root/ansible/roles/create_fuel_pod_yaml/templates
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>2018-06-01 09:38:28 +0100
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>2018-06-01 09:41:04 +0100
commit619bed631f064a94ab20ac296802d467ebe32318 (patch)
tree3a5e88a35682729a724263ce7e62d07ce1af861b /ansible/roles/create_fuel_pod_yaml/templates
parent5e4d95ba299ce92588701d9481657c343b8ef609 (diff)
Remove __init__ method overriding in HeatContextTestCase
Unit test case clases should implement setUp() method instead of overriding __init__() method. JIRA: YARDSTICK-1210 Change-Id: I0f9a10575f9aeebf76dfa84619e59589b3ea83f6 Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Diffstat (limited to 'ansible/roles/create_fuel_pod_yaml/templates')
0 files changed, 0 insertions, 0 deletions
> 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251