summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/stateful_tests/trex_rx_test.py
AgeCommit message (Collapse)AuthorFilesLines
2016-10-27Putting back MAC config in IPv6 regression testsIdo Barnea1-0/+2
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-26typoYaroslav Brustinov1-4/+7
2016-10-26regression: stateless rx_check allow 0.1% errorsYaroslav Brustinov1-1/+1
2016-10-13Revert "Another small fix to regression"Ido Barnea1-2/+2
This reverts commit cf40f4d078a847eb05de1c880f349c8dcb20fb29. Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-13Another small fix to regressionIdo Barnea1-2/+2
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-07-04trex_client: sample each secondYaroslav Brustinov1-1/+1
stateful result object: add method to get avg value at steady state regression: add -t flag to run specific test by name (without file and class) update trex07 benchmarks
2016-05-23replace t-rex to TRexYaroslav Brustinov1-1/+1
regression: instead of checking map and reconnecting for eact STL test, do in only for those with disconnect (+revert of commit 0f8e6065f467703b1461e87c3912f8d4bd616807)
2016-04-24revert added by mistake codeYaroslav Brustinov1-9/+3
2016-04-23regression: correct the BW per core calculationYaroslav Brustinov1-4/+10
2016-04-19regression: add trex07, trex14, trex25.Yaroslav Brustinov1-3/+5
skip rx_check negative on kiwi02 for now.
2016-04-14regression: python3 supportYaroslav Brustinov1-25/+23
2016-03-09regression: stl updatesYaroslav Brustinov1-0/+275
id='n316' href='#n316'>316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472