aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/vnf
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-08-10 14:07:57 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-10 14:07:57 +0000
commitc9dd12b85b2513c9ec576ed579a86ca901860397 (patch)
treea6c25bbb4b89cb9bf05dee8e203a1beac10961af /testcases/vnf
parentda52e30ffe53f3fa961b5c432380d3e3d934b8de (diff)
parent376a9d68e3b5fd4956fb6cb5e6faa2fa746a6d80 (diff)
Merge "parser integration bugfix"
Diffstat (limited to 'testcases/vnf')
-rw-r--r--testcases/vnf/vRNC/parser.py (renamed from testcases/vnf/RNC/parser.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/vnf/RNC/parser.py b/testcases/vnf/vRNC/parser.py
index 91d5bb06a..d5d3f78a1 100644
--- a/testcases/vnf/RNC/parser.py
+++ b/testcases/vnf/vRNC/parser.py
@@ -40,7 +40,7 @@ def main():
ret = functest_utils.execute_command(cmd, logger, exit_on_error=False)
stop_time = time.time()
- status, details = functest_utils.check_test_result(case_name,
+ status, details = functest_utils.check_test_result(project,
ret,
start_time,
stop_time)
17' href='#n217'>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 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331