Artifact debusine:work-request-debug-logs

Metadata
{}

File

cmd-output.log
   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 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
 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
 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
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 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
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 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
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
cmd: autopkgtest --apt-upgrade --output-dir=artifact-dir --summary=artifact-dir/summary --no-built-binaries --needs-internet=run --copy=/etc/resolv.conf:/etc/resolv.conf /tmp/debusine-fetch-exec-upload-ou3hitq8/python3-rich_13.9.4-0.1_all.deb /tmp/debusine-fetch-exec-upload-ou3hitq8/python3-softlayer_6.1.4-1_all.deb /tmp/debusine-fetch-exec-upload-ou3hitq8/python-softlayer_6.1.4-1.dsc -- unshare --arch amd64 --release sid --tarball /var/lib/debusine/worker/system-images/1099747/system.tar.xz
output (contains stdout and stderr):
autopkgtest [13:57:39]: starting date and time: 2024-12-18 13:57:39+0000
autopkgtest [13:57:39]: version 5.38~bpo12+1
autopkgtest [13:57:39]: host debusine-worker-amd64-hades-04; command line: /usr/bin/autopkgtest --apt-upgrade --output-dir=artifact-dir --summary=artifact-dir/summary --no-built-binaries --needs-internet=run --copy=/etc/resolv.conf:/etc/resolv.conf /tmp/debusine-fetch-exec-upload-ou3hitq8/python3-rich_13.9.4-0.1_all.deb /tmp/debusine-fetch-exec-upload-ou3hitq8/python3-softlayer_6.1.4-1_all.deb /tmp/debusine-fetch-exec-upload-ou3hitq8/python-softlayer_6.1.4-1.dsc -- unshare --arch amd64 --release sid --tarball /var/lib/debusine/worker/system-images/1099747/system.tar.xz
autopkgtest [13:57:44]: testbed dpkg architecture: amd64
autopkgtest [13:57:44]: testbed apt version: 2.9.17
autopkgtest [13:57:44]: @@@@@@@@@@@@@@@@@@@@ test bed setup
Get:1 http://deb.debian.org/debian sid InRelease [202 kB]
Get:2 http://deb.debian.org/debian sid/main amd64 Packages [10.1 MB]
Get:3 http://deb.debian.org/debian sid/main Translation-en [7350 kB]
Get:4 http://deb.debian.org/debian sid/main amd64 Components [4974 kB]
Fetched 22.6 MB in 2s (9426 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  gcc-14-base gettext gettext-base libatomic1 libgcc-s1 libgomp1 libstdc++6
7 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 2779 kB of archives.
After this operation, 1024 B of additional disk space will be used.
Get:1 http://deb.debian.org/debian sid/main amd64 libatomic1 amd64 14.2.0-11 [9284 B]
Get:2 http://deb.debian.org/debian sid/main amd64 gcc-14-base amd64 14.2.0-11 [48.0 kB]
Get:3 http://deb.debian.org/debian sid/main amd64 libstdc++6 amd64 14.2.0-11 [713 kB]
Get:4 http://deb.debian.org/debian sid/main amd64 libgomp1 amd64 14.2.0-11 [137 kB]
Get:5 http://deb.debian.org/debian sid/main amd64 libgcc-s1 amd64 14.2.0-11 [72.7 kB]
Get:6 http://deb.debian.org/debian sid/main amd64 gettext-base amd64 0.22.5-3 [200 kB]
Get:7 http://deb.debian.org/debian sid/main amd64 gettext amd64 0.22.5-3 [1600 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 2779 kB in 0s (23.1 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17030 files and directories currently installed.)
Preparing to unpack .../libatomic1_14.2.0-11_amd64.deb ...
Unpacking libatomic1:amd64 (14.2.0-11) over (14.2.0-8) ...
Preparing to unpack .../gcc-14-base_14.2.0-11_amd64.deb ...
Unpacking gcc-14-base:amd64 (14.2.0-11) over (14.2.0-8) ...
Setting up gcc-14-base:amd64 (14.2.0-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17030 files and directories currently installed.)
Preparing to unpack .../libstdc++6_14.2.0-11_amd64.deb ...
Unpacking libstdc++6:amd64 (14.2.0-11) over (14.2.0-8) ...
Setting up libstdc++6:amd64 (14.2.0-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17030 files and directories currently installed.)
Preparing to unpack .../libgomp1_14.2.0-11_amd64.deb ...
Unpacking libgomp1:amd64 (14.2.0-11) over (14.2.0-8) ...
Preparing to unpack .../libgcc-s1_14.2.0-11_amd64.deb ...
Unpacking libgcc-s1:amd64 (14.2.0-11) over (14.2.0-8) ...
Setting up libgcc-s1:amd64 (14.2.0-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17030 files and directories currently installed.)
Preparing to unpack .../gettext-base_0.22.5-3_amd64.deb ...
Unpacking gettext-base (0.22.5-3) over (0.22.5-2) ...
Preparing to unpack .../gettext_0.22.5-3_amd64.deb ...
Unpacking gettext (0.22.5-3) over (0.22.5-2) ...
Setting up gettext-base (0.22.5-3) ...
Setting up libgomp1:amd64 (14.2.0-11) ...
Setting up libatomic1:amd64 (14.2.0-11) ...
Setting up gettext (0.22.5-3) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for libc-bin (2.40-4) ...
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
autopkgtest [13:57:51]: testbed running kernel: Linux 6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22)
autopkgtest [13:57:51]: @@@@@@@@@@@@@@@@@@@@ source /tmp/debusine-fetch-exec-upload-ou3hitq8/python-softlayer_6.1.4-1.dsc
gpgv: Signature made Mon Feb 27 14:15:41 2023 UTC
gpgv:                using RSA key 406220C8B8552802378CCE411F5C7A8B45564314
gpgv:                issuer "bage@debian.org"
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for /tmp/autopkgtest.6SJt5H/python-softlayer_6.1.4-1.dsc: no acceptable signature found
dpkg-source: info: extracting python-softlayer in src
dpkg-source: info: unpacking python-softlayer_6.1.4.orig.tar.gz
dpkg-source: info: unpacking python-softlayer_6.1.4-1.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 0001-Rename-launcher-script-to-avoid-namespace-conflicts.patch
autopkgtest [13:57:52]: testing package python-softlayer version 6.1.4-1
autopkgtest [13:57:52]: build not needed
autopkgtest [13:57:52]: test py3: preparing testbed
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  apt-utils
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 328 kB of archives.
After this operation, 1097 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian sid/main amd64 apt-utils amd64 2.9.17 [328 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 328 kB in 0s (7709 kB/s)
Selecting previously unselected package apt-utils.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17030 files and directories currently installed.)
Preparing to unpack .../apt-utils_2.9.17_amd64.deb ...
Unpacking apt-utils (2.9.17) ...
Setting up apt-utils (2.9.17) ...
Processing triggers for man-db (2.13.0-1) ...
Ign:1 file:/tmp/autopkgtest.6SJt5H/binaries  InRelease
Get:2 file:/tmp/autopkgtest.6SJt5H/binaries  Release [816 B]
Get:2 file:/tmp/autopkgtest.6SJt5H/binaries  Release [816 B]
Ign:3 file:/tmp/autopkgtest.6SJt5H/binaries  Release.gpg
Get:4 file:/tmp/autopkgtest.6SJt5H/binaries  Packages [3494 B]
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
The following NEW packages will be installed:
  blt fontconfig-config fonts-dejavu-core fonts-dejavu-mono libexpat1
  libfontconfig1 libfreetype6 libnsl2 libpng16-16t64 libpython3-stdlib
  libpython3.12-minimal libpython3.12-stdlib libpython3.13-minimal
  libpython3.13-stdlib libtcl8.6 libtirpc-common libtirpc3t64 libtk8.6
  libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxft2 libxrender1
  libxslt1.1 libxss1 media-types python3 python3-all python3-attr
  python3-autocommand python3-cached-property python3-certifi python3-chardet
  python3-charset-normalizer python3-click python3-colorama python3-dateutil
  python3-defusedxml python3-fixtures python3-freezegun python3-idna
  python3-inflect python3-iniconfig python3-isodate python3-jaraco.context
  python3-jaraco.functools python3-jaraco.text python3-lxml
  python3-markdown-it python3-mdurl python3-minimal python3-mock
  python3-more-itertools python3-packaging python3-pbr python3-pkg-resources
  python3-platformdirs python3-pluggy python3-prettytable
  python3-prompt-toolkit python3-pygments python3-pytest python3-requests
  python3-requests-file python3-requests-toolbelt python3-rich
  python3-setuptools python3-softlayer python3-testtools python3-tk
  python3-typeguard python3-typing-extensions python3-tz python3-urllib3
  python3-wcwidth python3-zeep python3-zipp python3.12 python3.12-minimal
  python3.12-tk python3.13 python3.13-minimal python3.13-tk tk8.6-blt2.5
  x11-common
0 upgraded, 88 newly installed, 0 to remove and 0 not upgraded.
Need to get 24.9 MB/25.3 MB of archives.
After this operation, 102 MB of additional disk space will be used.
Get:1 file:/tmp/autopkgtest.6SJt5H/binaries  python3-rich 13.9.4-0.1 [203 kB]
Get:2 file:/tmp/autopkgtest.6SJt5H/binaries  python3-softlayer 6.1.4-1 [267 kB]
Get:3 http://deb.debian.org/debian sid/main amd64 libpython3.12-minimal amd64 3.12.8-3 [817 kB]
Get:4 http://deb.debian.org/debian sid/main amd64 libexpat1 amd64 2.6.4-1 [106 kB]
Get:5 http://deb.debian.org/debian sid/main amd64 python3.12-minimal amd64 3.12.8-3 [2162 kB]
Get:6 http://deb.debian.org/debian sid/main amd64 python3-minimal amd64 3.12.7-1 [26.8 kB]
Get:7 http://deb.debian.org/debian sid/main amd64 media-types all 10.1.0 [26.9 kB]
Get:8 http://deb.debian.org/debian sid/main amd64 libtirpc-common all 1.3.4+ds-1.3 [10.9 kB]
Get:9 http://deb.debian.org/debian sid/main amd64 libtirpc3t64 amd64 1.3.4+ds-1.3+b1 [83.1 kB]
Get:10 http://deb.debian.org/debian sid/main amd64 libnsl2 amd64 1.3.0-3+b3 [40.6 kB]
Get:11 http://deb.debian.org/debian sid/main amd64 libpython3.12-stdlib amd64 3.12.8-3 [1969 kB]
Get:12 http://deb.debian.org/debian sid/main amd64 python3.12 amd64 3.12.8-3 [677 kB]
Get:13 http://deb.debian.org/debian sid/main amd64 libpython3-stdlib amd64 3.12.7-1 [9712 B]
Get:14 http://deb.debian.org/debian sid/main amd64 python3 amd64 3.12.7-1 [27.8 kB]
Get:15 http://deb.debian.org/debian sid/main amd64 libpython3.13-minimal amd64 3.13.1-2 [858 kB]
Get:16 http://deb.debian.org/debian sid/main amd64 python3.13-minimal amd64 3.13.1-2 [2198 kB]
Get:17 http://deb.debian.org/debian sid/main amd64 libtcl8.6 amd64 8.6.15+dfsg-2 [1042 kB]
Get:18 http://deb.debian.org/debian sid/main amd64 libpng16-16t64 amd64 1.6.44-3 [280 kB]
Get:19 http://deb.debian.org/debian sid/main amd64 libfreetype6 amd64 2.13.3+dfsg-1 [452 kB]
Get:20 http://deb.debian.org/debian sid/main amd64 fonts-dejavu-mono all 2.37-8 [489 kB]
Get:21 http://deb.debian.org/debian sid/main amd64 fonts-dejavu-core all 2.37-8 [840 kB]
Get:22 http://deb.debian.org/debian sid/main amd64 fontconfig-config amd64 2.15.0-1.1+b1 [318 kB]
Get:23 http://deb.debian.org/debian sid/main amd64 libfontconfig1 amd64 2.15.0-1.1+b1 [391 kB]
Get:24 http://deb.debian.org/debian sid/main amd64 libxau6 amd64 1:1.0.11-1 [20.4 kB]
Get:25 http://deb.debian.org/debian sid/main amd64 libxdmcp6 amd64 1:1.1.5-1 [27.8 kB]
Get:26 http://deb.debian.org/debian sid/main amd64 libxcb1 amd64 1.17.0-2+b1 [144 kB]
Get:27 http://deb.debian.org/debian sid/main amd64 libx11-data all 2:1.8.10-2 [337 kB]
Get:28 http://deb.debian.org/debian sid/main amd64 libx11-6 amd64 2:1.8.10-2 [813 kB]
Get:29 http://deb.debian.org/debian sid/main amd64 libxrender1 amd64 1:0.9.10-1.1+b3 [27.8 kB]
Get:30 http://deb.debian.org/debian sid/main amd64 libxft2 amd64 2.3.6-1+b3 [54.6 kB]
Get:31 http://deb.debian.org/debian sid/main amd64 libxext6 amd64 2:1.3.4-1+b2 [50.5 kB]
Get:32 http://deb.debian.org/debian sid/main amd64 x11-common all 1:7.7+23.1 [216 kB]
Get:33 http://deb.debian.org/debian sid/main amd64 libxss1 amd64 1:1.2.3-1+b2 [17.0 kB]
Get:34 http://deb.debian.org/debian sid/main amd64 libtk8.6 amd64 8.6.15-1 [791 kB]
Get:35 http://deb.debian.org/debian sid/main amd64 tk8.6-blt2.5 amd64 2.5.3+dfsg-7 [586 kB]
Get:36 http://deb.debian.org/debian sid/main amd64 blt amd64 2.5.3+dfsg-7 [6024 B]
Get:37 http://deb.debian.org/debian sid/main amd64 libpython3.13-stdlib amd64 3.13.1-2 [1975 kB]
Get:38 http://deb.debian.org/debian sid/main amd64 libxslt1.1 amd64 1.1.35-1.1+b1 [233 kB]
Get:39 http://deb.debian.org/debian sid/main amd64 python3.13 amd64 3.13.1-2 [740 kB]
Get:40 http://deb.debian.org/debian sid/main amd64 python3-all amd64 3.12.7-1 [1052 B]
Get:41 http://deb.debian.org/debian sid/main amd64 python3-attr all 24.2.0-1 [68.4 kB]
Get:42 http://deb.debian.org/debian sid/main amd64 python3-autocommand all 2.2.2-3 [13.6 kB]
Get:43 http://deb.debian.org/debian sid/main amd64 python3-more-itertools all 10.5.0-1 [63.8 kB]
Get:44 http://deb.debian.org/debian sid/main amd64 python3-typing-extensions all 4.12.2-2 [73.0 kB]
Get:45 http://deb.debian.org/debian sid/main amd64 python3-typeguard all 4.4.1-1 [37.0 kB]
Get:46 http://deb.debian.org/debian sid/main amd64 python3-inflect all 7.3.1-2 [32.4 kB]
Get:47 http://deb.debian.org/debian sid/main amd64 python3-jaraco.context all 6.0.0-1 [7984 B]
Get:48 http://deb.debian.org/debian sid/main amd64 python3-jaraco.functools all 4.1.0-1 [12.0 kB]
Get:49 http://deb.debian.org/debian sid/main amd64 python3-pkg-resources all 75.6.0-1 [222 kB]
Get:50 http://deb.debian.org/debian sid/main amd64 python3-cached-property all 1.5.2-1 [12.5 kB]
Get:51 http://deb.debian.org/debian sid/main amd64 python3-certifi all 2024.8.30+dfsg-1 [9576 B]
Get:52 http://deb.debian.org/debian sid/main amd64 python3-chardet all 5.2.0+dfsg-1 [107 kB]
Get:53 http://deb.debian.org/debian sid/main amd64 python3-charset-normalizer amd64 3.4.0-1+b1 [140 kB]
Get:54 http://deb.debian.org/debian sid/main amd64 python3-colorama all 0.4.6-4 [36.2 kB]
Get:55 http://deb.debian.org/debian sid/main amd64 python3-click all 8.1.7-2 [94.3 kB]
Get:56 http://deb.debian.org/debian sid/main amd64 python3-dateutil all 2.9.0-3 [79.3 kB]
Get:57 http://deb.debian.org/debian sid/main amd64 python3-defusedxml all 0.7.1-3 [43.4 kB]
Get:58 http://deb.debian.org/debian sid/main amd64 python3-jaraco.text all 4.0.0-1 [11.4 kB]
Get:59 http://deb.debian.org/debian sid/main amd64 python3-zipp all 3.21.0-1 [10.6 kB]
Get:60 http://deb.debian.org/debian sid/main amd64 python3-setuptools all 75.6.0-1 [720 kB]
Get:61 http://deb.debian.org/debian sid/main amd64 python3-pbr all 6.1.0-3 [56.6 kB]
Get:62 http://deb.debian.org/debian sid/main amd64 python3-testtools all 2.7.2-4 [122 kB]
Get:63 http://deb.debian.org/debian sid/main amd64 python3-fixtures all 4.1.0-2 [34.1 kB]
Get:64 http://deb.debian.org/debian sid/main amd64 python3-freezegun all 1.5.1-1.1 [17.1 kB]
Get:65 http://deb.debian.org/debian sid/main amd64 python3-idna all 3.8-2 [41.6 kB]
Get:66 http://deb.debian.org/debian sid/main amd64 python3-iniconfig all 1.1.1-2 [6396 B]
Get:67 http://deb.debian.org/debian sid/main amd64 python3-isodate all 0.7.0-1 [19.4 kB]
Get:68 http://deb.debian.org/debian sid/main amd64 python3-lxml amd64 5.3.0-1+b1 [1676 kB]
Get:69 http://deb.debian.org/debian sid/main amd64 python3-mdurl all 0.1.2-1 [9444 B]
Get:70 http://deb.debian.org/debian sid/main amd64 python3-markdown-it all 3.0.0-2 [62.5 kB]
Get:71 http://deb.debian.org/debian sid/main amd64 python3-mock all 5.1.0-1 [70.2 kB]
Get:72 http://deb.debian.org/debian sid/main amd64 python3-packaging all 24.2-1 [55.3 kB]
Get:73 http://deb.debian.org/debian sid/main amd64 python3-platformdirs all 4.3.6-1 [16.6 kB]
Get:74 http://deb.debian.org/debian sid/main amd64 python3-pluggy all 1.5.0-1 [26.9 kB]
Get:75 http://deb.debian.org/debian sid/main amd64 python3-wcwidth all 0.2.13+dfsg1-1 [24.9 kB]
Get:76 http://deb.debian.org/debian sid/main amd64 python3-prettytable all 3.12.0-1 [39.5 kB]
Get:77 http://deb.debian.org/debian sid/main amd64 python3-prompt-toolkit all 3.0.48-1 [277 kB]
Get:78 http://deb.debian.org/debian sid/main amd64 python3-pygments all 2.18.0+dfsg-1 [836 kB]
Get:79 http://deb.debian.org/debian sid/main amd64 python3-pytest all 8.3.4-1 [250 kB]
Get:80 http://deb.debian.org/debian sid/main amd64 python3-urllib3 all 2.2.3-4 [112 kB]
Get:81 http://deb.debian.org/debian sid/main amd64 python3-requests all 2.32.3+dfsg-1 [71.9 kB]
Get:82 http://deb.debian.org/debian sid/main amd64 python3-requests-file all 2.0.0-1 [6424 B]
Get:83 http://deb.debian.org/debian sid/main amd64 python3-requests-toolbelt all 1.0.0-4 [40.3 kB]
Get:84 http://deb.debian.org/debian sid/main amd64 python3.12-tk amd64 3.12.8-3 [113 kB]
Get:85 http://deb.debian.org/debian sid/main amd64 python3.13-tk amd64 3.13.1-2 [103 kB]
Get:86 http://deb.debian.org/debian sid/main amd64 python3-tk amd64 3.13.1-1 [9464 B]
Get:87 http://deb.debian.org/debian sid/main amd64 python3-tz all 2024.2-1 [31.0 kB]
Get:88 http://deb.debian.org/debian sid/main amd64 python3-zeep all 4.3.1-1 [80.6 kB]
Preconfiguring packages ...
Fetched 24.9 MB in 0s (53.2 MB/s)
Selecting previously unselected package libpython3.12-minimal:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17112 files and directories currently installed.)
Preparing to unpack .../libpython3.12-minimal_3.12.8-3_amd64.deb ...
Unpacking libpython3.12-minimal:amd64 (3.12.8-3) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.6.4-1_amd64.deb ...
Unpacking libexpat1:amd64 (2.6.4-1) ...
Selecting previously unselected package python3.12-minimal.
Preparing to unpack .../python3.12-minimal_3.12.8-3_amd64.deb ...
Unpacking python3.12-minimal (3.12.8-3) ...
Setting up libpython3.12-minimal:amd64 (3.12.8-3) ...
Setting up libexpat1:amd64 (2.6.4-1) ...
Setting up python3.12-minimal (3.12.8-3) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17432 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.12.7-1_amd64.deb ...
Unpacking python3-minimal (3.12.7-1) ...
Selecting previously unselected package media-types.
Preparing to unpack .../1-media-types_10.1.0_all.deb ...
Unpacking media-types (10.1.0) ...
Selecting previously unselected package libtirpc-common.
Preparing to unpack .../2-libtirpc-common_1.3.4+ds-1.3_all.deb ...
Unpacking libtirpc-common (1.3.4+ds-1.3) ...
Selecting previously unselected package libtirpc3t64:amd64.
Preparing to unpack .../3-libtirpc3t64_1.3.4+ds-1.3+b1_amd64.deb ...
Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3 to /lib/x86_64-linux-gnu/libtirpc.so.3.usr-is-merged by libtirpc3t64'
Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3.0.0 to /lib/x86_64-linux-gnu/libtirpc.so.3.0.0.usr-is-merged by libtirpc3t64'
Unpacking libtirpc3t64:amd64 (1.3.4+ds-1.3+b1) ...
Selecting previously unselected package libnsl2:amd64.
Preparing to unpack .../4-libnsl2_1.3.0-3+b3_amd64.deb ...
Unpacking libnsl2:amd64 (1.3.0-3+b3) ...
Selecting previously unselected package libpython3.12-stdlib:amd64.
Preparing to unpack .../5-libpython3.12-stdlib_3.12.8-3_amd64.deb ...
Unpacking libpython3.12-stdlib:amd64 (3.12.8-3) ...
Selecting previously unselected package python3.12.
Preparing to unpack .../6-python3.12_3.12.8-3_amd64.deb ...
Unpacking python3.12 (3.12.8-3) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../7-libpython3-stdlib_3.12.7-1_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.12.7-1) ...
Setting up python3-minimal (3.12.7-1) ...
Selecting previously unselected package python3.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17898 files and directories currently installed.)
Preparing to unpack .../00-python3_3.12.7-1_amd64.deb ...
Unpacking python3 (3.12.7-1) ...
Selecting previously unselected package libpython3.13-minimal:amd64.
Preparing to unpack .../01-libpython3.13-minimal_3.13.1-2_amd64.deb ...
Unpacking libpython3.13-minimal:amd64 (3.13.1-2) ...
Selecting previously unselected package python3.13-minimal.
Preparing to unpack .../02-python3.13-minimal_3.13.1-2_amd64.deb ...
Unpacking python3.13-minimal (3.13.1-2) ...
Selecting previously unselected package libtcl8.6:amd64.
Preparing to unpack .../03-libtcl8.6_8.6.15+dfsg-2_amd64.deb ...
Unpacking libtcl8.6:amd64 (8.6.15+dfsg-2) ...
Selecting previously unselected package libpng16-16t64:amd64.
Preparing to unpack .../04-libpng16-16t64_1.6.44-3_amd64.deb ...
Unpacking libpng16-16t64:amd64 (1.6.44-3) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../05-libfreetype6_2.13.3+dfsg-1_amd64.deb ...
Unpacking libfreetype6:amd64 (2.13.3+dfsg-1) ...
Selecting previously unselected package fonts-dejavu-mono.
Preparing to unpack .../06-fonts-dejavu-mono_2.37-8_all.deb ...
Unpacking fonts-dejavu-mono (2.37-8) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../07-fonts-dejavu-core_2.37-8_all.deb ...
Unpacking fonts-dejavu-core (2.37-8) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../08-fontconfig-config_2.15.0-1.1+b1_amd64.deb ...
Unpacking fontconfig-config (2.15.0-1.1+b1) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../09-libfontconfig1_2.15.0-1.1+b1_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.15.0-1.1+b1) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../10-libxau6_1%3a1.0.11-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.11-1) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../11-libxdmcp6_1%3a1.1.5-1_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.5-1) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../12-libxcb1_1.17.0-2+b1_amd64.deb ...
Unpacking libxcb1:amd64 (1.17.0-2+b1) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../13-libx11-data_2%3a1.8.10-2_all.deb ...
Unpacking libx11-data (2:1.8.10-2) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../14-libx11-6_2%3a1.8.10-2_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.8.10-2) ...
Selecting previously unselected package libxrender1:amd64.
Preparing to unpack .../15-libxrender1_1%3a0.9.10-1.1+b3_amd64.deb ...
Unpacking libxrender1:amd64 (1:0.9.10-1.1+b3) ...
Selecting previously unselected package libxft2:amd64.
Preparing to unpack .../16-libxft2_2.3.6-1+b3_amd64.deb ...
Unpacking libxft2:amd64 (2.3.6-1+b3) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../17-libxext6_2%3a1.3.4-1+b2_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.4-1+b2) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../18-x11-common_1%3a7.7+23.1_all.deb ...
Unpacking x11-common (1:7.7+23.1) ...
Selecting previously unselected package libxss1:amd64.
Preparing to unpack .../19-libxss1_1%3a1.2.3-1+b2_amd64.deb ...
Unpacking libxss1:amd64 (1:1.2.3-1+b2) ...
Selecting previously unselected package libtk8.6:amd64.
Preparing to unpack .../20-libtk8.6_8.6.15-1_amd64.deb ...
Unpacking libtk8.6:amd64 (8.6.15-1) ...
Selecting previously unselected package tk8.6-blt2.5.
Preparing to unpack .../21-tk8.6-blt2.5_2.5.3+dfsg-7_amd64.deb ...
Unpacking tk8.6-blt2.5 (2.5.3+dfsg-7) ...
Selecting previously unselected package blt.
Preparing to unpack .../22-blt_2.5.3+dfsg-7_amd64.deb ...
Unpacking blt (2.5.3+dfsg-7) ...
Selecting previously unselected package libpython3.13-stdlib:amd64.
Preparing to unpack .../23-libpython3.13-stdlib_3.13.1-2_amd64.deb ...
Unpacking libpython3.13-stdlib:amd64 (3.13.1-2) ...
Selecting previously unselected package libxslt1.1:amd64.
Preparing to unpack .../24-libxslt1.1_1.1.35-1.1+b1_amd64.deb ...
Unpacking libxslt1.1:amd64 (1.1.35-1.1+b1) ...
Selecting previously unselected package python3.13.
Preparing to unpack .../25-python3.13_3.13.1-2_amd64.deb ...
Unpacking python3.13 (3.13.1-2) ...
Selecting previously unselected package python3-all.
Preparing to unpack .../26-python3-all_3.12.7-1_amd64.deb ...
Unpacking python3-all (3.12.7-1) ...
Selecting previously unselected package python3-attr.
Preparing to unpack .../27-python3-attr_24.2.0-1_all.deb ...
Unpacking python3-attr (24.2.0-1) ...
Selecting previously unselected package python3-autocommand.
Preparing to unpack .../28-python3-autocommand_2.2.2-3_all.deb ...
Unpacking python3-autocommand (2.2.2-3) ...
Selecting previously unselected package python3-more-itertools.
Preparing to unpack .../29-python3-more-itertools_10.5.0-1_all.deb ...
Unpacking python3-more-itertools (10.5.0-1) ...
Selecting previously unselected package python3-typing-extensions.
Preparing to unpack .../30-python3-typing-extensions_4.12.2-2_all.deb ...
Unpacking python3-typing-extensions (4.12.2-2) ...
Selecting previously unselected package python3-typeguard.
Preparing to unpack .../31-python3-typeguard_4.4.1-1_all.deb ...
Unpacking python3-typeguard (4.4.1-1) ...
Selecting previously unselected package python3-inflect.
Preparing to unpack .../32-python3-inflect_7.3.1-2_all.deb ...
Unpacking python3-inflect (7.3.1-2) ...
Selecting previously unselected package python3-jaraco.context.
Preparing to unpack .../33-python3-jaraco.context_6.0.0-1_all.deb ...
Unpacking python3-jaraco.context (6.0.0-1) ...
Selecting previously unselected package python3-jaraco.functools.
Preparing to unpack .../34-python3-jaraco.functools_4.1.0-1_all.deb ...
Unpacking python3-jaraco.functools (4.1.0-1) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../35-python3-pkg-resources_75.6.0-1_all.deb ...
Unpacking python3-pkg-resources (75.6.0-1) ...
Selecting previously unselected package python3-cached-property.
Preparing to unpack .../36-python3-cached-property_1.5.2-1_all.deb ...
Unpacking python3-cached-property (1.5.2-1) ...
Selecting previously unselected package python3-certifi.
Preparing to unpack .../37-python3-certifi_2024.8.30+dfsg-1_all.deb ...
Unpacking python3-certifi (2024.8.30+dfsg-1) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../38-python3-chardet_5.2.0+dfsg-1_all.deb ...
Unpacking python3-chardet (5.2.0+dfsg-1) ...
Selecting previously unselected package python3-charset-normalizer.
Preparing to unpack .../39-python3-charset-normalizer_3.4.0-1+b1_amd64.deb ...
Unpacking python3-charset-normalizer (3.4.0-1+b1) ...
Selecting previously unselected package python3-colorama.
Preparing to unpack .../40-python3-colorama_0.4.6-4_all.deb ...
Unpacking python3-colorama (0.4.6-4) ...
Selecting previously unselected package python3-click.
Preparing to unpack .../41-python3-click_8.1.7-2_all.deb ...
Unpacking python3-click (8.1.7-2) ...
Selecting previously unselected package python3-dateutil.
Preparing to unpack .../42-python3-dateutil_2.9.0-3_all.deb ...
Unpacking python3-dateutil (2.9.0-3) ...
Selecting previously unselected package python3-defusedxml.
Preparing to unpack .../43-python3-defusedxml_0.7.1-3_all.deb ...
Unpacking python3-defusedxml (0.7.1-3) ...
Selecting previously unselected package python3-jaraco.text.
Preparing to unpack .../44-python3-jaraco.text_4.0.0-1_all.deb ...
Unpacking python3-jaraco.text (4.0.0-1) ...
Selecting previously unselected package python3-zipp.
Preparing to unpack .../45-python3-zipp_3.21.0-1_all.deb ...
Unpacking python3-zipp (3.21.0-1) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../46-python3-setuptools_75.6.0-1_all.deb ...
Unpacking python3-setuptools (75.6.0-1) ...
Selecting previously unselected package python3-pbr.
Preparing to unpack .../47-python3-pbr_6.1.0-3_all.deb ...
Unpacking python3-pbr (6.1.0-3) ...
Selecting previously unselected package python3-testtools.
Preparing to unpack .../48-python3-testtools_2.7.2-4_all.deb ...
Unpacking python3-testtools (2.7.2-4) ...
Selecting previously unselected package python3-fixtures.
Preparing to unpack .../49-python3-fixtures_4.1.0-2_all.deb ...
Unpacking python3-fixtures (4.1.0-2) ...
Selecting previously unselected package python3-freezegun.
Preparing to unpack .../50-python3-freezegun_1.5.1-1.1_all.deb ...
Unpacking python3-freezegun (1.5.1-1.1) ...
Selecting previously unselected package python3-idna.
Preparing to unpack .../51-python3-idna_3.8-2_all.deb ...
Unpacking python3-idna (3.8-2) ...
Selecting previously unselected package python3-iniconfig.
Preparing to unpack .../52-python3-iniconfig_1.1.1-2_all.deb ...
Unpacking python3-iniconfig (1.1.1-2) ...
Selecting previously unselected package python3-isodate.
Preparing to unpack .../53-python3-isodate_0.7.0-1_all.deb ...
Unpacking python3-isodate (0.7.0-1) ...
Selecting previously unselected package python3-lxml:amd64.
Preparing to unpack .../54-python3-lxml_5.3.0-1+b1_amd64.deb ...
Unpacking python3-lxml:amd64 (5.3.0-1+b1) ...
Selecting previously unselected package python3-mdurl.
Preparing to unpack .../55-python3-mdurl_0.1.2-1_all.deb ...
Unpacking python3-mdurl (0.1.2-1) ...
Selecting previously unselected package python3-markdown-it.
Preparing to unpack .../56-python3-markdown-it_3.0.0-2_all.deb ...
Unpacking python3-markdown-it (3.0.0-2) ...
Selecting previously unselected package python3-mock.
Preparing to unpack .../57-python3-mock_5.1.0-1_all.deb ...
Unpacking python3-mock (5.1.0-1) ...
Selecting previously unselected package python3-packaging.
Preparing to unpack .../58-python3-packaging_24.2-1_all.deb ...
Unpacking python3-packaging (24.2-1) ...
Selecting previously unselected package python3-platformdirs.
Preparing to unpack .../59-python3-platformdirs_4.3.6-1_all.deb ...
Unpacking python3-platformdirs (4.3.6-1) ...
Selecting previously unselected package python3-pluggy.
Preparing to unpack .../60-python3-pluggy_1.5.0-1_all.deb ...
Unpacking python3-pluggy (1.5.0-1) ...
Selecting previously unselected package python3-wcwidth.
Preparing to unpack .../61-python3-wcwidth_0.2.13+dfsg1-1_all.deb ...
Unpacking python3-wcwidth (0.2.13+dfsg1-1) ...
Selecting previously unselected package python3-prettytable.
Preparing to unpack .../62-python3-prettytable_3.12.0-1_all.deb ...
Unpacking python3-prettytable (3.12.0-1) ...
Selecting previously unselected package python3-prompt-toolkit.
Preparing to unpack .../63-python3-prompt-toolkit_3.0.48-1_all.deb ...
Unpacking python3-prompt-toolkit (3.0.48-1) ...
Selecting previously unselected package python3-pygments.
Preparing to unpack .../64-python3-pygments_2.18.0+dfsg-1_all.deb ...
Unpacking python3-pygments (2.18.0+dfsg-1) ...
Selecting previously unselected package python3-pytest.
Preparing to unpack .../65-python3-pytest_8.3.4-1_all.deb ...
Unpacking python3-pytest (8.3.4-1) ...
Selecting previously unselected package python3-urllib3.
Preparing to unpack .../66-python3-urllib3_2.2.3-4_all.deb ...
Unpacking python3-urllib3 (2.2.3-4) ...
Selecting previously unselected package python3-requests.
Preparing to unpack .../67-python3-requests_2.32.3+dfsg-1_all.deb ...
Unpacking python3-requests (2.32.3+dfsg-1) ...
Selecting previously unselected package python3-requests-file.
Preparing to unpack .../68-python3-requests-file_2.0.0-1_all.deb ...
Unpacking python3-requests-file (2.0.0-1) ...
Selecting previously unselected package python3-requests-toolbelt.
Preparing to unpack .../69-python3-requests-toolbelt_1.0.0-4_all.deb ...
Unpacking python3-requests-toolbelt (1.0.0-4) ...
Selecting previously unselected package python3-rich.
Preparing to unpack .../70-python3-rich.deb ...
Unpacking python3-rich (13.9.4-0.1) ...
Selecting previously unselected package python3-softlayer.
Preparing to unpack .../71-python3-softlayer.deb ...
Unpacking python3-softlayer (6.1.4-1) ...
Selecting previously unselected package python3.12-tk.
Preparing to unpack .../72-python3.12-tk_3.12.8-3_amd64.deb ...
Unpacking python3.12-tk (3.12.8-3) ...
Selecting previously unselected package python3.13-tk.
Preparing to unpack .../73-python3.13-tk_3.13.1-2_amd64.deb ...
Unpacking python3.13-tk (3.13.1-2) ...
Selecting previously unselected package python3-tk:amd64.
Preparing to unpack .../74-python3-tk_3.13.1-1_amd64.deb ...
Unpacking python3-tk:amd64 (3.13.1-1) ...
Selecting previously unselected package python3-tz.
Preparing to unpack .../75-python3-tz_2024.2-1_all.deb ...
Unpacking python3-tz (2024.2-1) ...
Selecting previously unselected package python3-zeep.
Preparing to unpack .../76-python3-zeep_4.3.1-1_all.deb ...
Unpacking python3-zeep (4.3.1-1) ...
Setting up media-types (10.1.0) ...
Setting up libxau6:amd64 (1:1.0.11-1) ...
Setting up libxdmcp6:amd64 (1:1.1.5-1) ...
Setting up libxcb1:amd64 (1.17.0-2+b1) ...
Setting up libtirpc-common (1.3.4+ds-1.3) ...
Setting up x11-common (1:7.7+23.1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: WARNING: No init system and policy-rc.d missing! Defaulting to block.
Setting up libpython3.13-minimal:amd64 (3.13.1-2) ...
Setting up libx11-data (2:1.8.10-2) ...
Setting up fonts-dejavu-mono (2.37-8) ...
Setting up libpng16-16t64:amd64 (1.6.44-3) ...
Setting up libtcl8.6:amd64 (8.6.15+dfsg-2) ...
Setting up fonts-dejavu-core (2.37-8) ...
Setting up libxslt1.1:amd64 (1.1.35-1.1+b1) ...
Setting up python3.13-minimal (3.13.1-2) ...
Setting up libx11-6:amd64 (2:1.8.10-2) ...
Setting up libpython3.13-stdlib:amd64 (3.13.1-2) ...
Setting up libxrender1:amd64 (1:0.9.10-1.1+b3) ...
Setting up libtirpc3t64:amd64 (1.3.4+ds-1.3+b1) ...
Setting up python3.13 (3.13.1-2) ...
Setting up fontconfig-config (2.15.0-1.1+b1) ...
Setting up libxext6:amd64 (2:1.3.4-1+b2) ...
Setting up libfreetype6:amd64 (2.13.3+dfsg-1) ...
Setting up libnsl2:amd64 (1.3.0-3+b3) ...
Setting up libxss1:amd64 (1:1.2.3-1+b2) ...
Setting up libfontconfig1:amd64 (2.15.0-1.1+b1) ...
Setting up libxft2:amd64 (2.3.6-1+b3) ...
Setting up libpython3.12-stdlib:amd64 (3.12.8-3) ...
Setting up libtk8.6:amd64 (8.6.15-1) ...
Setting up python3.12 (3.12.8-3) ...
Setting up python3.12-tk (3.12.8-3) ...
Setting up python3.13-tk (3.13.1-2) ...
Setting up libpython3-stdlib:amd64 (3.12.7-1) ...
Setting up tk8.6-blt2.5 (2.5.3+dfsg-7) ...
Setting up blt (2.5.3+dfsg-7) ...
Setting up python3 (3.12.7-1) ...
Setting up python3-zipp (3.21.0-1) ...
Setting up python3-autocommand (2.2.2-3) ...
Setting up python3-platformdirs (4.3.6-1) ...
Setting up python3-tz (2024.2-1) ...
Setting up python3-mock (5.1.0-1) ...
Setting up python3-isodate (0.7.0-1) ...
Setting up python3-packaging (24.2-1) ...
Setting up python3-wcwidth (0.2.13+dfsg1-1) ...
Setting up python3-certifi (2024.8.30+dfsg-1) ...
Setting up python3-mdurl (0.1.2-1) ...
Setting up python3-idna (3.8-2) ...
Setting up python3-typing-extensions (4.12.2-2) ...
Setting up python3-urllib3 (2.2.3-4) ...
Setting up python3-pluggy (1.5.0-1) ...
Setting up python3-markdown-it (3.0.0-2) ...
Setting up python3-lxml:amd64 (5.3.0-1+b1) ...
Setting up python3-dateutil (2.9.0-3) ...
Setting up python3-prettytable (3.12.0-1) ...
Setting up python3-freezegun (1.5.1-1.1) ...
Setting up python3-prompt-toolkit (3.0.48-1) ...
Setting up python3-more-itertools (10.5.0-1) ...
Setting up python3-iniconfig (1.1.1-2) ...
Setting up python3-attr (24.2.0-1) ...
Setting up python3-jaraco.functools (4.1.0-1) ...
Setting up python3-jaraco.context (6.0.0-1) ...
Setting up python3-colorama (0.4.6-4) ...
Setting up python3-defusedxml (0.7.1-3) ...
Setting up python3-charset-normalizer (3.4.0-1+b1) ...
Setting up python3-pytest (8.3.4-1) ...
Setting up python3-typeguard (4.4.1-1) ...
Setting up python3-all (3.12.7-1) ...
Setting up python3-tk:amd64 (3.13.1-1) ...
Setting up python3-click (8.1.7-2) ...
Setting up python3-inflect (7.3.1-2) ...
Setting up python3-jaraco.text (4.0.0-1) ...
Setting up python3-pkg-resources (75.6.0-1) ...
Setting up python3-cached-property (1.5.2-1) ...
Setting up python3-setuptools (75.6.0-1) ...
Setting up python3-pbr (6.1.0-3) ...
Setting up python3-pygments (2.18.0+dfsg-1) ...
Setting up python3-chardet (5.2.0+dfsg-1) ...
Setting up python3-requests (2.32.3+dfsg-1) ...
Setting up python3-requests-file (2.0.0-1) ...
Setting up python3-requests-toolbelt (1.0.0-4) ...
Setting up python3-rich (13.9.4-0.1) ...
Setting up python3-softlayer (6.1.4-1) ...
Setting up python3-zeep (4.3.1-1) ...
Setting up python3-testtools (2.7.2-4) ...
Setting up python3-fixtures (4.1.0-2) ...
Processing triggers for libc-bin (2.40-4) ...
Processing triggers for man-db (2.13.0-1) ...
autopkgtest [13:58:21]: test py3: [-----------------------
/usr/lib/python3/dist-packages/SoftLayer/fixtures/
=== python3.13 ===
============================= test session starts ==============================
platform linux -- Python 3.13.1, pytest-8.3.4, pluggy-1.5.0 -- /usr/bin/python3.13
cachedir: .pytest_cache
rootdir: /tmp/autopkgtest.6SJt5H/autopkgtest_tmp
configfile: setup.cfg
plugins: typeguard-4.4.1
collecting ... collected 1886 items

tests/CLI/core_tests.py::CoreTests::test_build_client PASSED             [  0%]
tests/CLI/core_tests.py::CoreTests::test_diagnostics PASSED              [  0%]
tests/CLI/core_tests.py::CoreTests::test_get_latest_version PASSED       [  0%]
tests/CLI/core_tests.py::CoreTests::test_get_version_message PASSED      [  0%]
tests/CLI/core_tests.py::CoreTests::test_load_all PASSED                 [  0%]
tests/CLI/core_tests.py::CoreTests::test_unable_get_latest_version PASSED [  0%]
tests/CLI/core_tests.py::CoreTests::test_verbose_max PASSED              [  0%]
tests/CLI/core_tests.py::CoreMainTests::test_auth_error PASSED           [  0%]
tests/CLI/core_tests.py::CoreMainTests::test_sl_error PASSED             [  0%]
tests/CLI/core_tests.py::CoreMainTests::test_unexpected_error PASSED     [  0%]
tests/CLI/custom_types_tests.py::CustomTypesTests::test_network_param_convert PASSED [  0%]
tests/CLI/custom_types_tests.py::CustomTypesTests::test_network_param_convert_fails PASSED [  0%]
tests/CLI/environment_tests.py::EnvironmentTests::test_format_output_is_json PASSED [  0%]
tests/CLI/environment_tests.py::EnvironmentTests::test_get_command PASSED [  0%]
tests/CLI/environment_tests.py::EnvironmentTests::test_get_command_invalid PASSED [  0%]
tests/CLI/environment_tests.py::EnvironmentTests::test_getpass PASSED    [  0%]
tests/CLI/environment_tests.py::EnvironmentTests::test_getpass_issues1436 PASSED [  0%]
tests/CLI/environment_tests.py::EnvironmentTests::test_input PASSED      [  0%]
tests/CLI/environment_tests.py::EnvironmentTests::test_list_commands PASSED [  1%]
tests/CLI/environment_tests.py::EnvironmentTests::test_multiple_tables PASSED [  1%]
tests/CLI/environment_tests.py::EnvironmentTests::test_resolve_alias PASSED [  1%]
tests/CLI/helper_tests.py::CLIJSONEncoderTest::test_default PASSED       [  1%]
tests/CLI/helper_tests.py::CLIJSONEncoderTest::test_fail PASSED          [  1%]
tests/CLI/helper_tests.py::PromptTests::test_confirmation PASSED         [  1%]
tests/CLI/helper_tests.py::PromptTests::test_do_or_die PASSED            [  1%]
tests/CLI/helper_tests.py::FormattedItemTests::test_blank PASSED         [  1%]
tests/CLI/helper_tests.py::FormattedItemTests::test_gb PASSED            [  1%]
tests/CLI/helper_tests.py::FormattedItemTests::test_init PASSED          [  1%]
tests/CLI/helper_tests.py::FormattedItemTests::test_mb_to_gb PASSED      [  1%]
tests/CLI/helper_tests.py::FormattedItemTests::test_sort PASSED          [  1%]
tests/CLI/helper_tests.py::FormattedItemTests::test_sort_mixed PASSED    [  1%]
tests/CLI/helper_tests.py::FormattedListTests::test_init PASSED          [  1%]
tests/CLI/helper_tests.py::FormattedListTests::test_str PASSED           [  1%]
tests/CLI/helper_tests.py::FormattedListTests::test_to_python PASSED     [  1%]
tests/CLI/helper_tests.py::FormattedTxnTests::test_active_txn PASSED     [  1%]
tests/CLI/helper_tests.py::FormattedTxnTests::test_active_txn_empty PASSED [  1%]
tests/CLI/helper_tests.py::FormattedTxnTests::test_active_txn_missing PASSED [  1%]
tests/CLI/helper_tests.py::FormattedTxnTests::test_transaction_status PASSED [  2%]
tests/CLI/helper_tests.py::FormattedTxnTests::test_transaction_status_missing PASSED [  2%]
tests/CLI/helper_tests.py::CLIAbortTests::test_init PASSED               [  2%]
tests/CLI/helper_tests.py::ResolveIdTests::test_resolve_id_multiple PASSED [  2%]
tests/CLI/helper_tests.py::ResolveIdTests::test_resolve_id_none PASSED   [  2%]
tests/CLI/helper_tests.py::ResolveIdTests::test_resolve_id_one PASSED    [  2%]
tests/CLI/helper_tests.py::TestTable::test_table_with_duplicated_columns PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_formatted_item PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_json PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_json_keyvaluetable PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_json_string PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_jsonraw PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_jsonraw_keyvaluetable PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_jsonraw_string PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_list PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_python PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_python_keyvaluetable PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_string PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_table PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_table_invalid_sort PASSED [  3%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_unicode PASSED [  3%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_raw_table PASSED [  3%]
tests/CLI/helper_tests.py::TestFormatOutput::test_sequentialoutput PASSED [  3%]
tests/CLI/helper_tests.py::TestFormatOutput::test_unknown PASSED         [  3%]
tests/CLI/helper_tests.py::TestTemplateArgs::test_no_template_option PASSED [  3%]
tests/CLI/helper_tests.py::TestTemplateArgs::test_template_options PASSED [  3%]
tests/CLI/helper_tests.py::TestExportToTemplate::test_export_to_template PASSED [  3%]
tests/CLI/helper_tests.py::IterToTableTests::test_format_api_dict PASSED [  3%]
tests/CLI/helper_tests.py::IterToTableTests::test_format_api_list PASSED [  3%]
tests/CLI/helper_tests.py::IterToTableTests::test_format_api_list_non_objects PASSED [  3%]
tests/CLI/helper_tests.py::IterToTableTests::test_format_api_list_with_empty_array PASSED [  3%]
tests/CLI/helper_tests.py::IterToTableTests::test_format_api_list_with_none_value PASSED [  3%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_acccount_bandwidth_pool_detail PASSED [  3%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_acccount_licenses PASSED [  3%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_acccount_order PASSED [  3%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_account_billing_items PASSED [  3%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_account_cancel_item PASSED [  3%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_account_get_billing_item_detail PASSED [  3%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_account_summary PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_bandwidth_pools PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_event_ack_all PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_event_detail PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_event_details_ack PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_event_jsonraw_output PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_events PASSED  [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_invoice_detail PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_invoice_detail_csv_output_format PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_invoice_detail_details PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_invoices PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_invoices_all PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_invoices_closed PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_invoices_limited PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_single_invoice PASSED [  4%]
tests/CLI/modules/autoscale_tests.py::AutoscaleTests::test_autoscale_delete PASSED [  4%]
tests/CLI/modules/autoscale_tests.py::AutoscaleTests::test_autoscale_detail PASSED [  4%]
tests/CLI/modules/autoscale_tests.py::AutoscaleTests::test_autoscale_list PASSED [  4%]
tests/CLI/modules/block_tests.py::BlockTests::test_access_list PASSED    [  4%]
tests/CLI/modules/block_tests.py::BlockTests::test_assign_subnets_to_acl PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_authorize_host_to_volume PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_create_snapshot PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_create_snapshot_unsuccessful PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_deauthorize_host_to_volume PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_dep_dupe_convert PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_disable_snapshots PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_disaster_recovery_failover PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_disaster_recovery_failover_aborted PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_dupe_refresh PASSED   [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_duplicate_order PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_duplicate_order_exception_caught PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_duplicate_order_hourly_billing PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_duplicate_order_order_not_placed PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_enable_snapshots PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_get_subnets_in_acl PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_list_volume_schedules PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_modify_order PASSED   [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_modify_order_exception_caught PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_modify_order_order_not_placed PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_object_details PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_object_list PASSED    [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_object_permissions PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_remove_subnets_from_acl PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_replicant_failback PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_replicant_failback_unsuccessful PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_replicant_failover PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_replicant_failover_unsuccessful PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_replicant_order PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_replicant_order_order_not_placed PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_replication_locations PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_replication_locations_unsuccessful PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_replication_partners PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_replication_partners_unsuccessful PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_set_password PASSED   [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_snapshot_cancel PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_snapshot_get_notification_status PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_snapshot_list PASSED  [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_snapshot_order PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_snapshot_order_order_not_placed PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_snapshot_order_performance_manager_error PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_snapshot_restore PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_cancel PASSED  [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_count PASSED   [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_detail PASSED  [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_detail_name_identifier PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_limit PASSED   [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_list PASSED    [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_list_notes_format_output_json PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_list_order PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_list_reduced_notes_format_output_table PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_not_set_note PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_options PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_order_endurance PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_order_endurance_manager_error PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_order_endurance_tier_not_given PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_order_hourly_billing PASSED [  8%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_order_hourly_billing_not_available PASSED [  8%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_order_order_not_placed PASSED [  8%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_order_performance PASSED [  8%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_order_performance_iops_not_given PASSED [  8%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_order_performance_manager_error PASSED [  8%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_order_performance_snapshot_error PASSED [  8%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_set_lun_id_in_range PASSED [  8%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_set_lun_id_in_range_missing_value PASSED [  8%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_set_lun_id_not_in_range PASSED [  8%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_set_note PASSED [  8%]
tests/CLI/modules/call_api_tests.py::test_filter_empty PASSED            [  8%]
tests/CLI/modules/call_api_tests.py::test_filter_basic PASSED            [  8%]
tests/CLI/modules/call_api_tests.py::test_filter_nested PASSED           [  8%]
tests/CLI/modules/call_api_tests.py::test_filter_multi PASSED            [  8%]
tests/CLI/modules/call_api_tests.py::test_filter_in PASSED               [  8%]
tests/CLI/modules/call_api_tests.py::test_filter_in_multi PASSED         [  8%]
tests/CLI/modules/call_api_tests.py::test_filter_in_with_whitespace PASSED [  8%]
tests/CLI/modules/call_api_tests.py::test_filter_invalid_operation PASSED [  8%]
tests/CLI/modules/call_api_tests.py::test_filter_only_whitespace PASSED  [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_call_api_orderBy PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_filter_with_filter PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_fixture_exception PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_fixture_not_implemented PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_fixture_not_implemented_method PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_json_filter PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_json_filter_validation PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_json_parameters_validation PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_list PASSED      [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_list_table PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_object PASSED    [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_object_nested PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_object_table PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_options PASSED   [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_parameters PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_python_output PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_very_verbose PASSED [  9%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_add_origin_server PASSED  [  9%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_add_origin_storage PASSED [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_add_origin_storage_with_file_extensions PASSED [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_add_origin_without_storage PASSED [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_detail_account PASSED     [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_edit_cache PASSED         [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_edit_cache_by_uniqueId PASSED [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_edit_header PASSED        [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_edit_http_port PASSED     [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_edit_respect_headers PASSED [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_list_accounts PASSED      [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_list_origins PASSED       [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_purge_content PASSED      [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_remove_origin PASSED      [ 10%]
tests/CLI/modules/config_tests.py::TestHelpShow::test_show PASSED        [ 10%]
tests/CLI/modules/config_tests.py::TestHelpSetup::test_get_endpoint PASSED [ 10%]
tests/CLI/modules/config_tests.py::TestHelpSetup::test_github_1074 PASSED [ 10%]
tests/CLI/modules/config_tests.py::TestHelpSetup::test_setup PASSED      [ 10%]
tests/CLI/modules/config_tests.py::TestHelpSetup::test_setup_cancel PASSED [ 10%]
tests/CLI/modules/config_tests.py::TestHelpSetup::test_setup_float_timeout PASSED [ 10%]
tests/CLI/modules/config_tests.py::TestHelpSetup::test_sso_login PASSED  [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_cancel_guests PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_cancel_guests_abort PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_cancel_guests_empty_list PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_cancel_host PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_cancel_host_abort PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_create PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_create_aborted PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_create_options PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_create_options_get_routers PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_create_options_with_only_datacenter PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_create_verify PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_create_verify_no_price_or_more_than_one PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_create_with_gpu PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_details PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_details_no_owner PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_empty_host_list PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_list_dedicated_hosts PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_list_guests PASSED [ 11%]
tests/CLI/modules/dns_tests.py::DnsTests::test_add_record PASSED         [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_add_record_abort PASSED   [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_add_record_mx PASSED      [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_add_record_ptr PASSED     [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_add_record_srv PASSED     [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_create_zone PASSED        [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_delete_record PASSED      [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_delete_record_abort PASSED [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_delete_zone PASSED        [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_delete_zone_abort PASSED  [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_import_zone PASSED        [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_import_zone_dry_run PASSED [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_issues_999 PASSED         [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_list_records PASSED       [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_list_zones PASSED         [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_list_zones_no_update PASSED [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_parse_zone_file PASSED    [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_zone_print PASSED         [ 12%]
tests/CLI/modules/email_tests.py::EmailCLITests::test_detail PASSED      [ 12%]
tests/CLI/modules/email_tests.py::EmailCLITests::test_edit PASSED        [ 13%]
tests/CLI/modules/email_tests.py::EmailCLITests::test_list PASSED        [ 13%]
tests/CLI/modules/event_log_tests.py::EventLogTests::test_get_event_log_empty PASSED [ 13%]
tests/CLI/modules/event_log_tests.py::EventLogTests::test_get_event_log_over_limit PASSED [ 13%]
tests/CLI/modules/event_log_tests.py::EventLogTests::test_get_event_log_types PASSED [ 13%]
tests/CLI/modules/event_log_tests.py::EventLogTests::test_get_event_log_with_metadata PASSED [ 13%]
tests/CLI/modules/event_log_tests.py::EventLogTests::test_get_event_log_without_metadata PASSED [ 13%]
tests/CLI/modules/event_log_tests.py::EventLogTests::test_get_unlimited_events PASSED [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_access_list PASSED      [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_authorize_host_to_volume PASSED [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_create_snapshot PASSED  [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_create_snapshot_unsuccessful PASSED [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_deauthorize_host_to_volume PASSED [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_delete_snapshot PASSED  [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_dep_dupe_convert PASSED [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_disable_snapshots PASSED [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_disaster_recovery_failover PASSED [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_disaster_recovery_failover_aborted PASSED [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_dupe_refresh PASSED     [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_duplicate_order PASSED  [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_duplicate_order_exception_caught PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_duplicate_order_hourly_billing PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_duplicate_order_order_not_placed PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_enable_snapshots PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_list_volume_schedules PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_modify_order PASSED     [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_modify_order_exception_caught PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_modify_order_order_not_placed PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_replicant_failback PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_replicant_failback_unsuccessful PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_replicant_failover PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_replicant_failover_unsuccessful PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_replicant_order PASSED  [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_replicant_order_order_not_placed PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_replication_locations PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_replication_locations_unsuccessful PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_replication_partners PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_replication_partners_unsuccessful PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_snapshot_cancel PASSED  [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_snapshot_get_notification_status PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_snapshot_list PASSED    [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_snapshot_order PASSED   [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_snapshot_order_order_not_placed PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_snapshot_order_performance_manager_error PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_snapshot_restore PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_cancel PASSED    [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_cancel_with_billing_item PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_cancel_without_billing_item PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_count PASSED     [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_detail PASSED    [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_detail_name_identifier PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_limit PASSED     [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_list PASSED      [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_list_notes_format_output_json PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_list_order PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_list_reduced_notes_format_output_table PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_not_set_note PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_options PASSED   [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_order_endurance PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_order_endurance_manager_error PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_order_endurance_tier_not_given PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_order_hourly_billing PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_order_hourly_billing_not_available PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_order_order_not_placed PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_order_performance PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_order_performance_iops_not_given PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_order_performance_manager_error PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_order_performance_snapshot_error PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_set_note PASSED  [ 16%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_add_server PASSED [ 16%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_add_vlan PASSED [ 16%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_add_vs PASSED   [ 16%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_cancel_firewall PASSED [ 16%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_detail_fails PASSED [ 16%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_detail_multi_vlan_firewall PASSED [ 16%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_detail_vlan_firewall PASSED [ 17%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_detail_vs_firewall PASSED [ 17%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_edit PASSED     [ 17%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_list_firewalls PASSED [ 17%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_monitoring PASSED [ 17%]
tests/CLI/modules/globalip_tests.py::DnsTests::test_create PASSED        [ 17%]
tests/CLI/modules/globalip_tests.py::DnsTests::test_ip_assign PASSED     [ 17%]
tests/CLI/modules/globalip_tests.py::DnsTests::test_ip_cancel PASSED     [ 17%]
tests/CLI/modules/globalip_tests.py::DnsTests::test_ip_list PASSED       [ 17%]
tests/CLI/modules/globalip_tests.py::DnsTests::test_ip_unassign PASSED   [ 17%]
tests/CLI/modules/image_tests.py::ImageTests::test_datacenter_add PASSED [ 17%]
tests/CLI/modules/image_tests.py::ImageTests::test_datacenter_remove PASSED [ 17%]
tests/CLI/modules/image_tests.py::ImageTests::test_datacenter_remove_fails PASSED [ 17%]
tests/CLI/modules/image_tests.py::ImageTests::test_delete PASSED         [ 17%]
tests/CLI/modules/image_tests.py::ImageTests::test_detail PASSED         [ 17%]
tests/CLI/modules/image_tests.py::ImageTests::test_edit_name PASSED      [ 17%]
tests/CLI/modules/image_tests.py::ImageTests::test_edit_note PASSED      [ 17%]
tests/CLI/modules/image_tests.py::ImageTests::test_edit_tag PASSED       [ 17%]
tests/CLI/modules/image_tests.py::ImageTests::test_export PASSED         [ 17%]
tests/CLI/modules/image_tests.py::ImageTests::test_import PASSED         [ 18%]
tests/CLI/modules/image_tests.py::ImageTests::test_list PASSED           [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_cancel PASSED   [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_configure PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_configure_fails PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_detail PASSED   [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_list PASSED     [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_order PASSED    [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_subnet_add_fails PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_subnet_add_internal PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_subnet_add_internal_with_network PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_subnet_add_remote PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_subnet_add_service PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_subnet_add_without_id_or_network PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_subnet_remove_fails PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_subnet_remove_internal PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_subnet_remove_remote PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_subnet_remove_service PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_translation_add PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_translation_remove PASSED [ 19%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_translation_remove_fails PASSED [ 19%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_translation_update PASSED [ 19%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_update PASSED   [ 19%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_update_fails PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_add_7p PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_add_7p_fail PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_add_7p_server PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_add_7p_server_fail PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_cancel PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_cancel_fail PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_cli_list PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_cli_list_failed PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_del_7p PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_del_7p_fail PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_delete_pool PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_delete_pool_fail PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_edit_pool PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_edit_pool_fail PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_detail PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_detail_by_name PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_detail_uuid PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_health_manage PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_health_manage_args_time_fails PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_health_update_fails PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_health_update_tcp_url_fails PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_l7policies_list PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_l7policies_protocol_list PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_member_add_private PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_member_add_private_fails PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_member_add_public PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_member_add_public_fails PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_member_del PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_member_del_fails PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_ns_detail PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_ns_list PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_ns_list_empty PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_order PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_order_backend_fail PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_order_options PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_order_options_with_datacenter PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_order_with_backend PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_order_with_frontend PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_pool PASSED  [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_pool_1 PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_pool_1_fail PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_pool_fail PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_pool_sticky PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_pool_sticky_fail PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_pool_uuid PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_pool_uuid_fail PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_verify_order PASSED [ 21%]
tests/CLI/modules/nas_tests.py::NASTests::test_list_nas PASSED           [ 21%]
tests/CLI/modules/nas_tests.py::NASTests::test_nas_credentials PASSED    [ 21%]
tests/CLI/modules/nas_tests.py::NASTests::test_server_credentials_exception_password_not_found PASSED [ 21%]
tests/CLI/modules/object_storage_tests.py::ObjectStorageTests::test_create_credential PASSED [ 21%]
tests/CLI/modules/object_storage_tests.py::ObjectStorageTests::test_create_credential_by_username PASSED [ 22%]
tests/CLI/modules/object_storage_tests.py::ObjectStorageTests::test_delete_credential PASSED [ 22%]
tests/CLI/modules/object_storage_tests.py::ObjectStorageTests::test_delete_credential_by_username PASSED [ 22%]
tests/CLI/modules/object_storage_tests.py::ObjectStorageTests::test_limit_credential PASSED [ 22%]
tests/CLI/modules/object_storage_tests.py::ObjectStorageTests::test_limit_credential_by_username PASSED [ 22%]
tests/CLI/modules/object_storage_tests.py::ObjectStorageTests::test_list_accounts PASSED [ 22%]
tests/CLI/modules/object_storage_tests.py::ObjectStorageTests::test_list_credential PASSED [ 22%]
tests/CLI/modules/object_storage_tests.py::ObjectStorageTests::test_list_credential_by_username PASSED [ 22%]
tests/CLI/modules/object_storage_tests.py::ObjectStorageTests::test_list_endpoints PASSED [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_category_list PASSED  [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_item_list PASSED      [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_item_list_category_keyword PASSED [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_item_list_location_keyname PASSED [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_item_list_location_name PASSED [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_item_list_prices PASSED [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_location_list PASSED  [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_order_lookup PASSED   [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_package_list PASSED   [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_package_list_keyword PASSED [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_package_list_type PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_place PASSED          [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_place_extras_parameter_fail PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_place_quote PASSED    [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_place_quote_extras_parameter_fail PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_place_with_quantity PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_preset_list PASSED    [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_preset_list_keywork PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_preset_list_prices PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_detail PASSED   [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_list PASSED     [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_place PASSED    [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_save PASSED     [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_verify PASSED   [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_verify_image PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_verify_image_guid PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_verify_postinstall_others PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_verify_sshkey PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_verify_userdata PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_verify_userdata_file PASSED [ 24%]
tests/CLI/modules/order_tests.py::OrderTests::test_verify_hourly PASSED  [ 24%]
tests/CLI/modules/order_tests.py::OrderTests::test_verify_monthly PASSED [ 24%]
tests/CLI/modules/report_tests.py::ReportTests::test_bandwidth_invalid_date PASSED [ 24%]
tests/CLI/modules/report_tests.py::ReportTests::test_bandwidth_report PASSED [ 24%]
tests/CLI/modules/report_tests.py::ReportTests::test_dc_closure_report PASSED [ 24%]
tests/CLI/modules/report_tests.py::ReportTests::test_server_bandwidth_report PASSED [ 24%]
tests/CLI/modules/report_tests.py::ReportTests::test_virtual_bandwidth_report PASSED [ 24%]
tests/CLI/modules/search_tests.py::FindTests::test_find PASSED           [ 24%]
tests/CLI/modules/search_tests.py::FindTests::test_find_advanced PASSED  [ 24%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_list_securitygroup PASSED [ 24%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_create PASSED [ 24%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_delete PASSED [ 24%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_delete_fail PASSED [ 24%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_detail PASSED [ 24%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_edit PASSED [ 24%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_edit_fail PASSED [ 24%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_get_by_request_id PASSED [ 24%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_interface_add PASSED [ 24%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_interface_add_fail PASSED [ 25%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_interface_list PASSED [ 25%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_interface_remove PASSED [ 25%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_interface_remove_fail PASSED [ 25%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_rule_add PASSED [ 25%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_rule_add_fail PASSED [ 25%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_rule_edit PASSED [ 25%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_rule_edit_fail PASSED [ 25%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_rule_list PASSED [ 25%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_rule_remove PASSED [ 25%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_rule_remove_fail PASSED [ 25%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_add_notification PASSED [ 25%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_authorize_hw PASSED [ 25%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_authorize_hw_empty PASSED [ 25%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_authorize_hw_no_confirm PASSED [ 25%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_bandwidth_hw PASSED [ 25%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_bandwidth_hw_quite PASSED [ 25%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_billing PASSED   [ 25%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_cancel_server PASSED [ 25%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_check_for_closing PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_components PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_create_credential PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_create_hw_no_confirm PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_create_options PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_create_options_location PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_create_options_prices PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_create_server PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_create_server_test_flag PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_create_server_with_export PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_create_server_with_router PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_detail_drives PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_detail_empty_allotment PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_detail_vs_empty_tag PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_dns_sync_both PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_dns_sync_edit_a PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_dns_sync_edit_ptr PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_dns_sync_misc_exception PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_dns_sync_v6 PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_edit PASSED      [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_edit_server_failed PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_edit_server_userdata PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_edit_server_userdata_and_file PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_edit_server_userfile PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_going_ready PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_hardware_storage PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_list_servers PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_monitoring PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_not_ready PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_notification_delete PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_notifications PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_ready PASSED     [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_reflash_firmware PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_rescue PASSED    [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_sensor PASSED    [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_sensor_discrete PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_cancel_reasons PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_credentials PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_credentials_exception_password_not_found PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_credentials_exception_passwords_not_found PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_details PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_power_cycle PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_power_cycle_negative PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_power_off PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_power_on PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_reboot_default PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_reboot_hard PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_reboot_negative PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_reboot_soft PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_reload PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_rescue_negative PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_toggle_ipmi_off PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_toggle_ipmi_on PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_update_firmware PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_upgrade PASSED   [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_upgrade_aborted PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_upgrade_add_disk PASSED [ 29%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_upgrade_disk_already_exist PASSED [ 29%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_upgrade_disk_does_not_exist PASSED [ 29%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_upgrade_disk_not_price_found PASSED [ 29%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_upgrade_no_options PASSED [ 29%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_upgrade_resize_disk PASSED [ 29%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_upgrade_test PASSED [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_add_by_file PASSED  [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_add_by_option PASSED [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_add_with_key_file_and_key_argument_errors PASSED [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_add_without_key_errors PASSED [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_edit_key PASSED     [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_edit_key_fail PASSED [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_list_keys PASSED    [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_print_key PASSED    [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_print_key_file PASSED [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_remove_key PASSED   [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_remove_key_fail PASSED [ 29%]
tests/CLI/modules/ssl_tests.py::SslTests::test_download PASSED           [ 29%]
tests/CLI/modules/ssl_tests.py::SslTests::test_list PASSED               [ 30%]
tests/CLI/modules/ssl_tests.py::SslTests::test_remove PASSED             [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_cancel PASSED       [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_cancel_fail PASSED  [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_clear_route PASSED  [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_create_subnet_ipv4 PASSED [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_create_subnet_ipv6 PASSED [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_create_subnet_no_prices_found PASSED [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_create_subnet_static PASSED [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_create_subnet_static_ipv6 PASSED [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_detail PASSED       [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_edit_note_failure PASSED [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_editrou_Id PASSED   [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_editrou_Ip PASSED   [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_list PASSED         [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_lookup PASSED       [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_route PASSED        [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_subnet_edit_note PASSED [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_subnet_set_tags PASSED [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_subnet_set_tags_failure PASSED [ 31%]
tests/CLI/modules/summary_tests.py::SummaryTests::test_summary PASSED    [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_cleanup PASSED         [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_cleanup_dry PASSED     [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_deleteTags_by_id PASSED [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_deleteTags_by_name PASSED [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_deleteTags_by_number_name PASSED [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_deleteTags_fail PASSED [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_details_by_id PASSED   [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_details_by_name PASSED [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_list PASSED            [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_list_detail PASSED     [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_list_detail_ungettable PASSED [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_set_tags PASSED        [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_set_tags_failure PASSED [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_taggable PASSED        [ 31%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_attach_no_identifier PASSED [ 31%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_attach_two_identifiers PASSED [ 31%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_create PASSED       [ 31%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_create_and_attach PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_create_no_body PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_create_no_body_stdin PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_create_with_priority PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_detach_no_identifier PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_detach_two_identifiers PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_detail PASSED       [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_init_ticket_results PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_init_ticket_results_asigned_user PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_list PASSED         [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_subjects PASSED     [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_attach_hardware PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_attach_virtual_server PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_detach_hardware PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_detach_virtual_server PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_json PASSED  [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_summary PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_update PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_update_no_body PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_update_no_body_stdin PASSED [ 33%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_upload PASSED [ 33%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_upload_invalid_path PASSED [ 33%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_upload_no_name PASSED [ 33%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_upload_no_path PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_create_user PASSED   [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_create_user_and_apikey PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_create_user_from_user PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_create_user_generate_password_2 SKIPPED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_create_user_generate_password_36 PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_create_user_no_confirm PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_create_user_with_bad_template PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_create_user_with_no_confirm PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_create_user_with_template PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_delete PASSED        [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_delete_failure PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_detail PASSED        [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_detail_events PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_detail_hardware PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_detail_keys PASSED   [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_detail_logins PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_detail_permissions PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_detail_virtual PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_devices_access PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_details PASSED  [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_details_bad_json PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_details_failure PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_notification_off_failure PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_notification_on PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_notification_on_bad PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_notifications_off PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_perms_from_user PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_perms_off PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_perms_off_failure PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_perms_on PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_perms_on_bad PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_grant_access_dedicated PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_grant_access_hardware PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_grant_access_virtual PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_grant_without_device PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_notificacions_list PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_permissions_list PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_print_hardware_access PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_remove_access_dedicated PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_remove_access_hardware PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_remove_access_virtual PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_remove_without_device PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_user_list PASSED     [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_user_list_only_id PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_vpn_manual PASSED    [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_vpn_manual_fail PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_vpn_subnet_add PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_vpn_subnet_add_fail PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_vpn_subnet_remove PASSED [ 35%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_create_options PASSED   [ 35%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_create_vlan PASSED      [ 35%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_create_vlan_pod PASSED  [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_detail PASSED           [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_detail_hardware_without_hostname PASSED [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_detail_no_hardware PASSED [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_detail_no_vs PASSED     [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_subnet_list PASSED      [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_vlan_cancel PASSED      [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_vlan_cancel_error PASSED [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_vlan_cancel_fail PASSED [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_vlan_detail_firewall PASSED [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_vlan_detail_gateway PASSED [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_vlan_edit PASSED        [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_vlan_edit_failure PASSED [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_vlan_list PASSED        [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_vlan_list_space_empty PASSED [ 36%]
tests/CLI/modules/vs/vs_capacity_tests.py::VSCapacityTests::test_create PASSED [ 36%]
tests/CLI/modules/vs/vs_capacity_tests.py::VSCapacityTests::test_create_guest PASSED [ 36%]
tests/CLI/modules/vs/vs_capacity_tests.py::VSCapacityTests::test_create_guest_test PASSED [ 36%]
tests/CLI/modules/vs/vs_capacity_tests.py::VSCapacityTests::test_create_options PASSED [ 36%]
tests/CLI/modules/vs/vs_capacity_tests.py::VSCapacityTests::test_create_test PASSED [ 37%]
tests/CLI/modules/vs/vs_capacity_tests.py::VSCapacityTests::test_detail PASSED [ 37%]
tests/CLI/modules/vs/vs_capacity_tests.py::VSCapacityTests::test_detail_pending PASSED [ 37%]
tests/CLI/modules/vs/vs_capacity_tests.py::VSCapacityTests::test_list PASSED [ 37%]
tests/CLI/modules/vs/vs_capacity_tests.py::VSCapacityTests::test_list_no_billing PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_check_for_closing PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_by_router PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_like PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_like_flavor PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_like_image PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_like_tags PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_like_transient PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_vlan_subnet PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_vs_bad_memory PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_vs_bad_transient_dedicated PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_vs_bad_transient_monthly PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_vs_export PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_vs_flavor_test PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_vs_no_confirm PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_vs_test PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_vs_transient PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_dedicated_and_flavor PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_flavor PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_flavor_and_cpu PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_flavor_and_memory PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_host_id PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_hostid_and_flavor PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_integer_image_guid PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_integer_image_id PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_ipv6 PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_ipv6_no_prices PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_ipv6_no_test PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_userdata PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_wait_not_ready PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_wait_ready PASSED [ 38%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_create_group PASSED [ 38%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_create_options PASSED [ 38%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_delete_group_id PASSED [ 39%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_delete_group_id_cancel PASSED [ 39%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_delete_group_name PASSED [ 39%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_delete_group_purge PASSED [ 39%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_delete_group_purge_cancel PASSED [ 39%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_delete_group_purge_nothing PASSED [ 39%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_detail_group_id PASSED [ 39%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_detail_group_name PASSED [ 39%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_list_groups PASSED [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_add_notification PASSED [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_authorize_portable_storage_vs PASSED [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_authorize_storage_vs PASSED [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_authorize_storage_vs_no_confirm PASSED [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_authorize_volume_and_portable_storage_vs PASSED [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_authorize_vs_empty PASSED [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_bandwidth_vs SKIPPED   [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_bandwidth_vs_quite SKIPPED [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_billing PASSED         [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_cancel PASSED          [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_cancel_no_confirm PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_create_options PASSED  [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_create_options_prices PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_create_options_prices_location PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_credentail PASSED      [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_detail_drives_swap PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_detail_drives_system PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_detail_vs PASSED       [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_detail_vs_dedicated_host_not_found PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_detail_vs_empty_allotment PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_detail_vs_empty_billing PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_detail_vs_empty_tag PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_detail_vs_no_dedicated_host_hostname PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_detail_vs_ptr_error PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_detail_vs_security_group PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_dns_sync_both PASSED   [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_dns_sync_edit_a PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_dns_sync_edit_ptr PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_dns_sync_misc_exception PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_dns_sync_v6 PASSED     [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_edit PASSED            [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_going_ready PASSED     [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_last_transaction_empty PASSED [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_list_vs PASSED         [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_list_vsi PASSED        [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_monitoring_vs PASSED   [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_not_ready PASSED       [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_notification_delete PASSED [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_notifications PASSED   [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_os_available PASSED    [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_pause_vs PASSED        [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_pause_vs_no_confirm PASSED [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_power_off_vs_hard PASSED [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_power_off_vs_no_confirm PASSED [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_power_on_vs PASSED     [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_power_vs_off_soft PASSED [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_ready PASSED           [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_reboot_vs_default PASSED [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_reboot_vs_hard PASSED  [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_reboot_vs_no_confirm PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_reboot_vs_soft PASSED  [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_reload PASSED          [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_reload_no_confirm PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_rescue_vs PASSED       [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_rescue_vs_no_confirm PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_resume_vs PASSED       [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_upgrade PASSED         [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_upgrade_aborted PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_upgrade_disk PASSED    [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_upgrade_disk_error PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_upgrade_no_options PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_upgrade_private_no_cpu PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_upgrade_with_add_disk PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_upgrade_with_cpu_memory_and_flavor PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_upgrade_with_flavor PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_usage_metric_data_empty PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_usage_no_confirm PASSED [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_usage_vs PASSED        [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_usage_vs_cpu PASSED    [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_usage_vs_cpu_lower_case PASSED [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_usage_vs_memory PASSED [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_user_access PASSED     [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_vs_capture PASSED      [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_vs_detail_csv_output_format_with_nested_tables PASSED [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_vs_migrate_all PASSED  [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_vs_migrate_all_empty PASSED [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_vs_migrate_dedicated PASSED [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_vs_migrate_exception PASSED [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_vs_migrate_guest PASSED [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_vs_migrate_list PASSED [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_vs_migrate_list_empty PASSED [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_vs_storage PASSED      [ 43%]
tests/api_tests.py::Initialization::test_env PASSED                      [ 43%]
tests/api_tests.py::Initialization::test_init PASSED                     [ 43%]
tests/api_tests.py::Initialization::test_init_with_rest_url PASSED       [ 43%]
tests/api_tests.py::ClientMethods::test_len PASSED                       [ 44%]
tests/api_tests.py::ClientMethods::test_repr PASSED                      [ 44%]
tests/api_tests.py::ClientMethods::test_service_repr PASSED              [ 44%]
tests/api_tests.py::APIClient::test_call_compression_disabled PASSED     [ 44%]
tests/api_tests.py::APIClient::test_call_compression_enabled PASSED      [ 44%]
tests/api_tests.py::APIClient::test_call_compression_override PASSED     [ 44%]
tests/api_tests.py::APIClient::test_call_invalid_arguments PASSED        [ 44%]
tests/api_tests.py::APIClient::test_iter_call PASSED                     [ 44%]
tests/api_tests.py::APIClient::test_iterate PASSED                       [ 44%]
tests/api_tests.py::APIClient::test_service_iter_call PASSED             [ 44%]
tests/api_tests.py::APIClient::test_service_iter_call_with_chunk PASSED  [ 44%]
tests/api_tests.py::APIClient::test_simple_call PASSED                   [ 44%]
tests/api_tests.py::APIClient::test_simple_call_2 PASSED                 [ 44%]
tests/api_tests.py::APIClient::test_special_services PASSED              [ 44%]
tests/api_tests.py::APIClient::test_verify_request_false PASSED          [ 44%]
tests/api_tests.py::APIClient::test_verify_request_not_specified PASSED  [ 44%]
tests/api_tests.py::APIClient::test_verify_request_true PASSED           [ 44%]
tests/api_tests.py::UnauthenticatedAPIClient::test_authenticate_with_password PASSED [ 44%]
tests/api_tests.py::UnauthenticatedAPIClient::test_init PASSED           [ 44%]
tests/api_tests.py::UnauthenticatedAPIClient::test_init_with_proxy PASSED [ 45%]
tests/auth_tests.py::TestAuthenticationBase::test_get_request PASSED     [ 45%]
tests/auth_tests.py::TestBasicAuthentication::test_attribs PASSED        [ 45%]
tests/auth_tests.py::TestBasicAuthentication::test_get_request PASSED    [ 45%]
tests/auth_tests.py::TestBasicAuthentication::test_repr PASSED           [ 45%]
tests/auth_tests.py::TestTokenAuthentication::test_attribs PASSED        [ 45%]
tests/auth_tests.py::TestTokenAuthentication::test_get_request PASSED    [ 45%]
tests/auth_tests.py::TestTokenAuthentication::test_repr PASSED           [ 45%]
tests/auth_tests.py::TestBasicHTTPAuthentication::test_attribs PASSED    [ 45%]
tests/auth_tests.py::TestBasicHTTPAuthentication::test_get_request PASSED [ 45%]
tests/auth_tests.py::TestBasicHTTPAuthentication::test_repr PASSED       [ 45%]
tests/basic_tests.py::TestExceptions::test_parse_error PASSED            [ 45%]
tests/basic_tests.py::TestExceptions::test_softlayer_api_error PASSED    [ 45%]
tests/basic_tests.py::TestUtils::test_dict_merge PASSED                  [ 45%]
tests/basic_tests.py::TestUtils::test_query_filter PASSED                [ 45%]
tests/basic_tests.py::TestUtils::test_query_filter_date PASSED           [ 45%]
tests/basic_tests.py::TestUtils::test_timezone PASSED                    [ 45%]
tests/basic_tests.py::TestNestedDict::test_basic PASSED                  [ 45%]
tests/basic_tests.py::TestNestedDict::test_to_dict PASSED                [ 45%]
tests/basic_tests.py::TestLookup::test_lookup PASSED                     [ 46%]
tests/basic_tests.py::TestIdentifierMixin::test_a PASSED                 [ 46%]
tests/basic_tests.py::TestIdentifierMixin::test_b PASSED                 [ 46%]
tests/basic_tests.py::TestIdentifierMixin::test_globalidentifier PASSED  [ 46%]
tests/basic_tests.py::TestIdentifierMixin::test_globalidentifier_upper PASSED [ 46%]
tests/basic_tests.py::TestIdentifierMixin::test_integer PASSED           [ 46%]
tests/basic_tests.py::TestIdentifierMixin::test_not_found PASSED         [ 46%]
tests/config_tests.py::TestGetClientSettings::test_inherit PASSED        [ 46%]
tests/config_tests.py::TestGetClientSettings::test_no_resolvers PASSED   [ 46%]
tests/config_tests.py::TestGetClientSettings::test_resolve_one PASSED    [ 46%]
tests/config_tests.py::TestGetClientSettingsArgs::test_username_api_key PASSED [ 46%]
tests/config_tests.py::TestGetClientSettingsEnv::test_username_api_key PASSED [ 46%]
tests/config_tests.py::TestGetClientSettingsConfigFile::test_no_section PASSED [ 46%]
tests/config_tests.py::TestGetClientSettingsConfigFile::test_username_api_key PASSED [ 46%]
tests/config_tests.py::test_config_file PASSED                           [ 46%]
tests/decoration_tests.py::TestDecoration::test_limit_is_reached PASSED  [ 46%]
tests/decoration_tests.py::TestDecoration::test_multiple_exception_types PASSED [ 46%]
tests/decoration_tests.py::TestDecoration::test_no_retry_required PASSED [ 46%]
tests/decoration_tests.py::TestDecoration::test_retries_once PASSED      [ 46%]
tests/decoration_tests.py::TestDecoration::test_unexpected_exception_does_not_retry PASSED [ 47%]
tests/functional_tests.py::UnauthedUser::test_failed_auth PASSED         [ 47%]
tests/functional_tests.py::UnauthedUser::test_no_hostname PASSED         [ 47%]
tests/functional_tests.py::AuthedUser::test_get_users SKIPPED (SL_US...) [ 47%]
tests/functional_tests.py::AuthedUser::test_result_types SKIPPED (SL...) [ 47%]
tests/functional_tests.py::AuthedUser::test_service_does_not_exist SKIPPED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_ack_event PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_add_announcement_event_filter PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_add_planned_event_filter PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_add_unplanned_event_filter PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_cancel_item PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_get_account_billing_items PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_get_active_account_licenses PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_get_active_virtual_licenses PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_get_announcement_upcoming_events PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_get_bandwidth_pool_counts PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_get_bandwidth_pools PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_get_billing_item PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_get_billing_item_from_invoice PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_get_billing_items PASSED [ 48%]
tests/managers/account_tests.py::AccountManagerTests::test_get_event PASSED [ 48%]
tests/managers/account_tests.py::AccountManagerTests::test_get_invoices PASSED [ 48%]
tests/managers/account_tests.py::AccountManagerTests::test_get_invoices_closed PASSED [ 48%]
tests/managers/account_tests.py::AccountManagerTests::test_get_item_details_with_billing_item_id PASSED [ 48%]
tests/managers/account_tests.py::AccountManagerTests::test_get_item_details_with_invoice_item_id PASSED [ 48%]
tests/managers/account_tests.py::AccountManagerTests::test_get_planned_upcoming_events PASSED [ 48%]
tests/managers/account_tests.py::AccountManagerTests::test_get_routers PASSED [ 48%]
tests/managers/account_tests.py::AccountManagerTests::test_get_routers_with_datacenter PASSED [ 48%]
tests/managers/account_tests.py::AccountManagerTests::test_get_summary PASSED [ 48%]
tests/managers/account_tests.py::AccountManagerTests::test_get_unplanned_upcoming_events PASSED [ 48%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_details PASSED [ 48%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_details_with_mask PASSED [ 48%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_getLogs PASSED [ 48%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_get_virtual_guests PASSED [ 48%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_get_virtual_guests_mask PASSED [ 48%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_list PASSED [ 48%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_list_with_mask PASSED [ 48%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_policy PASSED [ 48%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_policy_with_mask PASSED [ 49%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_scale PASSED [ 49%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_scaleTo PASSED [ 49%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_create_object PASSED [ 49%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_delete_object PASSED [ 49%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_edit_object PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_assign_subnets_to_acl PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_authorize_host_to_volume PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_cancel_block_volume_billing_item_found PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_cancel_block_volume_exception_billing_item_not_found PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_cancel_block_volume_immediately PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_cancel_block_volume_immediately_hourly_billing PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_cancel_snapshot_exception_no_billing_item_active_children PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_cancel_snapshot_exception_snapshot_billing_item_not_found PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_cancel_snapshot_hourly_billing_immediate_false PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_cancel_snapshot_hourly_billing_immediate_true PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_cancel_snapshot_immediately PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_convert_block_depdupe PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_create_snapshot PASSED   [ 50%]
tests/managers/block_tests.py::BlockTests::test_deauthorize_host_to_volume PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_delete_snapshot PASSED   [ 50%]
tests/managers/block_tests.py::BlockTests::test_disable_snapshots PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_disaster_recovery_failover PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_enable_snapshots PASSED  [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_block_volume_access_list PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_block_volume_details PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_block_volume_snapshot_list PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_bucket PASSED        [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_cloud_endPoints PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_cloud_list PASSED    [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_cloud_object PASSED  [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_ids_from_username PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_ids_from_username_empty PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_replication_locations PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_replication_partners PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_subnets_in_acl PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_list_block_volume_limit PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_list_block_volumes PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_list_block_volumes_additional_filter_order PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_list_block_volumes_with_additional_filters PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_list_volume_schedules PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_duplicate_depdupe PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_duplicate_endurance PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_duplicate_endurance_no_duplicate_snapshot PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_duplicate_origin_os_type_not_found PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_duplicate_performance PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_duplicate_performance_no_duplicate_snapshot PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_modified_endurance PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_modified_performance PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_replicant_endurance PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_replicant_os_type_not_found PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_replicant_performance_os_type_given PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_snapshot_space PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_snapshot_space_upgrade PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_volume_endurance PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_volume_performance PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_refresh_block_dupe PASSED [ 52%]
tests/managers/block_tests.py::BlockTests::test_remove_subnets_from_acl PASSED [ 52%]
tests/managers/block_tests.py::BlockTests::test_replicant_failback PASSED [ 52%]
tests/managers/block_tests.py::BlockTests::test_replicant_failover PASSED [ 52%]
tests/managers/block_tests.py::BlockTests::test_setCredentialPassword PASSED [ 52%]
tests/managers/block_tests.py::BlockTests::test_snapshot_restore PASSED  [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_add_origin PASSED            [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_add_origin_with_bucket_and_file_extension PASSED [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_cdn_edit PASSED              [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_cdn_instance_by_hostname PASSED [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_detail_cdn PASSED            [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_detail_usage_metric PASSED   [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_detail_usage_metric_future PASSED [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_get_origins PASSED           [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_list_accounts PASSED         [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_purge_content PASSED         [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_remove_origin PASSED         [ 52%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_cancel_guests PASSED [ 52%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_cancel_guests_empty_list PASSED [ 52%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_cancel_host PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_delete_guest PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_generate_create_dict_with_router PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_generate_create_dict_without_router PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_backend_router PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_backend_router_no_routers_found PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_create_options PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_default_router PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_default_router_no_router_found PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_host PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_item PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_item_no_item_found PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_location PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_location_no_location_found PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_package PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_package_no_package_found PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_price PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_price_no_price_found PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_list_guests PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_list_guests_with_filters PASSED [ 54%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_list_instances PASSED [ 54%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_list_instances_with_filters PASSED [ 54%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_place_order PASSED [ 54%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_place_order_with_gpu PASSED [ 54%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_verify_order PASSED [ 54%]
tests/managers/dns_tests.py::DNSTests::test_create_record PASSED         [ 54%]
tests/managers/dns_tests.py::DNSTests::test_create_record_mx PASSED      [ 54%]
tests/managers/dns_tests.py::DNSTests::test_create_record_ptr PASSED     [ 54%]
tests/managers/dns_tests.py::DNSTests::test_create_record_srv PASSED     [ 54%]
tests/managers/dns_tests.py::DNSTests::test_create_zone PASSED           [ 54%]
tests/managers/dns_tests.py::DNSTests::test_delete_record PASSED         [ 54%]
tests/managers/dns_tests.py::DNSTests::test_delete_zone PASSED           [ 54%]
tests/managers/dns_tests.py::DNSTests::test_dump_zone PASSED             [ 54%]
tests/managers/dns_tests.py::DNSTests::test_edit_record PASSED           [ 54%]
tests/managers/dns_tests.py::DNSTests::test_edit_zone PASSED             [ 54%]
tests/managers/dns_tests.py::DNSTests::test_generate_create_dict PASSED  [ 54%]
tests/managers/dns_tests.py::DNSTests::test_get_record PASSED            [ 54%]
tests/managers/dns_tests.py::DNSTests::test_get_records PASSED           [ 54%]
tests/managers/dns_tests.py::DNSTests::test_get_zone PASSED              [ 55%]
tests/managers/dns_tests.py::DNSTests::test_get_zone_without_records PASSED [ 55%]
tests/managers/dns_tests.py::DNSTests::test_list_zones PASSED            [ 55%]
tests/managers/dns_tests.py::DNSTests::test_resolve_zone_name PASSED     [ 55%]
tests/managers/dns_tests.py::DNSTests::test_resolve_zone_name_no_matches PASSED [ 55%]
tests/managers/email_tests.py::EmailManagerTests::test_get_AccountOverview PASSED [ 55%]
tests/managers/email_tests.py::EmailManagerTests::test_get_object PASSED [ 55%]
tests/managers/email_tests.py::EmailManagerTests::test_get_statistics PASSED [ 55%]
tests/managers/email_tests.py::EmailManagerTests::test_update_email_address PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_id PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_max_date PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_max_date_neg_utc PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_max_date_pos_utc PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_min_date PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_min_date_neg_utc PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_min_date_pos_utc PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_min_max_date PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_min_max_date_neg_utc PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_min_max_date_pos_utc PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_name PASSED [ 56%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_no_args PASSED [ 56%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_type PASSED [ 56%]
tests/managers/event_log_tests.py::EventLogTests::test_get_event_log_types PASSED [ 56%]
tests/managers/event_log_tests.py::EventLogTests::test_get_event_logs PASSED [ 56%]
tests/managers/event_log_tests.py::EventLogTests::test_get_event_logs_no_iteration PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_authorize_host_to_volume PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_cancel_file_volume_immediately PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_cancel_file_volume_immediately_hourly_billing PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_cancel_snapshot_exception_no_billing_item_active_children PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_cancel_snapshot_exception_snapshot_billing_item_not_found PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_cancel_snapshot_hourly_billing_immediate_false PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_cancel_snapshot_hourly_billing_immediate_true PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_cancel_snapshot_immediately PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_convert_file_depdupe PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_create_snapshot PASSED     [ 56%]
tests/managers/file_tests.py::FileTests::test_deauthorize_host_to_volume PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_delete_snapshot PASSED     [ 56%]
tests/managers/file_tests.py::FileTests::test_disable_snapshots PASSED   [ 56%]
tests/managers/file_tests.py::FileTests::test_disaster_recovery_failover PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_enable_snapshots PASSED    [ 57%]
tests/managers/file_tests.py::FileTests::test_get_file_volume_access_list PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_get_file_volume_details PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_get_file_volume_snapshot_list PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_get_ids_from_username PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_get_ids_from_username_empty PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_get_replication_locations PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_get_replication_partners PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_list_file_volume_limit PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_list_file_volumes PASSED   [ 57%]
tests/managers/file_tests.py::FileTests::test_list_file_volumes_additional_filter_order PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_list_file_volumes_with_additional_filters PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_order_file_duplicate_depdupe PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_order_file_duplicate_endurance PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_order_file_duplicate_endurance_no_duplicate_snapshot PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_order_file_duplicate_performance PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_order_file_duplicate_performance_no_duplicate_snapshot PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_order_file_modified_endurance PASSED [ 58%]
tests/managers/file_tests.py::FileTests::test_order_file_modified_performance PASSED [ 58%]
tests/managers/file_tests.py::FileTests::test_order_file_replicant_endurance PASSED [ 58%]
tests/managers/file_tests.py::FileTests::test_order_file_replicant_performance PASSED [ 58%]
tests/managers/file_tests.py::FileTests::test_order_file_snapshot_space PASSED [ 58%]
tests/managers/file_tests.py::FileTests::test_order_file_snapshot_space_upgrade PASSED [ 58%]
tests/managers/file_tests.py::FileTests::test_order_file_volume_endurance PASSED [ 58%]
tests/managers/file_tests.py::FileTests::test_order_file_volume_performance PASSED [ 58%]
tests/managers/file_tests.py::FileTests::test_refresh_file_dupe PASSED   [ 58%]
tests/managers/file_tests.py::FileTests::test_replicant_failback PASSED  [ 58%]
tests/managers/file_tests.py::FileTests::test_replicant_failover PASSED  [ 58%]
tests/managers/file_tests.py::FileTests::test_snapshot_restore PASSED    [ 58%]
tests/managers/firewall_tests.py::FirewallTests::test__get_fwl_port_speed_server PASSED [ 58%]
tests/managers/firewall_tests.py::FirewallTests::test_add_standard_firewall_server PASSED [ 58%]
tests/managers/firewall_tests.py::FirewallTests::test_add_standard_firewall_virtual_server PASSED [ 58%]
tests/managers/firewall_tests.py::FirewallTests::test_add_vlan_firewall PASSED [ 58%]
tests/managers/firewall_tests.py::FirewallTests::test_add_vlan_firewall_ha PASSED [ 58%]
tests/managers/firewall_tests.py::FirewallTests::test_cancel_dedicated_firewall PASSED [ 58%]
tests/managers/firewall_tests.py::FirewallTests::test_cancel_dedicated_firewall_no_billing PASSED [ 58%]
tests/managers/firewall_tests.py::FirewallTests::test_cancel_dedicated_firewall_no_firewall PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_cancel_firewall PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_cancel_firewall_no_billing PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_cancel_firewall_no_firewall PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_edit_dedicated_fwl_rules PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_edit_standard_fwl_rules PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_get_dedicated_fwl_rules PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_get_dedicated_package_ha PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_get_dedicated_package_pkg PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_get_firewalls PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_get_gateways PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_get_standard_fwl_rules PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_get_standard_package_bare_metal PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_get_standard_package_virtual_server PASSED [ 59%]
tests/managers/hardware_tests.py::HardwareTests::test_add_notification PASSED [ 59%]
tests/managers/hardware_tests.py::HardwareTests::test_authorize_storage PASSED [ 59%]
tests/managers/hardware_tests.py::HardwareTests::test_authorize_storage_empty PASSED [ 59%]
tests/managers/hardware_tests.py::HardwareTests::test_cancel_hardware PASSED [ 59%]
tests/managers/hardware_tests.py::HardwareTests::test_cancel_hardware_monthly_now PASSED [ 59%]
tests/managers/hardware_tests.py::HardwareTests::test_cancel_hardware_monthly_whenever PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_cancel_hardware_no_billing_item PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_cancel_hardware_with_reason_and_comment PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_cancel_hardware_without_reason PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_cancel_hardwareno_billing_item_or_ticket PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_cancel_running_transaction PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_change_port_speed_private PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_change_port_speed_public PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_create_credential PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_edit PASSED        [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_edit_blank PASSED  [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_edit_meta PASSED   [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_generate_create_dict PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_generate_create_dict_by_router_network_component PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_generate_create_dict_network_key PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_generate_create_dict_no_regions PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_get_bandwidth_allocation PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_get_bandwidth_allocation_no_allotment PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_get_bandwidth_allocation_with_allotment PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_get_bandwidth_data PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_components PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_create_options PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_create_options_package_missing PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_create_options_prices PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_create_options_prices_by_location PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_hard_drive_empty PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_hard_drives PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_hardware PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_hardware_item_prices PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_none_storage_credentials PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_price_id_disk_capacity PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_price_id_memory_capacity PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_price_id_mismatch_capacity PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_software_component PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_storage_credentials PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_storage_iscsi_details PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_storage_iscsi_empty_details PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_storage_nas_details PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_storage_nas_empty_details PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_get_tracking_id PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_init_with_ordering_manager PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_list_hardware PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_list_hardware_with_filters PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_notification PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_notification_del PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_place_order PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_reflash_firmware PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_reflash_firmware_selective PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_reload PASSED      [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_rescue PASSED      [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_resolve_ids_hostname PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_resolve_ids_ip PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_sensor PASSED      [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_update_firmware PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_update_firmware_selective PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_upgrade PASSED     [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_upgrade_add_disk PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_upgrade_blank PASSED [ 63%]
tests/managers/hardware_tests.py::HardwareTests::test_upgrade_full PASSED [ 63%]
tests/managers/hardware_tests.py::HardwareTests::test_upgrade_resize_disk PASSED [ 63%]
tests/managers/hardware_tests.py::HardwareTests::test_verify_order PASSED [ 63%]
tests/managers/hardware_tests.py::HardwareHelperTests::test_bandwidth_key PASSED [ 63%]
tests/managers/hardware_tests.py::HardwareHelperTests::test_is_bonded PASSED [ 63%]
tests/managers/hardware_tests.py::HardwareHelperTests::test_is_private PASSED [ 63%]
tests/managers/hardware_tests.py::HardwareHelperTests::test_matches_location PASSED [ 63%]
tests/managers/hardware_tests.py::HardwareHelperTests::test_port_speed_key PASSED [ 63%]
tests/managers/hardware_tests.py::HardwareHelperTests::test_port_speed_key_exception PASSED [ 63%]
tests/managers/image_tests.py::ImageTests::test_add_locations_fail PASSED [ 63%]
tests/managers/image_tests.py::ImageTests::test_add_locations_image PASSED [ 63%]
tests/managers/image_tests.py::ImageTests::test_delete_image PASSED      [ 63%]
tests/managers/image_tests.py::ImageTests::test_edit_blank PASSED        [ 63%]
tests/managers/image_tests.py::ImageTests::test_edit_full PASSED         [ 63%]
tests/managers/image_tests.py::ImageTests::test_edit_tags PASSED         [ 63%]
tests/managers/image_tests.py::ImageTests::test_export_image PASSED      [ 63%]
tests/managers/image_tests.py::ImageTests::test_export_image_cos PASSED  [ 63%]
tests/managers/image_tests.py::ImageTests::test_get_image PASSED         [ 63%]
tests/managers/image_tests.py::ImageTests::test_get_locations_id_fails PASSED [ 64%]
tests/managers/image_tests.py::ImageTests::test_import_image PASSED      [ 64%]
tests/managers/image_tests.py::ImageTests::test_import_image_cos PASSED  [ 64%]
tests/managers/image_tests.py::ImageTests::test_list_private_images PASSED [ 64%]
tests/managers/image_tests.py::ImageTests::test_list_private_images_with_filters PASSED [ 64%]
tests/managers/image_tests.py::ImageTests::test_list_public_images PASSED [ 64%]
tests/managers/image_tests.py::ImageTests::test_list_public_images_with_filters PASSED [ 64%]
tests/managers/image_tests.py::ImageTests::test_remove_locations_image PASSED [ 64%]
tests/managers/image_tests.py::ImageTests::test_resolve_ids_guid PASSED  [ 64%]
tests/managers/image_tests.py::ImageTests::test_resolve_ids_name_private PASSED [ 64%]
tests/managers/image_tests.py::ImageTests::test_resolve_ids_name_public PASSED [ 64%]
tests/managers/image_tests.py::ImageTests::test_resolve_ids_not_found PASSED [ 64%]
tests/managers/ipsec_tests.py::IPSECTests::test_add_internal_subnet PASSED [ 64%]
tests/managers/ipsec_tests.py::IPSECTests::test_add_remote_subnet PASSED [ 64%]
tests/managers/ipsec_tests.py::IPSECTests::test_add_service_subnet PASSED [ 64%]
tests/managers/ipsec_tests.py::IPSECTests::test_apply_configuration PASSED [ 64%]
tests/managers/ipsec_tests.py::IPSECTests::test_cancel_item PASSED       [ 64%]
tests/managers/ipsec_tests.py::IPSECTests::test_create_remote_subnet PASSED [ 64%]
tests/managers/ipsec_tests.py::IPSECTests::test_create_translation PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_delete_remote_subnet PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_get_translation PASSED   [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_get_translation_raises_error PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_get_translations PASSED  [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_get_tunnel_context PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_get_tunnel_context_raises_error PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_get_tunnel_contexts PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_order PASSED             [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_remove_internal_subnet PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_remove_remote_subnet PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_remove_service_subnet PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_remove_translation PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_update_translation PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_update_tunnel_context PASSED [ 65%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_add_lb_l7_pool PASSED [ 65%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_add_lb_listener PASSED [ 65%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_add_lb_member PASSED [ 65%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_cancel_lbaas PASSED [ 65%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_del_lb_l7_pool PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_delete_lb_member PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_adc PASSED  [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_adc_mask PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_adc_masks PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_adcs PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_all_l7policies PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_l7policies PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_lb PASSED   [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_lb_mask PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_lbaas PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_lbaas_by_name PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_lbaas_by_name_fails PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_lbaas_mask PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_lbaas_uuid_id_id PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_lbaas_uuid_id_name PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_lbaas_uuid_id_uuid PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_lbaas_order_options PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_order_lbaas PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_remove_lb_listener PASSED [ 67%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_updated_lb_health PASSED [ 67%]
tests/managers/metadata_tests.py::MetadataTests::test_404 PASSED         [ 67%]
tests/managers/metadata_tests.py::MetadataTests::test_error PASSED       [ 67%]
tests/managers/metadata_tests.py::MetadataTests::test_get PASSED         [ 67%]
tests/managers/metadata_tests.py::MetadataTests::test_networks PASSED    [ 67%]
tests/managers/metadata_tests.py::MetadataTests::test_no_param PASSED    [ 67%]
tests/managers/metadata_tests.py::MetadataTests::test_not_exists PASSED  [ 67%]
tests/managers/metadata_tests.py::MetadataTests::test_return_none PASSED [ 67%]
tests/managers/metadata_tests.py::MetadataTests::test_user_data PASSED   [ 67%]
tests/managers/metadata_tests.py::MetadataTests::test_w_param PASSED     [ 67%]
tests/managers/metadata_tests.py::MetadataTests::test_w_param_error PASSED [ 67%]
tests/managers/network_tests.py::NetworkTests::test_add_global_ip PASSED [ 67%]
tests/managers/network_tests.py::NetworkTests::test_add_securitygroup_rule PASSED [ 67%]
tests/managers/network_tests.py::NetworkTests::test_add_securitygroup_rules PASSED [ 67%]
tests/managers/network_tests.py::NetworkTests::test_add_securitygroup_rules_with_dict_error PASSED [ 67%]
tests/managers/network_tests.py::NetworkTests::test_add_subnet_for_ipv4 PASSED [ 67%]
tests/managers/network_tests.py::NetworkTests::test_add_subnet_for_ipv6 PASSED [ 67%]
tests/managers/network_tests.py::NetworkTests::test_assign_global_ip PASSED [ 67%]
tests/managers/network_tests.py::NetworkTests::test_attach_securitygroup_component PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_attach_securitygroup_components PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_cancel_global_ip PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_cancel_subnet PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_clear_route PASSED   [ 68%]
tests/managers/network_tests.py::NetworkTests::test_create_securitygroup PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_delete_securitygroup PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_detach_securitygroup_component PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_detach_securitygroup_components PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_edit_note_subnet PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_edit_securitygroup PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_edit_securitygroup_rule PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_edit_securitygroup_rule_unset PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_get_all_datacenter PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_get_all_pods PASSED  [ 68%]
tests/managers/network_tests.py::NetworkTests::test_get_cci_event_logs PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_get_datacenter_by_keyname PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_get_event_logs_by_request_id PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_get_security_group_event_logs PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_get_securitygroup PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_get_subnet PASSED    [ 69%]
tests/managers/network_tests.py::NetworkTests::test_get_vlan PASSED      [ 69%]
tests/managers/network_tests.py::NetworkTests::test_ip_lookup PASSED     [ 69%]
tests/managers/network_tests.py::NetworkTests::test_list_global_ips_default PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_list_global_ips_with_filter PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_list_securitygroup_rules PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_list_securitygroups PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_list_subnets_default PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_list_subnets_with_filters PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_list_vlans_default PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_list_vlans_with_filters PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_remove_securitygroup_rule PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_remove_securitygroup_rules PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_resolve_global_ip_ids PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_resolve_global_ip_ids_no_results PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_resolve_subnet_ids PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_resolve_subnet_ids_no_results PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_resolve_vlan_ids PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_resolve_vlan_ids_no_results PASSED [ 70%]
tests/managers/network_tests.py::NetworkTests::test_route PASSED         [ 70%]
tests/managers/network_tests.py::NetworkTests::test_set_tags_subnet PASSED [ 70%]
tests/managers/network_tests.py::NetworkTests::test_summary_by_datacenter PASSED [ 70%]
tests/managers/network_tests.py::NetworkTests::test_unassign_global_ip PASSED [ 70%]
tests/managers/network_tests.py::NetworkTests::test_vlan_edit PASSED     [ 70%]
tests/managers/object_storage_tests.py::ObjectStorageTests::test_create_credential PASSED [ 70%]
tests/managers/object_storage_tests.py::ObjectStorageTests::test_delete_credential PASSED [ 70%]
tests/managers/object_storage_tests.py::ObjectStorageTests::test_limit_credential PASSED [ 70%]
tests/managers/object_storage_tests.py::ObjectStorageTests::test_list_accounts PASSED [ 70%]
tests/managers/object_storage_tests.py::ObjectStorageTests::test_list_credential PASSED [ 70%]
tests/managers/object_storage_tests.py::ObjectStorageTests::test_list_endpoints PASSED [ 70%]
tests/managers/object_storage_tests.py::ObjectStorageTests::test_list_endpoints_no_results PASSED [ 70%]
tests/managers/object_storage_tests.py::ObjectStorageTests::test_resolve_ids PASSED [ 70%]
tests/managers/object_storage_tests.py::ObjectStorageTests::test_resolve_ids_fail_multiple PASSED [ 70%]
tests/managers/object_storage_tests.py::ObjectStorageTests::test_resolve_ids_fail_no_found PASSED [ 70%]
tests/managers/ordering_tests.py::OrderingTests::test_clean_quote_verify PASSED [ 70%]
tests/managers/ordering_tests.py::OrderingTests::test_generate_no_complex_type PASSED [ 70%]
tests/managers/ordering_tests.py::OrderingTests::test_generate_order PASSED [ 70%]
tests/managers/ordering_tests.py::OrderingTests::test_generate_order_template PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_generate_order_template_extra_quantity PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_generate_order_template_virtual PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_generate_order_with_preset PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_generate_order_with_quantity PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_active_packages PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_item_capacity_core PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_item_capacity_intel PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_item_capacity_storage PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_item_price_id_core_with_capacity_restriction PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_item_price_id_processor_with_capacity_restriction PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_item_price_id_storage_with_capacity_restriction PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_item_price_id_without_capacity_restriction PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_item_prices PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_item_prices_by_location_keyname PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_item_prices_by_location_name PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_items PASSED   [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_location_id_NONE PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_location_id_exception PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_location_id_int PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_location_id_keyname PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_location_id_short PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_oder_detail_default_mask PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_oder_detail_mask PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_order_container PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_package_by_key_returns_if_found PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_package_by_key_returns_none_if_not_found PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_package_by_type_returns_if_found PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_package_by_type_returns_no_outlet_packages PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_package_by_type_returns_none_if_not_found PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_package_id_by_type_fails_for_nonexistent_package_type PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_package_id_by_type_returns_valid_id PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_preset_by_key PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_preset_by_key_preset_not_found PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_preset_prices PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_price_id_list PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_price_id_list_gpu_items_with_two_categories PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_price_id_list_item_not_found PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_get_price_id_list_no_core PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_get_quote_details PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_get_quotes PASSED  [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_get_regions PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_issues1067 PASSED  [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_issues1425_nonzeroterm PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_issues1425_zeroterm PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_list_categories PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_list_categories_filters PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_list_items PASSED  [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_list_packages PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_list_packages_not_active PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_list_presets PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_location_groud_id_empty PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_location_group_id_none PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_locations PASSED   [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_order_quote_virtual_guest PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_place_order PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_place_order_with_quantity PASSED [ 74%]
tests/managers/ordering_tests.py::OrderingTests::test_place_quote PASSED [ 74%]
tests/managers/ordering_tests.py::OrderingTests::test_resolve_location_name PASSED [ 74%]
tests/managers/ordering_tests.py::OrderingTests::test_resolve_location_name_by_keyname PASSED [ 74%]
tests/managers/ordering_tests.py::OrderingTests::test_resolve_location_name_by_name PASSED [ 74%]
tests/managers/ordering_tests.py::OrderingTests::test_resolve_location_name_invalid PASSED [ 74%]
tests/managers/ordering_tests.py::OrderingTests::test_resolve_location_name_not_exist PASSED [ 74%]
tests/managers/ordering_tests.py::OrderingTests::test_save_quote PASSED  [ 74%]
tests/managers/ordering_tests.py::OrderingTests::test_verify_order PASSED [ 74%]
tests/managers/ordering_tests.py::OrderingTests::test_verify_quote PASSED [ 74%]
tests/managers/search_tests.py::SearchTests::test_search PASSED          [ 74%]
tests/managers/search_tests.py::SearchTests::test_search_advanced PASSED [ 74%]
tests/managers/search_tests.py::SearchTests::test_search_type PASSED     [ 74%]
tests/managers/sshkey_tests.py::SshKeyTests::test_add_key PASSED         [ 74%]
tests/managers/sshkey_tests.py::SshKeyTests::test_delete_key PASSED      [ 74%]
tests/managers/sshkey_tests.py::SshKeyTests::test_edit_key PASSED        [ 74%]
tests/managers/sshkey_tests.py::SshKeyTests::test_get_key PASSED         [ 74%]
tests/managers/sshkey_tests.py::SshKeyTests::test_list_keys PASSED       [ 74%]
tests/managers/sshkey_tests.py::SshKeyTests::test_resolve_ids_label PASSED [ 74%]
tests/managers/ssl_tests.py::SSLTests::test_add_certificate PASSED       [ 75%]
tests/managers/ssl_tests.py::SSLTests::test_edit_certificate PASSED      [ 75%]
tests/managers/ssl_tests.py::SSLTests::test_get_certificate PASSED       [ 75%]
tests/managers/ssl_tests.py::SSLTests::test_list_certs_all PASSED        [ 75%]
tests/managers/ssl_tests.py::SSLTests::test_list_certs_expired PASSED    [ 75%]
tests/managers/ssl_tests.py::SSLTests::test_list_certs_valid PASSED      [ 75%]
tests/managers/ssl_tests.py::SSLTests::test_remove_certificate PASSED    [ 75%]
tests/managers/storage_generic_tests.py::StorageGenericTests::test_get_volume_snapshot_notification_status PASSED [ 75%]
tests/managers/storage_generic_tests.py::StorageGenericTests::test_set_volume_snapshot_notification PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_endurance_tier_iops_per_gb_value_is_025 PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_endurance_tier_iops_per_gb_value_is_10 PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_endurance_tier_iops_per_gb_value_is_2 PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_endurance_tier_iops_per_gb_value_is_4 PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_endurance_tier_iops_per_gb_value_not_found PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_endurance_tier_price PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_endurance_tier_price_category_not_found PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_endurance_tier_price_empty_location_not_found PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_endurance_tier_price_no_attributes_in_items PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_endurance_tier_price_no_items_in_package PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_endurance_tier_price_no_matching_attribute_value PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_endurance_tier_price_no_prices_in_items PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_category_not_found PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_empty_location_not_found PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_no_items_in_package PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_no_matching_capacity PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_no_prices_in_items PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_target_value_above_capacity PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_target_value_below_capacity PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_with_endurance_category PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_with_replication_category PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_with_snapshot_category PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_wrong_capacity_restriction PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_iops_price PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_iops_price_category_not_found PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_iops_price_empty_location_not_found PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_iops_price_no_items_in_package PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_iops_price_no_matching_iops_value PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_iops_price_no_prices_in_items PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_iops_price_volume_size_above_capacity PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_iops_price_volume_size_below_capacity PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_iops_price_wrong_capacity_restriction PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_space_price PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_space_price_category_not_found PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_space_price_empty_location_not_found PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_space_price_no_items_in_package PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_space_price_no_matching_capacity PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_space_price_no_prices_in_items PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_price_by_category_category_not_found PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_price_by_category_empty PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_price_by_category_empty_location_not_found PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_price_by_category_no_items_in_package PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_price_by_category_no_prices_in_items PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_price_by_category_none PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_space_price PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_space_price_category_not_found PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_space_price_empty_location_not_found PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_space_price_no_capacity_maximum PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_space_price_no_capacity_minimum PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_space_price_no_items_in_package PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_space_price_no_matching_keyname PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_space_price_no_prices_in_items PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_space_price_size_above_capacity PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_space_price_size_below_capacity PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_tier_price PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_tier_price_category_not_found PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_tier_price_empty_location_not_found PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_tier_price_no_itemCategory PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_tier_price_no_itemCategory_code PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_tier_price_no_items_in_package PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_tier_price_no_matching_capacity PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_tier_price_no_matching_itemCategory PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_tier_price_no_prices_in_items PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_category_not_found PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_empty_location_not_found PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_iops_above_capacity PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_iops_below_capacity PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_no_capacity_maximum PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_no_capacity_minimum PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_no_itemCategory PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_no_itemCategory_code PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_no_items_in_package PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_no_matching_itemCategory PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_no_prices_in_items PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_size_above_capacity PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_size_below_capacity PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_wrong_capacity_restriction PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_category_not_found PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_empty_location_not_found PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_no_capacity_maximum PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_no_capacity_minimum PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_no_itemCategory PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_no_itemCategory_code PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_no_items_in_package PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_no_matching_itemCategory PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_no_matching_keyname PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_no_prices_in_items PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_size_above_capacity PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_size_below_capacity PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_replication_price_category_not_found PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_replication_price_empty_location_not_found PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_replication_price_no_items_in_package PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_replication_price_no_matching_key_name PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_replication_price_no_prices_in_items PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_replication_price_target_value_above_capacity PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_replication_price_target_value_below_capacity PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_replication_price_with_iops PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_replication_price_with_tier PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_replication_price_wrong_capacity_restriction PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_snapshot_space_price_category_not_found PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_snapshot_space_price_empty_location_not_found PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_snapshot_space_price_no_items_in_package PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_snapshot_space_price_no_matching_capacity PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_snapshot_space_price_no_prices_in_items PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_snapshot_space_price_target_value_above_capacity PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_snapshot_space_price_target_value_below_capacity PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_snapshot_space_price_with_iops PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_snapshot_space_price_with_tier_level PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_snapshot_space_price_wrong_capacity_restriction PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_snapshot_schedule_id PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_snapshot_schedule_id_no_keyname_in_schedule_type PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_snapshot_schedule_id_no_matching_keyname PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_snapshot_schedule_id_no_schedules PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_snapshot_schedule_id_no_type_in_schedule PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_get_location_id PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_get_location_id_no_datacenters_in_collection PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_get_location_id_no_matching_location_name PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_get_package PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_get_package_more_than_one_package_found PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_get_package_no_packages_found PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_populate_host_templates PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_populate_host_templates_empty_arrays_given PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_populate_host_templates_no_ids_given PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_endurance_block PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_endurance_file PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_endurance_use_default_origin_values PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_invalid_origin_storage_type PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_origin_snapshot_capacity_not_found PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_origin_volume_cancelled PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_origin_volume_location_not_found PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_origin_volume_staas_version_below_v2 PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_performance_block PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_performance_file PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_performance_origin_iops_not_found PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_performance_use_default_origin_values PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_endurance PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_endurance_use_existing_size PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_endurance_use_existing_tier PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_endurance_values_not_given PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_invalid_volume_storage_type PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_origin_volume_cancelled PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_origin_volume_staas_version_below_v2 PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_performance PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_performance_iops_not_found PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_performance_use_existing_iops PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_performance_use_existing_size PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_performance_values_not_given PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_ent_endurance PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_ent_endurance_tier_is_not_none PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_enterprise_offering_invalid_type PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_hourly_billing PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_invalid_location PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_saas_endurance PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_saas_endurance_tier_is_not_none PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_saas_invalid_storage_type PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_saas_performance PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_saas_performance_volume_below_staas_v2 PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_snapshot_capacity_not_found PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_snapshot_space_cancelled PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_volume_cancellation_date_set PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_volume_cancelled PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_snapshot_order_billing_item_cancelled PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_snapshot_order_enterprise PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_snapshot_order_enterprise_tier_is_not_none PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_snapshot_order_hourly_billing PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_snapshot_order_invalid_billing_item_category_code PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_snapshot_order_saas_endurance_tier_is_not_none PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_snapshot_order_saas_endurance_upgrade PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_snapshot_order_saas_invalid_storage_type PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_snapshot_order_saas_performance PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_snapshot_order_saas_performance_volume_below_staas_v2 PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_ent_endurance PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_ent_endurance_with_snapshot PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_enterprise_offering_invalid_storage_type PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_invalid_location PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_invalid_offering PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_invalid_storage_type PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_perf_performance_block PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_perf_performance_file PASSED [ 85%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_performance_offering_invalid_storage_type PASSED [ 85%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_saas_endurance PASSED [ 85%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_saas_endurance_with_snapshot PASSED [ 85%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_saas_performance PASSED [ 85%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_saas_performance_rest PASSED [ 85%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_saas_performance_with_snapshot PASSED [ 85%]
tests/managers/tag_tests.py::TagTests::test_attached_tags PASSED         [ 85%]
tests/managers/tag_tests.py::TagTests::test_attached_tags_mask PASSED    [ 85%]
tests/managers/tag_tests.py::TagTests::test_get_resource_name PASSED     [ 85%]
tests/managers/tag_tests.py::TagTests::test_get_tag PASSED               [ 85%]
tests/managers/tag_tests.py::TagTests::test_get_tag_by_name PASSED       [ 85%]
tests/managers/tag_tests.py::TagTests::test_get_tag_by_name_mask PASSED  [ 85%]
tests/managers/tag_tests.py::TagTests::test_get_tag_mask PASSED          [ 85%]
tests/managers/tag_tests.py::TagTests::test_get_tag_references PASSED    [ 85%]
tests/managers/tag_tests.py::TagTests::test_get_tag_references_mask PASSED [ 85%]
tests/managers/tag_tests.py::TagTests::test_list_tags PASSED             [ 85%]
tests/managers/tag_tests.py::TagTests::test_list_tags_mask PASSED        [ 85%]
tests/managers/tag_tests.py::TagTests::test_reference_lookup_app_delivery PASSED [ 86%]
tests/managers/tag_tests.py::TagTests::test_reference_lookup_dedicated PASSED [ 86%]
tests/managers/tag_tests.py::TagTests::test_reference_lookup_document PASSED [ 86%]
tests/managers/tag_tests.py::TagTests::test_reference_lookup_guest PASSED [ 86%]
tests/managers/tag_tests.py::TagTests::test_reference_lookup_hardware PASSED [ 86%]
tests/managers/tag_tests.py::TagTests::test_set_tags PASSED              [ 86%]
tests/managers/tag_tests.py::TagTests::test_taggable_by_type_image_template PASSED [ 86%]
tests/managers/tag_tests.py::TagTests::test_taggable_by_type_main PASSED [ 86%]
tests/managers/tag_tests.py::TagTests::test_taggable_by_type_network_subnet PASSED [ 86%]
tests/managers/tag_tests.py::TagTests::test_taggable_by_type_ticket PASSED [ 86%]
tests/managers/tag_tests.py::TagTests::test_type_to_service PASSED       [ 86%]
tests/managers/tag_tests.py::TagTests::test_unattached_tags PASSED       [ 86%]
tests/managers/tag_tests.py::TagTests::test_unattached_tags_mask PASSED  [ 86%]
tests/managers/ticket_tests.py::TicketTests::test_attach_hardware PASSED [ 86%]
tests/managers/ticket_tests.py::TicketTests::test_attach_virtual_server PASSED [ 86%]
tests/managers/ticket_tests.py::TicketTests::test_create_ticket PASSED   [ 86%]
tests/managers/ticket_tests.py::TicketTests::test_detach_hardware PASSED [ 86%]
tests/managers/ticket_tests.py::TicketTests::test_detach_virtual_server PASSED [ 86%]
tests/managers/ticket_tests.py::TicketTests::test_get_instance PASSED    [ 86%]
tests/managers/ticket_tests.py::TicketTests::test_list_subjects PASSED   [ 87%]
tests/managers/ticket_tests.py::TicketTests::test_list_tickets PASSED    [ 87%]
tests/managers/ticket_tests.py::TicketTests::test_list_tickets_all PASSED [ 87%]
tests/managers/ticket_tests.py::TicketTests::test_list_tickets_closed PASSED [ 87%]
tests/managers/ticket_tests.py::TicketTests::test_list_tickets_false PASSED [ 87%]
tests/managers/ticket_tests.py::TicketTests::test_list_tickets_open PASSED [ 87%]
tests/managers/ticket_tests.py::TicketTests::test_update_ticket PASSED   [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_add_permissions PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_create_user_handle_paas_exception PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_disable_notifications PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_disable_notifications_fail PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_enable_notifications PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_enable_notifications_fail PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_format_permission_object PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_format_permission_object_all PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_gather_notifications PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_gather_notifications_fail PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_get_all_notifications PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_get_all_permissions PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_get_current_user PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_current_user_mask PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_dedicated_host PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_events_default PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_events_empty PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_hardware PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_id_from_username_multiple_match PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_id_from_username_one_match PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_id_from_username_zero_match PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_logins_default PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_user_default PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_user_mask PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_virtual PASSED  [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_grant_dedicated PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_grant_hardware PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_grant_virtual PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_list_user_defaults PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_list_user_filter PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_list_user_mask PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_permissions_from_user PASSED [ 89%]
tests/managers/user_tests.py::UserManagerTests::test_remove_dedicated PASSED [ 89%]
tests/managers/user_tests.py::UserManagerTests::test_remove_hardware PASSED [ 89%]
tests/managers/user_tests.py::UserManagerTests::test_remove_permissions PASSED [ 89%]
tests/managers/user_tests.py::UserManagerTests::test_remove_virtual PASSED [ 89%]
tests/managers/user_tests.py::UserManagerTests::test_vpn_manual PASSED   [ 89%]
tests/managers/user_tests.py::UserManagerTests::test_vpn_subnet_add PASSED [ 89%]
tests/managers/user_tests.py::UserManagerTests::test_vpn_subnet_remove PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_create PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_create_guest PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_create_guest_no_flavor PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_create_guest_testing PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_create_test PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_flavor_string PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_get_available_routers PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_get_available_routers_search PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_get_create_options PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_get_object PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_get_object_mask PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_list PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test__get_price_id_for_upgrade_find_private_price PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_create_verify PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_get_item_id_for_upgrade PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_get_package_items PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_get_price_id_empty PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_get_price_id_for_upgrade PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_get_price_id_for_upgrade_finds_memory_price PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_get_price_id_for_upgrade_finds_nic_price PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_get_price_id_for_upgrade_skips_location_price PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_get_price_id_memory_capacity PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_get_price_id_mismatch_capacity PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_order_guest PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_order_guest_ipv6 PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_order_guest_placement_group PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_order_guest_verify PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_upgrade PASSED   [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_upgrade_blank PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_upgrade_cpu_and_preset_exception PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_upgrade_dedicated_host_instance PASSED [ 91%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_upgrade_full PASSED [ 91%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_upgrade_mem_and_preset_exception PASSED [ 91%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_upgrade_no_price_exception PASSED [ 91%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_upgrade_with_flavor PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_create PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_delete PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_get_id_from_name PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_get_object PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_get_object_with_mask PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_get_rule_id_from_name PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_get_rule_id_from_name_failure PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_list PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_list_mask PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_router_search PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_router_search_failure PASSED [ 91%]
tests/managers/vs/vs_tests.py::VSTests::test_add_notification PASSED     [ 91%]
tests/managers/vs/vs_tests.py::VSTests::test_authorize_portable_storage PASSED [ 91%]
tests/managers/vs/vs_tests.py::VSTests::test_authorize_storage PASSED    [ 91%]
tests/managers/vs/vs_tests.py::VSTests::test_authorize_storage_empty PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_browser_access_log PASSED   [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_cancel_instance PASSED      [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_capture_additional_disks PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_captures PASSED             [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_change_port_speed_private PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_change_port_speed_public PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_create_instance PASSED      [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_create_instances PASSED     [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_create_network_components_by_routers PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_create_network_components_by_routers_and_vlan PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_create_network_components_private_subnet PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_create_network_components_public_subnet PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_create_network_components_vlan_subnet_private PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_create_network_components_vlan_subnet_private_vlan_subnet_public PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_create_network_components_vlan_subnet_public PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_edit_blank PASSED           [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_edit_full PASSED            [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_edit_metadata PASSED        [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_edit_tags PASSED            [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_edit_tags_blank PASSED      [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_basic PASSED       [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_boot_mode PASSED   [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_by_router_and_subnet PASSED [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_by_router_and_vlan PASSED [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_datacenter PASSED  [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_dedicated PASSED   [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_image_id PASSED    [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_missing PASSED     [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_monthly PASSED     [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_multi_disk PASSED  [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_network PASSED     [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_no_disks PASSED    [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_os_and_image PASSED [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_post_uri PASSED    [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_private_network_only PASSED [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_private_subnet PASSED [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_private_vlan PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_private_vlan_subnet_public_vlan_subnet PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_private_vlan_with_private_subnet PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_public_subnet PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_public_vlan PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_public_vlan_with_public_subnet PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_sec_group PASSED   [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_single_disk PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_sshkey PASSED      [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_userdata PASSED    [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_get_bandwidth_allocation PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_get_bandwidth_allocation_no_allotment PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_get_bandwidth_allocation_with_allotment PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_get_bandwidth_data PASSED   [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_get_create_options PASSED   [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_get_create_options_prices_by_location PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_get_hardware_guests PASSED  [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_get_instance PASSED         [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_get_local_disks_empty PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_get_local_disks_swap PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_get_local_disks_system PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_get_none_storage_credentials PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_get_portable_storage PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_get_portable_storage_empty PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_get_storage_credentials PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_get_storage_iscsi_details PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_get_storage_iscsi_empty_details PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_get_storage_nas_details PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_get_storage_nas_empty_details PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_get_tracking_id PASSED      [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_list_instances PASSED       [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_list_instances_hourly PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_list_instances_monthly PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_list_instances_neither PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_list_instances_with_filters PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_migrate PASSED              [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_migrate_dedicated PASSED    [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_notification PASSED         [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_notification_del PASSED     [ 96%]
tests/managers/vs/vs_tests.py::VSTests::test_reload_instance PASSED      [ 96%]
tests/managers/vs/vs_tests.py::VSTests::test_reload_instance_posturi_sshkeys PASSED [ 96%]
tests/managers/vs/vs_tests.py::VSTests::test_reload_instance_with_new_os PASSED [ 96%]
tests/managers/vs/vs_tests.py::VSTests::test_rescue PASSED               [ 96%]
tests/managers/vs/vs_tests.py::VSTests::test_resolve_ids_hostname PASSED [ 96%]
tests/managers/vs/vs_tests.py::VSTests::test_resolve_ids_ip PASSED       [ 96%]
tests/managers/vs/vs_tests.py::VSTests::test_resolve_ids_ip_invalid PASSED [ 96%]
tests/managers/vs/vs_tests.py::VSTests::test_resolve_ids_ip_private PASSED [ 96%]
tests/managers/vs/vs_tests.py::VSTests::test_usage_vs_cpu PASSED         [ 96%]
tests/managers/vs/vs_tests.py::VSTests::test_usage_vs_memory PASSED      [ 96%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_active_and_provisiondate PASSED [ 96%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_active_not_provisioned PASSED [ 96%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_active_provision_pending PASSED [ 96%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_exception_from_api PASSED [ 96%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_iter_20_incomplete PASSED [ 96%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_iter_four_complete PASSED [ 96%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_iter_once_complete PASSED [ 96%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_iter_two_incomplete PASSED [ 96%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_ready_iter_once_incomplete PASSED [ 97%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_reload_no_pending PASSED [ 97%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_reload_pending PASSED [ 97%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_wait_interface PASSED [ 97%]
tests/transports/debug_tests.py::TestDebugTransport::test_call PASSED    [ 97%]
tests/transports/debug_tests.py::TestDebugTransport::test_error PASSED   [ 97%]
tests/transports/debug_tests.py::TestDebugTransport::test_get_last_calls PASSED [ 97%]
tests/transports/debug_tests.py::TestDebugTransport::test_print_reproduceable PASSED [ 97%]
tests/transports/debug_tests.py::TestDebugTransport::test_print_reproduceable_post PASSED [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_basic PASSED       [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_complex_encoder_bytes PASSED [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_empty_error PASSED [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_http_and_empty_error PASSED [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_http_and_json_error PASSED [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_json_error PASSED  [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_print_reproduceable PASSED [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_proxy_without_protocol PASSED [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_unknown_error PASSED [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_valid_proxy PASSED [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_with_args PASSED   [ 98%]
tests/transports/rest_tests.py::TestRestAPICall::test_with_args_bytes PASSED [ 98%]
tests/transports/rest_tests.py::TestRestAPICall::test_with_filter PASSED [ 98%]
tests/transports/rest_tests.py::TestRestAPICall::test_with_id PASSED     [ 98%]
tests/transports/rest_tests.py::TestRestAPICall::test_with_limit_offset PASSED [ 98%]
tests/transports/rest_tests.py::TestRestAPICall::test_with_mask PASSED   [ 98%]
tests/transports/rest_tests.py::TestRestAPICall::test_with_special_auth PASSED [ 98%]
tests/transports/transport_tests.py::TestFixtureTransport::test_basic PASSED [ 98%]
tests/transports/transport_tests.py::TestFixtureTransport::test_no_method PASSED [ 98%]
tests/transports/transport_tests.py::TestFixtureTransport::test_no_module PASSED [ 98%]
tests/transports/transport_tests.py::TestTimingTransport::test_call PASSED [ 98%]
tests/transports/transport_tests.py::TestTimingTransport::test_get_last_calls PASSED [ 98%]
tests/transports/transport_tests.py::TestTimingTransport::test_print_reproduceable PASSED [ 98%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_call PASSED    [ 98%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_call_large_number_response PASSED [ 98%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_filter PASSED  [ 98%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_ibm_id_call PASSED [ 98%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_identifier PASSED [ 98%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_limit_offset PASSED [ 98%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_mask_call_filteredMask PASSED [ 99%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_mask_call_no_mask_prefix PASSED [ 99%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_mask_call_v2 PASSED [ 99%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_mask_call_v2_dot PASSED [ 99%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_nonascii_characters PASSED [ 99%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_old_mask PASSED [ 99%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_print_reproduceable PASSED [ 99%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_proxy_without_protocol PASSED [ 99%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_request_exception PASSED [ 99%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_valid_proxy PASSED [ 99%]
tests/transports/xmlrpc_tests.py::test_verify[True-True-True] PASSED     [ 99%]
tests/transports/xmlrpc_tests.py::test_verify[True-False-False] PASSED   [ 99%]
tests/transports/xmlrpc_tests.py::test_verify[True-None-True] PASSED     [ 99%]
tests/transports/xmlrpc_tests.py::test_verify[False-True-True] PASSED    [ 99%]
tests/transports/xmlrpc_tests.py::test_verify[False-False-False] PASSED  [ 99%]
tests/transports/xmlrpc_tests.py::test_verify[False-None-False] PASSED   [ 99%]
tests/transports/xmlrpc_tests.py::test_verify[None-True-True] PASSED     [ 99%]
tests/transports/xmlrpc_tests.py::test_verify[None-False-False] PASSED   [ 99%]
tests/transports/xmlrpc_tests.py::test_verify[None-None-True] PASSED     [100%]

======================= 1880 passed, 6 skipped in 27.33s =======================
=== python3.12 ===
============================= test session starts ==============================
platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0 -- /usr/bin/python3.12
cachedir: .pytest_cache
rootdir: /tmp/autopkgtest.6SJt5H/autopkgtest_tmp
configfile: setup.cfg
plugins: typeguard-4.4.1
collecting ... collected 1886 items

tests/CLI/core_tests.py::CoreTests::test_build_client PASSED             [  0%]
tests/CLI/core_tests.py::CoreTests::test_diagnostics PASSED              [  0%]
tests/CLI/core_tests.py::CoreTests::test_get_latest_version PASSED       [  0%]
tests/CLI/core_tests.py::CoreTests::test_get_version_message PASSED      [  0%]
tests/CLI/core_tests.py::CoreTests::test_load_all PASSED                 [  0%]
tests/CLI/core_tests.py::CoreTests::test_unable_get_latest_version PASSED [  0%]
tests/CLI/core_tests.py::CoreTests::test_verbose_max PASSED              [  0%]
tests/CLI/core_tests.py::CoreMainTests::test_auth_error PASSED           [  0%]
tests/CLI/core_tests.py::CoreMainTests::test_sl_error PASSED             [  0%]
tests/CLI/core_tests.py::CoreMainTests::test_unexpected_error PASSED     [  0%]
tests/CLI/custom_types_tests.py::CustomTypesTests::test_network_param_convert PASSED [  0%]
tests/CLI/custom_types_tests.py::CustomTypesTests::test_network_param_convert_fails PASSED [  0%]
tests/CLI/environment_tests.py::EnvironmentTests::test_format_output_is_json PASSED [  0%]
tests/CLI/environment_tests.py::EnvironmentTests::test_get_command PASSED [  0%]
tests/CLI/environment_tests.py::EnvironmentTests::test_get_command_invalid PASSED [  0%]
tests/CLI/environment_tests.py::EnvironmentTests::test_getpass PASSED    [  0%]
tests/CLI/environment_tests.py::EnvironmentTests::test_getpass_issues1436 PASSED [  0%]
tests/CLI/environment_tests.py::EnvironmentTests::test_input PASSED      [  0%]
tests/CLI/environment_tests.py::EnvironmentTests::test_list_commands PASSED [  1%]
tests/CLI/environment_tests.py::EnvironmentTests::test_multiple_tables PASSED [  1%]
tests/CLI/environment_tests.py::EnvironmentTests::test_resolve_alias PASSED [  1%]
tests/CLI/helper_tests.py::CLIJSONEncoderTest::test_default PASSED       [  1%]
tests/CLI/helper_tests.py::CLIJSONEncoderTest::test_fail PASSED          [  1%]
tests/CLI/helper_tests.py::PromptTests::test_confirmation PASSED         [  1%]
tests/CLI/helper_tests.py::PromptTests::test_do_or_die PASSED            [  1%]
tests/CLI/helper_tests.py::FormattedItemTests::test_blank PASSED         [  1%]
tests/CLI/helper_tests.py::FormattedItemTests::test_gb PASSED            [  1%]
tests/CLI/helper_tests.py::FormattedItemTests::test_init PASSED          [  1%]
tests/CLI/helper_tests.py::FormattedItemTests::test_mb_to_gb PASSED      [  1%]
tests/CLI/helper_tests.py::FormattedItemTests::test_sort PASSED          [  1%]
tests/CLI/helper_tests.py::FormattedItemTests::test_sort_mixed PASSED    [  1%]
tests/CLI/helper_tests.py::FormattedListTests::test_init PASSED          [  1%]
tests/CLI/helper_tests.py::FormattedListTests::test_str PASSED           [  1%]
tests/CLI/helper_tests.py::FormattedListTests::test_to_python PASSED     [  1%]
tests/CLI/helper_tests.py::FormattedTxnTests::test_active_txn PASSED     [  1%]
tests/CLI/helper_tests.py::FormattedTxnTests::test_active_txn_empty PASSED [  1%]
tests/CLI/helper_tests.py::FormattedTxnTests::test_active_txn_missing PASSED [  1%]
tests/CLI/helper_tests.py::FormattedTxnTests::test_transaction_status PASSED [  2%]
tests/CLI/helper_tests.py::FormattedTxnTests::test_transaction_status_missing PASSED [  2%]
tests/CLI/helper_tests.py::CLIAbortTests::test_init PASSED               [  2%]
tests/CLI/helper_tests.py::ResolveIdTests::test_resolve_id_multiple PASSED [  2%]
tests/CLI/helper_tests.py::ResolveIdTests::test_resolve_id_none PASSED   [  2%]
tests/CLI/helper_tests.py::ResolveIdTests::test_resolve_id_one PASSED    [  2%]
tests/CLI/helper_tests.py::TestTable::test_table_with_duplicated_columns PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_formatted_item PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_json PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_json_keyvaluetable PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_json_string PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_jsonraw PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_jsonraw_keyvaluetable PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_jsonraw_string PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_list PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_python PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_python_keyvaluetable PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_string PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_table PASSED [  2%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_table_invalid_sort PASSED [  3%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_output_unicode PASSED [  3%]
tests/CLI/helper_tests.py::TestFormatOutput::test_format_raw_table PASSED [  3%]
tests/CLI/helper_tests.py::TestFormatOutput::test_sequentialoutput PASSED [  3%]
tests/CLI/helper_tests.py::TestFormatOutput::test_unknown PASSED         [  3%]
tests/CLI/helper_tests.py::TestTemplateArgs::test_no_template_option PASSED [  3%]
tests/CLI/helper_tests.py::TestTemplateArgs::test_template_options PASSED [  3%]
tests/CLI/helper_tests.py::TestExportToTemplate::test_export_to_template PASSED [  3%]
tests/CLI/helper_tests.py::IterToTableTests::test_format_api_dict PASSED [  3%]
tests/CLI/helper_tests.py::IterToTableTests::test_format_api_list PASSED [  3%]
tests/CLI/helper_tests.py::IterToTableTests::test_format_api_list_non_objects PASSED [  3%]
tests/CLI/helper_tests.py::IterToTableTests::test_format_api_list_with_empty_array PASSED [  3%]
tests/CLI/helper_tests.py::IterToTableTests::test_format_api_list_with_none_value PASSED [  3%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_acccount_bandwidth_pool_detail PASSED [  3%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_acccount_licenses PASSED [  3%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_acccount_order PASSED [  3%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_account_billing_items PASSED [  3%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_account_cancel_item PASSED [  3%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_account_get_billing_item_detail PASSED [  3%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_account_summary PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_bandwidth_pools PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_event_ack_all PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_event_detail PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_event_details_ack PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_event_jsonraw_output PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_events PASSED  [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_invoice_detail PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_invoice_detail_csv_output_format PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_invoice_detail_details PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_invoices PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_invoices_all PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_invoices_closed PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_invoices_limited PASSED [  4%]
tests/CLI/modules/account_tests.py::AccountCLITests::test_single_invoice PASSED [  4%]
tests/CLI/modules/autoscale_tests.py::AutoscaleTests::test_autoscale_delete PASSED [  4%]
tests/CLI/modules/autoscale_tests.py::AutoscaleTests::test_autoscale_detail PASSED [  4%]
tests/CLI/modules/autoscale_tests.py::AutoscaleTests::test_autoscale_list PASSED [  4%]
tests/CLI/modules/block_tests.py::BlockTests::test_access_list PASSED    [  4%]
tests/CLI/modules/block_tests.py::BlockTests::test_assign_subnets_to_acl PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_authorize_host_to_volume PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_create_snapshot PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_create_snapshot_unsuccessful PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_deauthorize_host_to_volume PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_dep_dupe_convert PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_disable_snapshots PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_disaster_recovery_failover PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_disaster_recovery_failover_aborted PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_dupe_refresh PASSED   [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_duplicate_order PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_duplicate_order_exception_caught PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_duplicate_order_hourly_billing PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_duplicate_order_order_not_placed PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_enable_snapshots PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_get_subnets_in_acl PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_list_volume_schedules PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_modify_order PASSED   [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_modify_order_exception_caught PASSED [  5%]
tests/CLI/modules/block_tests.py::BlockTests::test_modify_order_order_not_placed PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_object_details PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_object_list PASSED    [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_object_permissions PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_remove_subnets_from_acl PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_replicant_failback PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_replicant_failback_unsuccessful PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_replicant_failover PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_replicant_failover_unsuccessful PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_replicant_order PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_replicant_order_order_not_placed PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_replication_locations PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_replication_locations_unsuccessful PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_replication_partners PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_replication_partners_unsuccessful PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_set_password PASSED   [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_snapshot_cancel PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_snapshot_get_notification_status PASSED [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_snapshot_list PASSED  [  6%]
tests/CLI/modules/block_tests.py::BlockTests::test_snapshot_order PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_snapshot_order_order_not_placed PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_snapshot_order_performance_manager_error PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_snapshot_restore PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_cancel PASSED  [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_count PASSED   [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_detail PASSED  [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_detail_name_identifier PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_limit PASSED   [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_list PASSED    [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_list_notes_format_output_json PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_list_order PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_list_reduced_notes_format_output_table PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_not_set_note PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_options PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_order_endurance PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_order_endurance_manager_error PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_order_endurance_tier_not_given PASSED [  7%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_order_hourly_billing PASSED [  8%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_order_hourly_billing_not_available PASSED [  8%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_order_order_not_placed PASSED [  8%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_order_performance PASSED [  8%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_order_performance_iops_not_given PASSED [  8%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_order_performance_manager_error PASSED [  8%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_order_performance_snapshot_error PASSED [  8%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_set_lun_id_in_range PASSED [  8%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_set_lun_id_in_range_missing_value PASSED [  8%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_set_lun_id_not_in_range PASSED [  8%]
tests/CLI/modules/block_tests.py::BlockTests::test_volume_set_note PASSED [  8%]
tests/CLI/modules/call_api_tests.py::test_filter_empty PASSED            [  8%]
tests/CLI/modules/call_api_tests.py::test_filter_basic PASSED            [  8%]
tests/CLI/modules/call_api_tests.py::test_filter_nested PASSED           [  8%]
tests/CLI/modules/call_api_tests.py::test_filter_multi PASSED            [  8%]
tests/CLI/modules/call_api_tests.py::test_filter_in PASSED               [  8%]
tests/CLI/modules/call_api_tests.py::test_filter_in_multi PASSED         [  8%]
tests/CLI/modules/call_api_tests.py::test_filter_in_with_whitespace PASSED [  8%]
tests/CLI/modules/call_api_tests.py::test_filter_invalid_operation PASSED [  8%]
tests/CLI/modules/call_api_tests.py::test_filter_only_whitespace PASSED  [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_call_api_orderBy PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_filter_with_filter PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_fixture_exception PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_fixture_not_implemented PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_fixture_not_implemented_method PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_json_filter PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_json_filter_validation PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_json_parameters_validation PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_list PASSED      [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_list_table PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_object PASSED    [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_object_nested PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_object_table PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_options PASSED   [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_parameters PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_python_output PASSED [  9%]
tests/CLI/modules/call_api_tests.py::CallCliTests::test_very_verbose PASSED [  9%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_add_origin_server PASSED  [  9%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_add_origin_storage PASSED [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_add_origin_storage_with_file_extensions PASSED [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_add_origin_without_storage PASSED [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_detail_account PASSED     [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_edit_cache PASSED         [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_edit_cache_by_uniqueId PASSED [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_edit_header PASSED        [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_edit_http_port PASSED     [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_edit_respect_headers PASSED [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_list_accounts PASSED      [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_list_origins PASSED       [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_purge_content PASSED      [ 10%]
tests/CLI/modules/cdn_tests.py::CdnTests::test_remove_origin PASSED      [ 10%]
tests/CLI/modules/config_tests.py::TestHelpShow::test_show PASSED        [ 10%]
tests/CLI/modules/config_tests.py::TestHelpSetup::test_get_endpoint PASSED [ 10%]
tests/CLI/modules/config_tests.py::TestHelpSetup::test_github_1074 PASSED [ 10%]
tests/CLI/modules/config_tests.py::TestHelpSetup::test_setup PASSED      [ 10%]
tests/CLI/modules/config_tests.py::TestHelpSetup::test_setup_cancel PASSED [ 10%]
tests/CLI/modules/config_tests.py::TestHelpSetup::test_setup_float_timeout PASSED [ 10%]
tests/CLI/modules/config_tests.py::TestHelpSetup::test_sso_login PASSED  [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_cancel_guests PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_cancel_guests_abort PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_cancel_guests_empty_list PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_cancel_host PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_cancel_host_abort PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_create PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_create_aborted PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_create_options PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_create_options_get_routers PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_create_options_with_only_datacenter PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_create_verify PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_create_verify_no_price_or_more_than_one PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_create_with_gpu PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_details PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_details_no_owner PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_empty_host_list PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_list_dedicated_hosts PASSED [ 11%]
tests/CLI/modules/dedicatedhost_tests.py::DedicatedHostsTests::test_list_guests PASSED [ 11%]
tests/CLI/modules/dns_tests.py::DnsTests::test_add_record PASSED         [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_add_record_abort PASSED   [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_add_record_mx PASSED      [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_add_record_ptr PASSED     [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_add_record_srv PASSED     [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_create_zone PASSED        [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_delete_record PASSED      [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_delete_record_abort PASSED [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_delete_zone PASSED        [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_delete_zone_abort PASSED  [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_import_zone PASSED        [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_import_zone_dry_run PASSED [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_issues_999 PASSED         [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_list_records PASSED       [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_list_zones PASSED         [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_list_zones_no_update PASSED [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_parse_zone_file PASSED    [ 12%]
tests/CLI/modules/dns_tests.py::DnsTests::test_zone_print PASSED         [ 12%]
tests/CLI/modules/email_tests.py::EmailCLITests::test_detail PASSED      [ 12%]
tests/CLI/modules/email_tests.py::EmailCLITests::test_edit PASSED        [ 13%]
tests/CLI/modules/email_tests.py::EmailCLITests::test_list PASSED        [ 13%]
tests/CLI/modules/event_log_tests.py::EventLogTests::test_get_event_log_empty PASSED [ 13%]
tests/CLI/modules/event_log_tests.py::EventLogTests::test_get_event_log_over_limit PASSED [ 13%]
tests/CLI/modules/event_log_tests.py::EventLogTests::test_get_event_log_types PASSED [ 13%]
tests/CLI/modules/event_log_tests.py::EventLogTests::test_get_event_log_with_metadata PASSED [ 13%]
tests/CLI/modules/event_log_tests.py::EventLogTests::test_get_event_log_without_metadata PASSED [ 13%]
tests/CLI/modules/event_log_tests.py::EventLogTests::test_get_unlimited_events PASSED [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_access_list PASSED      [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_authorize_host_to_volume PASSED [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_create_snapshot PASSED  [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_create_snapshot_unsuccessful PASSED [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_deauthorize_host_to_volume PASSED [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_delete_snapshot PASSED  [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_dep_dupe_convert PASSED [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_disable_snapshots PASSED [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_disaster_recovery_failover PASSED [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_disaster_recovery_failover_aborted PASSED [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_dupe_refresh PASSED     [ 13%]
tests/CLI/modules/file_tests.py::FileTests::test_duplicate_order PASSED  [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_duplicate_order_exception_caught PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_duplicate_order_hourly_billing PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_duplicate_order_order_not_placed PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_enable_snapshots PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_list_volume_schedules PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_modify_order PASSED     [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_modify_order_exception_caught PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_modify_order_order_not_placed PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_replicant_failback PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_replicant_failback_unsuccessful PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_replicant_failover PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_replicant_failover_unsuccessful PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_replicant_order PASSED  [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_replicant_order_order_not_placed PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_replication_locations PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_replication_locations_unsuccessful PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_replication_partners PASSED [ 14%]
tests/CLI/modules/file_tests.py::FileTests::test_replication_partners_unsuccessful PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_snapshot_cancel PASSED  [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_snapshot_get_notification_status PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_snapshot_list PASSED    [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_snapshot_order PASSED   [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_snapshot_order_order_not_placed PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_snapshot_order_performance_manager_error PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_snapshot_restore PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_cancel PASSED    [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_cancel_with_billing_item PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_cancel_without_billing_item PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_count PASSED     [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_detail PASSED    [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_detail_name_identifier PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_limit PASSED     [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_list PASSED      [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_list_notes_format_output_json PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_list_order PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_list_reduced_notes_format_output_table PASSED [ 15%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_not_set_note PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_options PASSED   [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_order_endurance PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_order_endurance_manager_error PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_order_endurance_tier_not_given PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_order_hourly_billing PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_order_hourly_billing_not_available PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_order_order_not_placed PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_order_performance PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_order_performance_iops_not_given PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_order_performance_manager_error PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_order_performance_snapshot_error PASSED [ 16%]
tests/CLI/modules/file_tests.py::FileTests::test_volume_set_note PASSED  [ 16%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_add_server PASSED [ 16%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_add_vlan PASSED [ 16%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_add_vs PASSED   [ 16%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_cancel_firewall PASSED [ 16%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_detail_fails PASSED [ 16%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_detail_multi_vlan_firewall PASSED [ 16%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_detail_vlan_firewall PASSED [ 17%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_detail_vs_firewall PASSED [ 17%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_edit PASSED     [ 17%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_list_firewalls PASSED [ 17%]
tests/CLI/modules/firewall_tests.py::FirewallTests::test_monitoring PASSED [ 17%]
tests/CLI/modules/globalip_tests.py::DnsTests::test_create PASSED        [ 17%]
tests/CLI/modules/globalip_tests.py::DnsTests::test_ip_assign PASSED     [ 17%]
tests/CLI/modules/globalip_tests.py::DnsTests::test_ip_cancel PASSED     [ 17%]
tests/CLI/modules/globalip_tests.py::DnsTests::test_ip_list PASSED       [ 17%]
tests/CLI/modules/globalip_tests.py::DnsTests::test_ip_unassign PASSED   [ 17%]
tests/CLI/modules/image_tests.py::ImageTests::test_datacenter_add PASSED [ 17%]
tests/CLI/modules/image_tests.py::ImageTests::test_datacenter_remove PASSED [ 17%]
tests/CLI/modules/image_tests.py::ImageTests::test_datacenter_remove_fails PASSED [ 17%]
tests/CLI/modules/image_tests.py::ImageTests::test_delete PASSED         [ 17%]
tests/CLI/modules/image_tests.py::ImageTests::test_detail PASSED         [ 17%]
tests/CLI/modules/image_tests.py::ImageTests::test_edit_name PASSED      [ 17%]
tests/CLI/modules/image_tests.py::ImageTests::test_edit_note PASSED      [ 17%]
tests/CLI/modules/image_tests.py::ImageTests::test_edit_tag PASSED       [ 17%]
tests/CLI/modules/image_tests.py::ImageTests::test_export PASSED         [ 17%]
tests/CLI/modules/image_tests.py::ImageTests::test_import PASSED         [ 18%]
tests/CLI/modules/image_tests.py::ImageTests::test_list PASSED           [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_cancel PASSED   [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_configure PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_configure_fails PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_detail PASSED   [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_list PASSED     [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_order PASSED    [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_subnet_add_fails PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_subnet_add_internal PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_subnet_add_internal_with_network PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_subnet_add_remote PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_subnet_add_service PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_subnet_add_without_id_or_network PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_subnet_remove_fails PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_subnet_remove_internal PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_subnet_remove_remote PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_subnet_remove_service PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_translation_add PASSED [ 18%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_translation_remove PASSED [ 19%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_translation_remove_fails PASSED [ 19%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_translation_update PASSED [ 19%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_update PASSED   [ 19%]
tests/CLI/modules/ipsec_tests.py::IPSECTests::test_ipsec_update_fails PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_add_7p PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_add_7p_fail PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_add_7p_server PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_add_7p_server_fail PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_cancel PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_cancel_fail PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_cli_list PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_cli_list_failed PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_del_7p PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_del_7p_fail PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_delete_pool PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_delete_pool_fail PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_edit_pool PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_edit_pool_fail PASSED [ 19%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_detail PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_detail_by_name PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_detail_uuid PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_health_manage PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_health_manage_args_time_fails PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_health_update_fails PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_health_update_tcp_url_fails PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_l7policies_list PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_l7policies_protocol_list PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_member_add_private PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_member_add_private_fails PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_member_add_public PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_member_add_public_fails PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_member_del PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_lb_member_del_fails PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_ns_detail PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_ns_list PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_ns_list_empty PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_order PASSED [ 20%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_order_backend_fail PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_order_options PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_order_options_with_datacenter PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_order_with_backend PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_order_with_frontend PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_pool PASSED  [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_pool_1 PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_pool_1_fail PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_pool_fail PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_pool_sticky PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_pool_sticky_fail PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_pool_uuid PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_pool_uuid_fail PASSED [ 21%]
tests/CLI/modules/loadbal_tests.py::LoadBalancerTests::test_verify_order PASSED [ 21%]
tests/CLI/modules/nas_tests.py::NASTests::test_list_nas PASSED           [ 21%]
tests/CLI/modules/nas_tests.py::NASTests::test_nas_credentials PASSED    [ 21%]
tests/CLI/modules/nas_tests.py::NASTests::test_server_credentials_exception_password_not_found PASSED [ 21%]
tests/CLI/modules/object_storage_tests.py::ObjectStorageTests::test_create_credential PASSED [ 21%]
tests/CLI/modules/object_storage_tests.py::ObjectStorageTests::test_create_credential_by_username PASSED [ 22%]
tests/CLI/modules/object_storage_tests.py::ObjectStorageTests::test_delete_credential PASSED [ 22%]
tests/CLI/modules/object_storage_tests.py::ObjectStorageTests::test_delete_credential_by_username PASSED [ 22%]
tests/CLI/modules/object_storage_tests.py::ObjectStorageTests::test_limit_credential PASSED [ 22%]
tests/CLI/modules/object_storage_tests.py::ObjectStorageTests::test_limit_credential_by_username PASSED [ 22%]
tests/CLI/modules/object_storage_tests.py::ObjectStorageTests::test_list_accounts PASSED [ 22%]
tests/CLI/modules/object_storage_tests.py::ObjectStorageTests::test_list_credential PASSED [ 22%]
tests/CLI/modules/object_storage_tests.py::ObjectStorageTests::test_list_credential_by_username PASSED [ 22%]
tests/CLI/modules/object_storage_tests.py::ObjectStorageTests::test_list_endpoints PASSED [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_category_list PASSED  [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_item_list PASSED      [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_item_list_category_keyword PASSED [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_item_list_location_keyname PASSED [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_item_list_location_name PASSED [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_item_list_prices PASSED [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_location_list PASSED  [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_order_lookup PASSED   [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_package_list PASSED   [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_package_list_keyword PASSED [ 22%]
tests/CLI/modules/order_tests.py::OrderTests::test_package_list_type PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_place PASSED          [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_place_extras_parameter_fail PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_place_quote PASSED    [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_place_quote_extras_parameter_fail PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_place_with_quantity PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_preset_list PASSED    [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_preset_list_keywork PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_preset_list_prices PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_detail PASSED   [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_list PASSED     [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_place PASSED    [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_save PASSED     [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_verify PASSED   [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_verify_image PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_verify_image_guid PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_verify_postinstall_others PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_verify_sshkey PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_verify_userdata PASSED [ 23%]
tests/CLI/modules/order_tests.py::OrderTests::test_quote_verify_userdata_file PASSED [ 24%]
tests/CLI/modules/order_tests.py::OrderTests::test_verify_hourly PASSED  [ 24%]
tests/CLI/modules/order_tests.py::OrderTests::test_verify_monthly PASSED [ 24%]
tests/CLI/modules/report_tests.py::ReportTests::test_bandwidth_invalid_date PASSED [ 24%]
tests/CLI/modules/report_tests.py::ReportTests::test_bandwidth_report PASSED [ 24%]
tests/CLI/modules/report_tests.py::ReportTests::test_dc_closure_report PASSED [ 24%]
tests/CLI/modules/report_tests.py::ReportTests::test_server_bandwidth_report PASSED [ 24%]
tests/CLI/modules/report_tests.py::ReportTests::test_virtual_bandwidth_report PASSED [ 24%]
tests/CLI/modules/search_tests.py::FindTests::test_find PASSED           [ 24%]
tests/CLI/modules/search_tests.py::FindTests::test_find_advanced PASSED  [ 24%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_list_securitygroup PASSED [ 24%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_create PASSED [ 24%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_delete PASSED [ 24%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_delete_fail PASSED [ 24%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_detail PASSED [ 24%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_edit PASSED [ 24%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_edit_fail PASSED [ 24%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_get_by_request_id PASSED [ 24%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_interface_add PASSED [ 24%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_interface_add_fail PASSED [ 25%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_interface_list PASSED [ 25%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_interface_remove PASSED [ 25%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_interface_remove_fail PASSED [ 25%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_rule_add PASSED [ 25%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_rule_add_fail PASSED [ 25%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_rule_edit PASSED [ 25%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_rule_edit_fail PASSED [ 25%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_rule_list PASSED [ 25%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_rule_remove PASSED [ 25%]
tests/CLI/modules/securitygroup_tests.py::SecurityGroupTests::test_securitygroup_rule_remove_fail PASSED [ 25%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_add_notification PASSED [ 25%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_authorize_hw PASSED [ 25%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_authorize_hw_empty PASSED [ 25%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_authorize_hw_no_confirm PASSED [ 25%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_bandwidth_hw PASSED [ 25%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_bandwidth_hw_quite PASSED [ 25%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_billing PASSED   [ 25%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_cancel_server PASSED [ 25%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_check_for_closing PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_components PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_create_credential PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_create_hw_no_confirm PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_create_options PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_create_options_location PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_create_options_prices PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_create_server PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_create_server_test_flag PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_create_server_with_export PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_create_server_with_router PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_detail_drives PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_detail_empty_allotment PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_detail_vs_empty_tag PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_dns_sync_both PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_dns_sync_edit_a PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_dns_sync_edit_ptr PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_dns_sync_misc_exception PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_dns_sync_v6 PASSED [ 26%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_edit PASSED      [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_edit_server_failed PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_edit_server_userdata PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_edit_server_userdata_and_file PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_edit_server_userfile PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_going_ready PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_hardware_storage PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_list_servers PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_monitoring PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_not_ready PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_notification_delete PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_notifications PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_ready PASSED     [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_reflash_firmware PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_rescue PASSED    [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_sensor PASSED    [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_sensor_discrete PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_cancel_reasons PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_credentials PASSED [ 27%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_credentials_exception_password_not_found PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_credentials_exception_passwords_not_found PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_details PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_power_cycle PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_power_cycle_negative PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_power_off PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_power_on PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_reboot_default PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_reboot_hard PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_reboot_negative PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_reboot_soft PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_reload PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_server_rescue_negative PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_toggle_ipmi_off PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_toggle_ipmi_on PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_update_firmware PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_upgrade PASSED   [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_upgrade_aborted PASSED [ 28%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_upgrade_add_disk PASSED [ 29%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_upgrade_disk_already_exist PASSED [ 29%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_upgrade_disk_does_not_exist PASSED [ 29%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_upgrade_disk_not_price_found PASSED [ 29%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_upgrade_no_options PASSED [ 29%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_upgrade_resize_disk PASSED [ 29%]
tests/CLI/modules/server_tests.py::ServerCLITests::test_upgrade_test PASSED [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_add_by_file PASSED  [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_add_by_option PASSED [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_add_with_key_file_and_key_argument_errors PASSED [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_add_without_key_errors PASSED [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_edit_key PASSED     [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_edit_key_fail PASSED [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_list_keys PASSED    [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_print_key PASSED    [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_print_key_file PASSED [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_remove_key PASSED   [ 29%]
tests/CLI/modules/sshkey_tests.py::SshKeyTests::test_remove_key_fail PASSED [ 29%]
tests/CLI/modules/ssl_tests.py::SslTests::test_download PASSED           [ 29%]
tests/CLI/modules/ssl_tests.py::SslTests::test_list PASSED               [ 30%]
tests/CLI/modules/ssl_tests.py::SslTests::test_remove PASSED             [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_cancel PASSED       [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_cancel_fail PASSED  [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_clear_route PASSED  [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_create_subnet_ipv4 PASSED [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_create_subnet_ipv6 PASSED [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_create_subnet_no_prices_found PASSED [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_create_subnet_static PASSED [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_create_subnet_static_ipv6 PASSED [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_detail PASSED       [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_edit_note_failure PASSED [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_editrou_Id PASSED   [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_editrou_Ip PASSED   [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_list PASSED         [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_lookup PASSED       [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_route PASSED        [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_subnet_edit_note PASSED [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_subnet_set_tags PASSED [ 30%]
tests/CLI/modules/subnet_tests.py::SubnetTests::test_subnet_set_tags_failure PASSED [ 31%]
tests/CLI/modules/summary_tests.py::SummaryTests::test_summary PASSED    [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_cleanup PASSED         [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_cleanup_dry PASSED     [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_deleteTags_by_id PASSED [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_deleteTags_by_name PASSED [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_deleteTags_by_number_name PASSED [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_deleteTags_fail PASSED [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_details_by_id PASSED   [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_details_by_name PASSED [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_list PASSED            [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_list_detail PASSED     [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_list_detail_ungettable PASSED [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_set_tags PASSED        [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_set_tags_failure PASSED [ 31%]
tests/CLI/modules/tag_tests.py::TagCLITests::test_taggable PASSED        [ 31%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_attach_no_identifier PASSED [ 31%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_attach_two_identifiers PASSED [ 31%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_create PASSED       [ 31%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_create_and_attach PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_create_no_body PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_create_no_body_stdin PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_create_with_priority PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_detach_no_identifier PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_detach_two_identifiers PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_detail PASSED       [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_init_ticket_results PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_init_ticket_results_asigned_user PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_list PASSED         [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_subjects PASSED     [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_attach_hardware PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_attach_virtual_server PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_detach_hardware PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_detach_virtual_server PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_json PASSED  [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_summary PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_update PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_update_no_body PASSED [ 32%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_update_no_body_stdin PASSED [ 33%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_upload PASSED [ 33%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_upload_invalid_path PASSED [ 33%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_upload_no_name PASSED [ 33%]
tests/CLI/modules/ticket_tests.py::TicketTests::test_ticket_upload_no_path PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_create_user PASSED   [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_create_user_and_apikey PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_create_user_from_user PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_create_user_generate_password_2 SKIPPED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_create_user_generate_password_36 PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_create_user_no_confirm PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_create_user_with_bad_template PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_create_user_with_no_confirm PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_create_user_with_template PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_delete PASSED        [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_delete_failure PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_detail PASSED        [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_detail_events PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_detail_hardware PASSED [ 33%]
tests/CLI/modules/user_tests.py::UserCLITests::test_detail_keys PASSED   [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_detail_logins PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_detail_permissions PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_detail_virtual PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_devices_access PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_details PASSED  [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_details_bad_json PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_details_failure PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_notification_off_failure PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_notification_on PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_notification_on_bad PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_notifications_off PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_perms_from_user PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_perms_off PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_perms_off_failure PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_perms_on PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_edit_perms_on_bad PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_grant_access_dedicated PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_grant_access_hardware PASSED [ 34%]
tests/CLI/modules/user_tests.py::UserCLITests::test_grant_access_virtual PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_grant_without_device PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_notificacions_list PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_permissions_list PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_print_hardware_access PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_remove_access_dedicated PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_remove_access_hardware PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_remove_access_virtual PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_remove_without_device PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_user_list PASSED     [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_user_list_only_id PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_vpn_manual PASSED    [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_vpn_manual_fail PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_vpn_subnet_add PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_vpn_subnet_add_fail PASSED [ 35%]
tests/CLI/modules/user_tests.py::UserCLITests::test_vpn_subnet_remove PASSED [ 35%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_create_options PASSED   [ 35%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_create_vlan PASSED      [ 35%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_create_vlan_pod PASSED  [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_detail PASSED           [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_detail_hardware_without_hostname PASSED [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_detail_no_hardware PASSED [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_detail_no_vs PASSED     [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_subnet_list PASSED      [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_vlan_cancel PASSED      [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_vlan_cancel_error PASSED [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_vlan_cancel_fail PASSED [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_vlan_detail_firewall PASSED [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_vlan_detail_gateway PASSED [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_vlan_edit PASSED        [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_vlan_edit_failure PASSED [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_vlan_list PASSED        [ 36%]
tests/CLI/modules/vlan_tests.py::VlanTests::test_vlan_list_space_empty PASSED [ 36%]
tests/CLI/modules/vs/vs_capacity_tests.py::VSCapacityTests::test_create PASSED [ 36%]
tests/CLI/modules/vs/vs_capacity_tests.py::VSCapacityTests::test_create_guest PASSED [ 36%]
tests/CLI/modules/vs/vs_capacity_tests.py::VSCapacityTests::test_create_guest_test PASSED [ 36%]
tests/CLI/modules/vs/vs_capacity_tests.py::VSCapacityTests::test_create_options PASSED [ 36%]
tests/CLI/modules/vs/vs_capacity_tests.py::VSCapacityTests::test_create_test PASSED [ 37%]
tests/CLI/modules/vs/vs_capacity_tests.py::VSCapacityTests::test_detail PASSED [ 37%]
tests/CLI/modules/vs/vs_capacity_tests.py::VSCapacityTests::test_detail_pending PASSED [ 37%]
tests/CLI/modules/vs/vs_capacity_tests.py::VSCapacityTests::test_list PASSED [ 37%]
tests/CLI/modules/vs/vs_capacity_tests.py::VSCapacityTests::test_list_no_billing PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_check_for_closing PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_by_router PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_like PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_like_flavor PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_like_image PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_like_tags PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_like_transient PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_vlan_subnet PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_vs_bad_memory PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_vs_bad_transient_dedicated PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_vs_bad_transient_monthly PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_vs_export PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_vs_flavor_test PASSED [ 37%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_vs_no_confirm PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_vs_test PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_vs_transient PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_dedicated_and_flavor PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_flavor PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_flavor_and_cpu PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_flavor_and_memory PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_host_id PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_hostid_and_flavor PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_integer_image_guid PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_integer_image_id PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_ipv6 PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_ipv6_no_prices PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_ipv6_no_test PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_userdata PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_wait_not_ready PASSED [ 38%]
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_with_wait_ready PASSED [ 38%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_create_group PASSED [ 38%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_create_options PASSED [ 38%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_delete_group_id PASSED [ 39%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_delete_group_id_cancel PASSED [ 39%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_delete_group_name PASSED [ 39%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_delete_group_purge PASSED [ 39%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_delete_group_purge_cancel PASSED [ 39%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_delete_group_purge_nothing PASSED [ 39%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_detail_group_id PASSED [ 39%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_detail_group_name PASSED [ 39%]
tests/CLI/modules/vs/vs_placement_tests.py::VSPlacementTests::test_list_groups PASSED [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_add_notification PASSED [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_authorize_portable_storage_vs PASSED [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_authorize_storage_vs PASSED [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_authorize_storage_vs_no_confirm PASSED [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_authorize_volume_and_portable_storage_vs PASSED [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_authorize_vs_empty PASSED [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_bandwidth_vs SKIPPED   [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_bandwidth_vs_quite SKIPPED [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_billing PASSED         [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_cancel PASSED          [ 39%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_cancel_no_confirm PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_create_options PASSED  [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_create_options_prices PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_create_options_prices_location PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_credentail PASSED      [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_detail_drives_swap PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_detail_drives_system PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_detail_vs PASSED       [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_detail_vs_dedicated_host_not_found PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_detail_vs_empty_allotment PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_detail_vs_empty_billing PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_detail_vs_empty_tag PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_detail_vs_no_dedicated_host_hostname PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_detail_vs_ptr_error PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_detail_vs_security_group PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_dns_sync_both PASSED   [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_dns_sync_edit_a PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_dns_sync_edit_ptr PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_dns_sync_misc_exception PASSED [ 40%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_dns_sync_v6 PASSED     [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_edit PASSED            [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_going_ready PASSED     [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_last_transaction_empty PASSED [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_list_vs PASSED         [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_list_vsi PASSED        [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_monitoring_vs PASSED   [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_not_ready PASSED       [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_notification_delete PASSED [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_notifications PASSED   [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_os_available PASSED    [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_pause_vs PASSED        [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_pause_vs_no_confirm PASSED [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_power_off_vs_hard PASSED [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_power_off_vs_no_confirm PASSED [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_power_on_vs PASSED     [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_power_vs_off_soft PASSED [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_ready PASSED           [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_reboot_vs_default PASSED [ 41%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_reboot_vs_hard PASSED  [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_reboot_vs_no_confirm PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_reboot_vs_soft PASSED  [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_reload PASSED          [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_reload_no_confirm PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_rescue_vs PASSED       [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_rescue_vs_no_confirm PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_resume_vs PASSED       [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_upgrade PASSED         [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_upgrade_aborted PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_upgrade_disk PASSED    [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_upgrade_disk_error PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_upgrade_no_options PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_upgrade_private_no_cpu PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_upgrade_with_add_disk PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_upgrade_with_cpu_memory_and_flavor PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_upgrade_with_flavor PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_usage_metric_data_empty PASSED [ 42%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_usage_no_confirm PASSED [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_usage_vs PASSED        [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_usage_vs_cpu PASSED    [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_usage_vs_cpu_lower_case PASSED [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_usage_vs_memory PASSED [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_user_access PASSED     [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_vs_capture PASSED      [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_vs_detail_csv_output_format_with_nested_tables PASSED [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_vs_migrate_all PASSED  [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_vs_migrate_all_empty PASSED [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_vs_migrate_dedicated PASSED [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_vs_migrate_exception PASSED [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_vs_migrate_guest PASSED [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_vs_migrate_list PASSED [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_vs_migrate_list_empty PASSED [ 43%]
tests/CLI/modules/vs/vs_tests.py::VirtTests::test_vs_storage PASSED      [ 43%]
tests/api_tests.py::Initialization::test_env PASSED                      [ 43%]
tests/api_tests.py::Initialization::test_init PASSED                     [ 43%]
tests/api_tests.py::Initialization::test_init_with_rest_url PASSED       [ 43%]
tests/api_tests.py::ClientMethods::test_len PASSED                       [ 44%]
tests/api_tests.py::ClientMethods::test_repr PASSED                      [ 44%]
tests/api_tests.py::ClientMethods::test_service_repr PASSED              [ 44%]
tests/api_tests.py::APIClient::test_call_compression_disabled PASSED     [ 44%]
tests/api_tests.py::APIClient::test_call_compression_enabled PASSED      [ 44%]
tests/api_tests.py::APIClient::test_call_compression_override PASSED     [ 44%]
tests/api_tests.py::APIClient::test_call_invalid_arguments PASSED        [ 44%]
tests/api_tests.py::APIClient::test_iter_call PASSED                     [ 44%]
tests/api_tests.py::APIClient::test_iterate PASSED                       [ 44%]
tests/api_tests.py::APIClient::test_service_iter_call PASSED             [ 44%]
tests/api_tests.py::APIClient::test_service_iter_call_with_chunk PASSED  [ 44%]
tests/api_tests.py::APIClient::test_simple_call PASSED                   [ 44%]
tests/api_tests.py::APIClient::test_simple_call_2 PASSED                 [ 44%]
tests/api_tests.py::APIClient::test_special_services PASSED              [ 44%]
tests/api_tests.py::APIClient::test_verify_request_false PASSED          [ 44%]
tests/api_tests.py::APIClient::test_verify_request_not_specified PASSED  [ 44%]
tests/api_tests.py::APIClient::test_verify_request_true PASSED           [ 44%]
tests/api_tests.py::UnauthenticatedAPIClient::test_authenticate_with_password PASSED [ 44%]
tests/api_tests.py::UnauthenticatedAPIClient::test_init PASSED           [ 44%]
tests/api_tests.py::UnauthenticatedAPIClient::test_init_with_proxy PASSED [ 45%]
tests/auth_tests.py::TestAuthenticationBase::test_get_request PASSED     [ 45%]
tests/auth_tests.py::TestBasicAuthentication::test_attribs PASSED        [ 45%]
tests/auth_tests.py::TestBasicAuthentication::test_get_request PASSED    [ 45%]
tests/auth_tests.py::TestBasicAuthentication::test_repr PASSED           [ 45%]
tests/auth_tests.py::TestTokenAuthentication::test_attribs PASSED        [ 45%]
tests/auth_tests.py::TestTokenAuthentication::test_get_request PASSED    [ 45%]
tests/auth_tests.py::TestTokenAuthentication::test_repr PASSED           [ 45%]
tests/auth_tests.py::TestBasicHTTPAuthentication::test_attribs PASSED    [ 45%]
tests/auth_tests.py::TestBasicHTTPAuthentication::test_get_request PASSED [ 45%]
tests/auth_tests.py::TestBasicHTTPAuthentication::test_repr PASSED       [ 45%]
tests/basic_tests.py::TestExceptions::test_parse_error PASSED            [ 45%]
tests/basic_tests.py::TestExceptions::test_softlayer_api_error PASSED    [ 45%]
tests/basic_tests.py::TestUtils::test_dict_merge PASSED                  [ 45%]
tests/basic_tests.py::TestUtils::test_query_filter PASSED                [ 45%]
tests/basic_tests.py::TestUtils::test_query_filter_date PASSED           [ 45%]
tests/basic_tests.py::TestUtils::test_timezone PASSED                    [ 45%]
tests/basic_tests.py::TestNestedDict::test_basic PASSED                  [ 45%]
tests/basic_tests.py::TestNestedDict::test_to_dict PASSED                [ 45%]
tests/basic_tests.py::TestLookup::test_lookup PASSED                     [ 46%]
tests/basic_tests.py::TestIdentifierMixin::test_a PASSED                 [ 46%]
tests/basic_tests.py::TestIdentifierMixin::test_b PASSED                 [ 46%]
tests/basic_tests.py::TestIdentifierMixin::test_globalidentifier PASSED  [ 46%]
tests/basic_tests.py::TestIdentifierMixin::test_globalidentifier_upper PASSED [ 46%]
tests/basic_tests.py::TestIdentifierMixin::test_integer PASSED           [ 46%]
tests/basic_tests.py::TestIdentifierMixin::test_not_found PASSED         [ 46%]
tests/config_tests.py::TestGetClientSettings::test_inherit PASSED        [ 46%]
tests/config_tests.py::TestGetClientSettings::test_no_resolvers PASSED   [ 46%]
tests/config_tests.py::TestGetClientSettings::test_resolve_one PASSED    [ 46%]
tests/config_tests.py::TestGetClientSettingsArgs::test_username_api_key PASSED [ 46%]
tests/config_tests.py::TestGetClientSettingsEnv::test_username_api_key PASSED [ 46%]
tests/config_tests.py::TestGetClientSettingsConfigFile::test_no_section PASSED [ 46%]
tests/config_tests.py::TestGetClientSettingsConfigFile::test_username_api_key PASSED [ 46%]
tests/config_tests.py::test_config_file PASSED                           [ 46%]
tests/decoration_tests.py::TestDecoration::test_limit_is_reached PASSED  [ 46%]
tests/decoration_tests.py::TestDecoration::test_multiple_exception_types PASSED [ 46%]
tests/decoration_tests.py::TestDecoration::test_no_retry_required PASSED [ 46%]
tests/decoration_tests.py::TestDecoration::test_retries_once PASSED      [ 46%]
tests/decoration_tests.py::TestDecoration::test_unexpected_exception_does_not_retry PASSED [ 47%]
tests/functional_tests.py::UnauthedUser::test_failed_auth PASSED         [ 47%]
tests/functional_tests.py::UnauthedUser::test_no_hostname PASSED         [ 47%]
tests/functional_tests.py::AuthedUser::test_get_users SKIPPED (SL_US...) [ 47%]
tests/functional_tests.py::AuthedUser::test_result_types SKIPPED (SL...) [ 47%]
tests/functional_tests.py::AuthedUser::test_service_does_not_exist SKIPPED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_ack_event PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_add_announcement_event_filter PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_add_planned_event_filter PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_add_unplanned_event_filter PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_cancel_item PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_get_account_billing_items PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_get_active_account_licenses PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_get_active_virtual_licenses PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_get_announcement_upcoming_events PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_get_bandwidth_pool_counts PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_get_bandwidth_pools PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_get_billing_item PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_get_billing_item_from_invoice PASSED [ 47%]
tests/managers/account_tests.py::AccountManagerTests::test_get_billing_items PASSED [ 48%]
tests/managers/account_tests.py::AccountManagerTests::test_get_event PASSED [ 48%]
tests/managers/account_tests.py::AccountManagerTests::test_get_invoices PASSED [ 48%]
tests/managers/account_tests.py::AccountManagerTests::test_get_invoices_closed PASSED [ 48%]
tests/managers/account_tests.py::AccountManagerTests::test_get_item_details_with_billing_item_id PASSED [ 48%]
tests/managers/account_tests.py::AccountManagerTests::test_get_item_details_with_invoice_item_id PASSED [ 48%]
tests/managers/account_tests.py::AccountManagerTests::test_get_planned_upcoming_events PASSED [ 48%]
tests/managers/account_tests.py::AccountManagerTests::test_get_routers PASSED [ 48%]
tests/managers/account_tests.py::AccountManagerTests::test_get_routers_with_datacenter PASSED [ 48%]
tests/managers/account_tests.py::AccountManagerTests::test_get_summary PASSED [ 48%]
tests/managers/account_tests.py::AccountManagerTests::test_get_unplanned_upcoming_events PASSED [ 48%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_details PASSED [ 48%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_details_with_mask PASSED [ 48%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_getLogs PASSED [ 48%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_get_virtual_guests PASSED [ 48%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_get_virtual_guests_mask PASSED [ 48%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_list PASSED [ 48%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_list_with_mask PASSED [ 48%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_policy PASSED [ 48%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_policy_with_mask PASSED [ 49%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_scale PASSED [ 49%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_autoscale_scaleTo PASSED [ 49%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_create_object PASSED [ 49%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_delete_object PASSED [ 49%]
tests/managers/autoscale_tests.py::AutoScaleTests::test_edit_object PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_assign_subnets_to_acl PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_authorize_host_to_volume PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_cancel_block_volume_billing_item_found PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_cancel_block_volume_exception_billing_item_not_found PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_cancel_block_volume_immediately PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_cancel_block_volume_immediately_hourly_billing PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_cancel_snapshot_exception_no_billing_item_active_children PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_cancel_snapshot_exception_snapshot_billing_item_not_found PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_cancel_snapshot_hourly_billing_immediate_false PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_cancel_snapshot_hourly_billing_immediate_true PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_cancel_snapshot_immediately PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_convert_block_depdupe PASSED [ 49%]
tests/managers/block_tests.py::BlockTests::test_create_snapshot PASSED   [ 50%]
tests/managers/block_tests.py::BlockTests::test_deauthorize_host_to_volume PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_delete_snapshot PASSED   [ 50%]
tests/managers/block_tests.py::BlockTests::test_disable_snapshots PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_disaster_recovery_failover PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_enable_snapshots PASSED  [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_block_volume_access_list PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_block_volume_details PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_block_volume_snapshot_list PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_bucket PASSED        [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_cloud_endPoints PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_cloud_list PASSED    [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_cloud_object PASSED  [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_ids_from_username PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_ids_from_username_empty PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_replication_locations PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_replication_partners PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_get_subnets_in_acl PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_list_block_volume_limit PASSED [ 50%]
tests/managers/block_tests.py::BlockTests::test_list_block_volumes PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_list_block_volumes_additional_filter_order PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_list_block_volumes_with_additional_filters PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_list_volume_schedules PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_duplicate_depdupe PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_duplicate_endurance PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_duplicate_endurance_no_duplicate_snapshot PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_duplicate_origin_os_type_not_found PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_duplicate_performance PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_duplicate_performance_no_duplicate_snapshot PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_modified_endurance PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_modified_performance PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_replicant_endurance PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_replicant_os_type_not_found PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_replicant_performance_os_type_given PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_snapshot_space PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_snapshot_space_upgrade PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_volume_endurance PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_order_block_volume_performance PASSED [ 51%]
tests/managers/block_tests.py::BlockTests::test_refresh_block_dupe PASSED [ 52%]
tests/managers/block_tests.py::BlockTests::test_remove_subnets_from_acl PASSED [ 52%]
tests/managers/block_tests.py::BlockTests::test_replicant_failback PASSED [ 52%]
tests/managers/block_tests.py::BlockTests::test_replicant_failover PASSED [ 52%]
tests/managers/block_tests.py::BlockTests::test_setCredentialPassword PASSED [ 52%]
tests/managers/block_tests.py::BlockTests::test_snapshot_restore PASSED  [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_add_origin PASSED            [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_add_origin_with_bucket_and_file_extension PASSED [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_cdn_edit PASSED              [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_cdn_instance_by_hostname PASSED [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_detail_cdn PASSED            [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_detail_usage_metric PASSED   [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_detail_usage_metric_future PASSED [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_get_origins PASSED           [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_list_accounts PASSED         [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_purge_content PASSED         [ 52%]
tests/managers/cdn_tests.py::CDNTests::test_remove_origin PASSED         [ 52%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_cancel_guests PASSED [ 52%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_cancel_guests_empty_list PASSED [ 52%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_cancel_host PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_delete_guest PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_generate_create_dict_with_router PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_generate_create_dict_without_router PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_backend_router PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_backend_router_no_routers_found PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_create_options PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_default_router PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_default_router_no_router_found PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_host PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_item PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_item_no_item_found PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_location PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_location_no_location_found PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_package PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_package_no_package_found PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_price PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_get_price_no_price_found PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_list_guests PASSED [ 53%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_list_guests_with_filters PASSED [ 54%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_list_instances PASSED [ 54%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_list_instances_with_filters PASSED [ 54%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_place_order PASSED [ 54%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_place_order_with_gpu PASSED [ 54%]
tests/managers/dedicated_host_tests.py::DedicatedHostTests::test_verify_order PASSED [ 54%]
tests/managers/dns_tests.py::DNSTests::test_create_record PASSED         [ 54%]
tests/managers/dns_tests.py::DNSTests::test_create_record_mx PASSED      [ 54%]
tests/managers/dns_tests.py::DNSTests::test_create_record_ptr PASSED     [ 54%]
tests/managers/dns_tests.py::DNSTests::test_create_record_srv PASSED     [ 54%]
tests/managers/dns_tests.py::DNSTests::test_create_zone PASSED           [ 54%]
tests/managers/dns_tests.py::DNSTests::test_delete_record PASSED         [ 54%]
tests/managers/dns_tests.py::DNSTests::test_delete_zone PASSED           [ 54%]
tests/managers/dns_tests.py::DNSTests::test_dump_zone PASSED             [ 54%]
tests/managers/dns_tests.py::DNSTests::test_edit_record PASSED           [ 54%]
tests/managers/dns_tests.py::DNSTests::test_edit_zone PASSED             [ 54%]
tests/managers/dns_tests.py::DNSTests::test_generate_create_dict PASSED  [ 54%]
tests/managers/dns_tests.py::DNSTests::test_get_record PASSED            [ 54%]
tests/managers/dns_tests.py::DNSTests::test_get_records PASSED           [ 54%]
tests/managers/dns_tests.py::DNSTests::test_get_zone PASSED              [ 55%]
tests/managers/dns_tests.py::DNSTests::test_get_zone_without_records PASSED [ 55%]
tests/managers/dns_tests.py::DNSTests::test_list_zones PASSED            [ 55%]
tests/managers/dns_tests.py::DNSTests::test_resolve_zone_name PASSED     [ 55%]
tests/managers/dns_tests.py::DNSTests::test_resolve_zone_name_no_matches PASSED [ 55%]
tests/managers/email_tests.py::EmailManagerTests::test_get_AccountOverview PASSED [ 55%]
tests/managers/email_tests.py::EmailManagerTests::test_get_object PASSED [ 55%]
tests/managers/email_tests.py::EmailManagerTests::test_get_statistics PASSED [ 55%]
tests/managers/email_tests.py::EmailManagerTests::test_update_email_address PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_id PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_max_date PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_max_date_neg_utc PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_max_date_pos_utc PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_min_date PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_min_date_neg_utc PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_min_date_pos_utc PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_min_max_date PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_min_max_date_neg_utc PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_min_max_date_pos_utc PASSED [ 55%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_name PASSED [ 56%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_no_args PASSED [ 56%]
tests/managers/event_log_tests.py::EventLogTests::test_build_filter_type PASSED [ 56%]
tests/managers/event_log_tests.py::EventLogTests::test_get_event_log_types PASSED [ 56%]
tests/managers/event_log_tests.py::EventLogTests::test_get_event_logs PASSED [ 56%]
tests/managers/event_log_tests.py::EventLogTests::test_get_event_logs_no_iteration PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_authorize_host_to_volume PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_cancel_file_volume_immediately PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_cancel_file_volume_immediately_hourly_billing PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_cancel_snapshot_exception_no_billing_item_active_children PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_cancel_snapshot_exception_snapshot_billing_item_not_found PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_cancel_snapshot_hourly_billing_immediate_false PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_cancel_snapshot_hourly_billing_immediate_true PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_cancel_snapshot_immediately PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_convert_file_depdupe PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_create_snapshot PASSED     [ 56%]
tests/managers/file_tests.py::FileTests::test_deauthorize_host_to_volume PASSED [ 56%]
tests/managers/file_tests.py::FileTests::test_delete_snapshot PASSED     [ 56%]
tests/managers/file_tests.py::FileTests::test_disable_snapshots PASSED   [ 56%]
tests/managers/file_tests.py::FileTests::test_disaster_recovery_failover PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_enable_snapshots PASSED    [ 57%]
tests/managers/file_tests.py::FileTests::test_get_file_volume_access_list PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_get_file_volume_details PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_get_file_volume_snapshot_list PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_get_ids_from_username PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_get_ids_from_username_empty PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_get_replication_locations PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_get_replication_partners PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_list_file_volume_limit PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_list_file_volumes PASSED   [ 57%]
tests/managers/file_tests.py::FileTests::test_list_file_volumes_additional_filter_order PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_list_file_volumes_with_additional_filters PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_order_file_duplicate_depdupe PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_order_file_duplicate_endurance PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_order_file_duplicate_endurance_no_duplicate_snapshot PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_order_file_duplicate_performance PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_order_file_duplicate_performance_no_duplicate_snapshot PASSED [ 57%]
tests/managers/file_tests.py::FileTests::test_order_file_modified_endurance PASSED [ 58%]
tests/managers/file_tests.py::FileTests::test_order_file_modified_performance PASSED [ 58%]
tests/managers/file_tests.py::FileTests::test_order_file_replicant_endurance PASSED [ 58%]
tests/managers/file_tests.py::FileTests::test_order_file_replicant_performance PASSED [ 58%]
tests/managers/file_tests.py::FileTests::test_order_file_snapshot_space PASSED [ 58%]
tests/managers/file_tests.py::FileTests::test_order_file_snapshot_space_upgrade PASSED [ 58%]
tests/managers/file_tests.py::FileTests::test_order_file_volume_endurance PASSED [ 58%]
tests/managers/file_tests.py::FileTests::test_order_file_volume_performance PASSED [ 58%]
tests/managers/file_tests.py::FileTests::test_refresh_file_dupe PASSED   [ 58%]
tests/managers/file_tests.py::FileTests::test_replicant_failback PASSED  [ 58%]
tests/managers/file_tests.py::FileTests::test_replicant_failover PASSED  [ 58%]
tests/managers/file_tests.py::FileTests::test_snapshot_restore PASSED    [ 58%]
tests/managers/firewall_tests.py::FirewallTests::test__get_fwl_port_speed_server PASSED [ 58%]
tests/managers/firewall_tests.py::FirewallTests::test_add_standard_firewall_server PASSED [ 58%]
tests/managers/firewall_tests.py::FirewallTests::test_add_standard_firewall_virtual_server PASSED [ 58%]
tests/managers/firewall_tests.py::FirewallTests::test_add_vlan_firewall PASSED [ 58%]
tests/managers/firewall_tests.py::FirewallTests::test_add_vlan_firewall_ha PASSED [ 58%]
tests/managers/firewall_tests.py::FirewallTests::test_cancel_dedicated_firewall PASSED [ 58%]
tests/managers/firewall_tests.py::FirewallTests::test_cancel_dedicated_firewall_no_billing PASSED [ 58%]
tests/managers/firewall_tests.py::FirewallTests::test_cancel_dedicated_firewall_no_firewall PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_cancel_firewall PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_cancel_firewall_no_billing PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_cancel_firewall_no_firewall PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_edit_dedicated_fwl_rules PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_edit_standard_fwl_rules PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_get_dedicated_fwl_rules PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_get_dedicated_package_ha PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_get_dedicated_package_pkg PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_get_firewalls PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_get_gateways PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_get_standard_fwl_rules PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_get_standard_package_bare_metal PASSED [ 59%]
tests/managers/firewall_tests.py::FirewallTests::test_get_standard_package_virtual_server PASSED [ 59%]
tests/managers/hardware_tests.py::HardwareTests::test_add_notification PASSED [ 59%]
tests/managers/hardware_tests.py::HardwareTests::test_authorize_storage PASSED [ 59%]
tests/managers/hardware_tests.py::HardwareTests::test_authorize_storage_empty PASSED [ 59%]
tests/managers/hardware_tests.py::HardwareTests::test_cancel_hardware PASSED [ 59%]
tests/managers/hardware_tests.py::HardwareTests::test_cancel_hardware_monthly_now PASSED [ 59%]
tests/managers/hardware_tests.py::HardwareTests::test_cancel_hardware_monthly_whenever PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_cancel_hardware_no_billing_item PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_cancel_hardware_with_reason_and_comment PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_cancel_hardware_without_reason PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_cancel_hardwareno_billing_item_or_ticket PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_cancel_running_transaction PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_change_port_speed_private PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_change_port_speed_public PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_create_credential PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_edit PASSED        [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_edit_blank PASSED  [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_edit_meta PASSED   [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_generate_create_dict PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_generate_create_dict_by_router_network_component PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_generate_create_dict_network_key PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_generate_create_dict_no_regions PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_get_bandwidth_allocation PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_get_bandwidth_allocation_no_allotment PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_get_bandwidth_allocation_with_allotment PASSED [ 60%]
tests/managers/hardware_tests.py::HardwareTests::test_get_bandwidth_data PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_components PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_create_options PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_create_options_package_missing PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_create_options_prices PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_create_options_prices_by_location PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_hard_drive_empty PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_hard_drives PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_hardware PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_hardware_item_prices PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_none_storage_credentials PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_price_id_disk_capacity PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_price_id_memory_capacity PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_price_id_mismatch_capacity PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_software_component PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_storage_credentials PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_storage_iscsi_details PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_storage_iscsi_empty_details PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_storage_nas_details PASSED [ 61%]
tests/managers/hardware_tests.py::HardwareTests::test_get_storage_nas_empty_details PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_get_tracking_id PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_init_with_ordering_manager PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_list_hardware PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_list_hardware_with_filters PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_notification PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_notification_del PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_place_order PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_reflash_firmware PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_reflash_firmware_selective PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_reload PASSED      [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_rescue PASSED      [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_resolve_ids_hostname PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_resolve_ids_ip PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_sensor PASSED      [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_update_firmware PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_update_firmware_selective PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_upgrade PASSED     [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_upgrade_add_disk PASSED [ 62%]
tests/managers/hardware_tests.py::HardwareTests::test_upgrade_blank PASSED [ 63%]
tests/managers/hardware_tests.py::HardwareTests::test_upgrade_full PASSED [ 63%]
tests/managers/hardware_tests.py::HardwareTests::test_upgrade_resize_disk PASSED [ 63%]
tests/managers/hardware_tests.py::HardwareTests::test_verify_order PASSED [ 63%]
tests/managers/hardware_tests.py::HardwareHelperTests::test_bandwidth_key PASSED [ 63%]
tests/managers/hardware_tests.py::HardwareHelperTests::test_is_bonded PASSED [ 63%]
tests/managers/hardware_tests.py::HardwareHelperTests::test_is_private PASSED [ 63%]
tests/managers/hardware_tests.py::HardwareHelperTests::test_matches_location PASSED [ 63%]
tests/managers/hardware_tests.py::HardwareHelperTests::test_port_speed_key PASSED [ 63%]
tests/managers/hardware_tests.py::HardwareHelperTests::test_port_speed_key_exception PASSED [ 63%]
tests/managers/image_tests.py::ImageTests::test_add_locations_fail PASSED [ 63%]
tests/managers/image_tests.py::ImageTests::test_add_locations_image PASSED [ 63%]
tests/managers/image_tests.py::ImageTests::test_delete_image PASSED      [ 63%]
tests/managers/image_tests.py::ImageTests::test_edit_blank PASSED        [ 63%]
tests/managers/image_tests.py::ImageTests::test_edit_full PASSED         [ 63%]
tests/managers/image_tests.py::ImageTests::test_edit_tags PASSED         [ 63%]
tests/managers/image_tests.py::ImageTests::test_export_image PASSED      [ 63%]
tests/managers/image_tests.py::ImageTests::test_export_image_cos PASSED  [ 63%]
tests/managers/image_tests.py::ImageTests::test_get_image PASSED         [ 63%]
tests/managers/image_tests.py::ImageTests::test_get_locations_id_fails PASSED [ 64%]
tests/managers/image_tests.py::ImageTests::test_import_image PASSED      [ 64%]
tests/managers/image_tests.py::ImageTests::test_import_image_cos PASSED  [ 64%]
tests/managers/image_tests.py::ImageTests::test_list_private_images PASSED [ 64%]
tests/managers/image_tests.py::ImageTests::test_list_private_images_with_filters PASSED [ 64%]
tests/managers/image_tests.py::ImageTests::test_list_public_images PASSED [ 64%]
tests/managers/image_tests.py::ImageTests::test_list_public_images_with_filters PASSED [ 64%]
tests/managers/image_tests.py::ImageTests::test_remove_locations_image PASSED [ 64%]
tests/managers/image_tests.py::ImageTests::test_resolve_ids_guid PASSED  [ 64%]
tests/managers/image_tests.py::ImageTests::test_resolve_ids_name_private PASSED [ 64%]
tests/managers/image_tests.py::ImageTests::test_resolve_ids_name_public PASSED [ 64%]
tests/managers/image_tests.py::ImageTests::test_resolve_ids_not_found PASSED [ 64%]
tests/managers/ipsec_tests.py::IPSECTests::test_add_internal_subnet PASSED [ 64%]
tests/managers/ipsec_tests.py::IPSECTests::test_add_remote_subnet PASSED [ 64%]
tests/managers/ipsec_tests.py::IPSECTests::test_add_service_subnet PASSED [ 64%]
tests/managers/ipsec_tests.py::IPSECTests::test_apply_configuration PASSED [ 64%]
tests/managers/ipsec_tests.py::IPSECTests::test_cancel_item PASSED       [ 64%]
tests/managers/ipsec_tests.py::IPSECTests::test_create_remote_subnet PASSED [ 64%]
tests/managers/ipsec_tests.py::IPSECTests::test_create_translation PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_delete_remote_subnet PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_get_translation PASSED   [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_get_translation_raises_error PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_get_translations PASSED  [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_get_tunnel_context PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_get_tunnel_context_raises_error PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_get_tunnel_contexts PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_order PASSED             [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_remove_internal_subnet PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_remove_remote_subnet PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_remove_service_subnet PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_remove_translation PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_update_translation PASSED [ 65%]
tests/managers/ipsec_tests.py::IPSECTests::test_update_tunnel_context PASSED [ 65%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_add_lb_l7_pool PASSED [ 65%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_add_lb_listener PASSED [ 65%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_add_lb_member PASSED [ 65%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_cancel_lbaas PASSED [ 65%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_del_lb_l7_pool PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_delete_lb_member PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_adc PASSED  [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_adc_mask PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_adc_masks PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_adcs PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_all_l7policies PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_l7policies PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_lb PASSED   [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_lb_mask PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_lbaas PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_lbaas_by_name PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_lbaas_by_name_fails PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_lbaas_mask PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_lbaas_uuid_id_id PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_lbaas_uuid_id_name PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_get_lbaas_uuid_id_uuid PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_lbaas_order_options PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_order_lbaas PASSED [ 66%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_remove_lb_listener PASSED [ 67%]
tests/managers/loadbal_tests.py::LoadBalancerTests::test_updated_lb_health PASSED [ 67%]
tests/managers/metadata_tests.py::MetadataTests::test_404 PASSED         [ 67%]
tests/managers/metadata_tests.py::MetadataTests::test_error PASSED       [ 67%]
tests/managers/metadata_tests.py::MetadataTests::test_get PASSED         [ 67%]
tests/managers/metadata_tests.py::MetadataTests::test_networks PASSED    [ 67%]
tests/managers/metadata_tests.py::MetadataTests::test_no_param PASSED    [ 67%]
tests/managers/metadata_tests.py::MetadataTests::test_not_exists PASSED  [ 67%]
tests/managers/metadata_tests.py::MetadataTests::test_return_none PASSED [ 67%]
tests/managers/metadata_tests.py::MetadataTests::test_user_data PASSED   [ 67%]
tests/managers/metadata_tests.py::MetadataTests::test_w_param PASSED     [ 67%]
tests/managers/metadata_tests.py::MetadataTests::test_w_param_error PASSED [ 67%]
tests/managers/network_tests.py::NetworkTests::test_add_global_ip PASSED [ 67%]
tests/managers/network_tests.py::NetworkTests::test_add_securitygroup_rule PASSED [ 67%]
tests/managers/network_tests.py::NetworkTests::test_add_securitygroup_rules PASSED [ 67%]
tests/managers/network_tests.py::NetworkTests::test_add_securitygroup_rules_with_dict_error PASSED [ 67%]
tests/managers/network_tests.py::NetworkTests::test_add_subnet_for_ipv4 PASSED [ 67%]
tests/managers/network_tests.py::NetworkTests::test_add_subnet_for_ipv6 PASSED [ 67%]
tests/managers/network_tests.py::NetworkTests::test_assign_global_ip PASSED [ 67%]
tests/managers/network_tests.py::NetworkTests::test_attach_securitygroup_component PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_attach_securitygroup_components PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_cancel_global_ip PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_cancel_subnet PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_clear_route PASSED   [ 68%]
tests/managers/network_tests.py::NetworkTests::test_create_securitygroup PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_delete_securitygroup PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_detach_securitygroup_component PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_detach_securitygroup_components PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_edit_note_subnet PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_edit_securitygroup PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_edit_securitygroup_rule PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_edit_securitygroup_rule_unset PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_get_all_datacenter PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_get_all_pods PASSED  [ 68%]
tests/managers/network_tests.py::NetworkTests::test_get_cci_event_logs PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_get_datacenter_by_keyname PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_get_event_logs_by_request_id PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_get_security_group_event_logs PASSED [ 68%]
tests/managers/network_tests.py::NetworkTests::test_get_securitygroup PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_get_subnet PASSED    [ 69%]
tests/managers/network_tests.py::NetworkTests::test_get_vlan PASSED      [ 69%]
tests/managers/network_tests.py::NetworkTests::test_ip_lookup PASSED     [ 69%]
tests/managers/network_tests.py::NetworkTests::test_list_global_ips_default PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_list_global_ips_with_filter PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_list_securitygroup_rules PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_list_securitygroups PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_list_subnets_default PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_list_subnets_with_filters PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_list_vlans_default PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_list_vlans_with_filters PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_remove_securitygroup_rule PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_remove_securitygroup_rules PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_resolve_global_ip_ids PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_resolve_global_ip_ids_no_results PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_resolve_subnet_ids PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_resolve_subnet_ids_no_results PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_resolve_vlan_ids PASSED [ 69%]
tests/managers/network_tests.py::NetworkTests::test_resolve_vlan_ids_no_results PASSED [ 70%]
tests/managers/network_tests.py::NetworkTests::test_route PASSED         [ 70%]
tests/managers/network_tests.py::NetworkTests::test_set_tags_subnet PASSED [ 70%]
tests/managers/network_tests.py::NetworkTests::test_summary_by_datacenter PASSED [ 70%]
tests/managers/network_tests.py::NetworkTests::test_unassign_global_ip PASSED [ 70%]
tests/managers/network_tests.py::NetworkTests::test_vlan_edit PASSED     [ 70%]
tests/managers/object_storage_tests.py::ObjectStorageTests::test_create_credential PASSED [ 70%]
tests/managers/object_storage_tests.py::ObjectStorageTests::test_delete_credential PASSED [ 70%]
tests/managers/object_storage_tests.py::ObjectStorageTests::test_limit_credential PASSED [ 70%]
tests/managers/object_storage_tests.py::ObjectStorageTests::test_list_accounts PASSED [ 70%]
tests/managers/object_storage_tests.py::ObjectStorageTests::test_list_credential PASSED [ 70%]
tests/managers/object_storage_tests.py::ObjectStorageTests::test_list_endpoints PASSED [ 70%]
tests/managers/object_storage_tests.py::ObjectStorageTests::test_list_endpoints_no_results PASSED [ 70%]
tests/managers/object_storage_tests.py::ObjectStorageTests::test_resolve_ids PASSED [ 70%]
tests/managers/object_storage_tests.py::ObjectStorageTests::test_resolve_ids_fail_multiple PASSED [ 70%]
tests/managers/object_storage_tests.py::ObjectStorageTests::test_resolve_ids_fail_no_found PASSED [ 70%]
tests/managers/ordering_tests.py::OrderingTests::test_clean_quote_verify PASSED [ 70%]
tests/managers/ordering_tests.py::OrderingTests::test_generate_no_complex_type PASSED [ 70%]
tests/managers/ordering_tests.py::OrderingTests::test_generate_order PASSED [ 70%]
tests/managers/ordering_tests.py::OrderingTests::test_generate_order_template PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_generate_order_template_extra_quantity PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_generate_order_template_virtual PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_generate_order_with_preset PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_generate_order_with_quantity PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_active_packages PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_item_capacity_core PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_item_capacity_intel PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_item_capacity_storage PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_item_price_id_core_with_capacity_restriction PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_item_price_id_processor_with_capacity_restriction PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_item_price_id_storage_with_capacity_restriction PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_item_price_id_without_capacity_restriction PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_item_prices PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_item_prices_by_location_keyname PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_item_prices_by_location_name PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_items PASSED   [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_location_id_NONE PASSED [ 71%]
tests/managers/ordering_tests.py::OrderingTests::test_get_location_id_exception PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_location_id_int PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_location_id_keyname PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_location_id_short PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_oder_detail_default_mask PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_oder_detail_mask PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_order_container PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_package_by_key_returns_if_found PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_package_by_key_returns_none_if_not_found PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_package_by_type_returns_if_found PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_package_by_type_returns_no_outlet_packages PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_package_by_type_returns_none_if_not_found PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_package_id_by_type_fails_for_nonexistent_package_type PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_package_id_by_type_returns_valid_id PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_preset_by_key PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_preset_by_key_preset_not_found PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_preset_prices PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_price_id_list PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_price_id_list_gpu_items_with_two_categories PASSED [ 72%]
tests/managers/ordering_tests.py::OrderingTests::test_get_price_id_list_item_not_found PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_get_price_id_list_no_core PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_get_quote_details PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_get_quotes PASSED  [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_get_regions PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_issues1067 PASSED  [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_issues1425_nonzeroterm PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_issues1425_zeroterm PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_list_categories PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_list_categories_filters PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_list_items PASSED  [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_list_packages PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_list_packages_not_active PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_list_presets PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_location_groud_id_empty PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_location_group_id_none PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_locations PASSED   [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_order_quote_virtual_guest PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_place_order PASSED [ 73%]
tests/managers/ordering_tests.py::OrderingTests::test_place_order_with_quantity PASSED [ 74%]
tests/managers/ordering_tests.py::OrderingTests::test_place_quote PASSED [ 74%]
tests/managers/ordering_tests.py::OrderingTests::test_resolve_location_name PASSED [ 74%]
tests/managers/ordering_tests.py::OrderingTests::test_resolve_location_name_by_keyname PASSED [ 74%]
tests/managers/ordering_tests.py::OrderingTests::test_resolve_location_name_by_name PASSED [ 74%]
tests/managers/ordering_tests.py::OrderingTests::test_resolve_location_name_invalid PASSED [ 74%]
tests/managers/ordering_tests.py::OrderingTests::test_resolve_location_name_not_exist PASSED [ 74%]
tests/managers/ordering_tests.py::OrderingTests::test_save_quote PASSED  [ 74%]
tests/managers/ordering_tests.py::OrderingTests::test_verify_order PASSED [ 74%]
tests/managers/ordering_tests.py::OrderingTests::test_verify_quote PASSED [ 74%]
tests/managers/search_tests.py::SearchTests::test_search PASSED          [ 74%]
tests/managers/search_tests.py::SearchTests::test_search_advanced PASSED [ 74%]
tests/managers/search_tests.py::SearchTests::test_search_type PASSED     [ 74%]
tests/managers/sshkey_tests.py::SshKeyTests::test_add_key PASSED         [ 74%]
tests/managers/sshkey_tests.py::SshKeyTests::test_delete_key PASSED      [ 74%]
tests/managers/sshkey_tests.py::SshKeyTests::test_edit_key PASSED        [ 74%]
tests/managers/sshkey_tests.py::SshKeyTests::test_get_key PASSED         [ 74%]
tests/managers/sshkey_tests.py::SshKeyTests::test_list_keys PASSED       [ 74%]
tests/managers/sshkey_tests.py::SshKeyTests::test_resolve_ids_label PASSED [ 74%]
tests/managers/ssl_tests.py::SSLTests::test_add_certificate PASSED       [ 75%]
tests/managers/ssl_tests.py::SSLTests::test_edit_certificate PASSED      [ 75%]
tests/managers/ssl_tests.py::SSLTests::test_get_certificate PASSED       [ 75%]
tests/managers/ssl_tests.py::SSLTests::test_list_certs_all PASSED        [ 75%]
tests/managers/ssl_tests.py::SSLTests::test_list_certs_expired PASSED    [ 75%]
tests/managers/ssl_tests.py::SSLTests::test_list_certs_valid PASSED      [ 75%]
tests/managers/ssl_tests.py::SSLTests::test_remove_certificate PASSED    [ 75%]
tests/managers/storage_generic_tests.py::StorageGenericTests::test_get_volume_snapshot_notification_status PASSED [ 75%]
tests/managers/storage_generic_tests.py::StorageGenericTests::test_set_volume_snapshot_notification PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_endurance_tier_iops_per_gb_value_is_025 PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_endurance_tier_iops_per_gb_value_is_10 PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_endurance_tier_iops_per_gb_value_is_2 PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_endurance_tier_iops_per_gb_value_is_4 PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_endurance_tier_iops_per_gb_value_not_found PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_endurance_tier_price PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_endurance_tier_price_category_not_found PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_endurance_tier_price_empty_location_not_found PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_endurance_tier_price_no_attributes_in_items PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_endurance_tier_price_no_items_in_package PASSED [ 75%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_endurance_tier_price_no_matching_attribute_value PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_endurance_tier_price_no_prices_in_items PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_category_not_found PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_empty_location_not_found PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_no_items_in_package PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_no_matching_capacity PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_no_prices_in_items PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_target_value_above_capacity PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_target_value_below_capacity PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_with_endurance_category PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_with_replication_category PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_with_snapshot_category PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_ent_space_price_wrong_capacity_restriction PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_iops_price PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_iops_price_category_not_found PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_iops_price_empty_location_not_found PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_iops_price_no_items_in_package PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_iops_price_no_matching_iops_value PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_iops_price_no_prices_in_items PASSED [ 76%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_iops_price_volume_size_above_capacity PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_iops_price_volume_size_below_capacity PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_iops_price_wrong_capacity_restriction PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_space_price PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_space_price_category_not_found PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_space_price_empty_location_not_found PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_space_price_no_items_in_package PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_space_price_no_matching_capacity PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_perf_space_price_no_prices_in_items PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_price_by_category_category_not_found PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_price_by_category_empty PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_price_by_category_empty_location_not_found PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_price_by_category_no_items_in_package PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_price_by_category_no_prices_in_items PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_price_by_category_none PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_space_price PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_space_price_category_not_found PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_space_price_empty_location_not_found PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_space_price_no_capacity_maximum PASSED [ 77%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_space_price_no_capacity_minimum PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_space_price_no_items_in_package PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_space_price_no_matching_keyname PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_space_price_no_prices_in_items PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_space_price_size_above_capacity PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_space_price_size_below_capacity PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_tier_price PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_tier_price_category_not_found PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_tier_price_empty_location_not_found PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_tier_price_no_itemCategory PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_tier_price_no_itemCategory_code PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_tier_price_no_items_in_package PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_tier_price_no_matching_capacity PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_tier_price_no_matching_itemCategory PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_endurance_tier_price_no_prices_in_items PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_category_not_found PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_empty_location_not_found PASSED [ 78%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_iops_above_capacity PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_iops_below_capacity PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_no_capacity_maximum PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_no_capacity_minimum PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_no_itemCategory PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_no_itemCategory_code PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_no_items_in_package PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_no_matching_itemCategory PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_no_prices_in_items PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_size_above_capacity PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_size_below_capacity PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_iops_price_wrong_capacity_restriction PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_category_not_found PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_empty_location_not_found PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_no_capacity_maximum PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_no_capacity_minimum PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_no_itemCategory PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_no_itemCategory_code PASSED [ 79%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_no_items_in_package PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_no_matching_itemCategory PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_no_matching_keyname PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_no_prices_in_items PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_size_above_capacity PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_perform_space_price_size_below_capacity PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_replication_price_category_not_found PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_replication_price_empty_location_not_found PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_replication_price_no_items_in_package PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_replication_price_no_matching_key_name PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_replication_price_no_prices_in_items PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_replication_price_target_value_above_capacity PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_replication_price_target_value_below_capacity PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_replication_price_with_iops PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_replication_price_with_tier PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_replication_price_wrong_capacity_restriction PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_snapshot_space_price_category_not_found PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_snapshot_space_price_empty_location_not_found PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_snapshot_space_price_no_items_in_package PASSED [ 80%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_snapshot_space_price_no_matching_capacity PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_snapshot_space_price_no_prices_in_items PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_snapshot_space_price_target_value_above_capacity PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_snapshot_space_price_target_value_below_capacity PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_snapshot_space_price_with_iops PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_snapshot_space_price_with_tier_level PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_saas_snapshot_space_price_wrong_capacity_restriction PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_snapshot_schedule_id PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_snapshot_schedule_id_no_keyname_in_schedule_type PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_snapshot_schedule_id_no_matching_keyname PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_snapshot_schedule_id_no_schedules PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_find_snapshot_schedule_id_no_type_in_schedule PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_get_location_id PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_get_location_id_no_datacenters_in_collection PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_get_location_id_no_matching_location_name PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_get_package PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_get_package_more_than_one_package_found PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_get_package_no_packages_found PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_populate_host_templates PASSED [ 81%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_populate_host_templates_empty_arrays_given PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_populate_host_templates_no_ids_given PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_endurance_block PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_endurance_file PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_endurance_use_default_origin_values PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_invalid_origin_storage_type PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_origin_snapshot_capacity_not_found PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_origin_volume_cancelled PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_origin_volume_location_not_found PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_origin_volume_staas_version_below_v2 PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_performance_block PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_performance_file PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_performance_origin_iops_not_found PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_duplicate_order_performance_use_default_origin_values PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_endurance PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_endurance_use_existing_size PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_endurance_use_existing_tier PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_endurance_values_not_given PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_invalid_volume_storage_type PASSED [ 82%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_origin_volume_cancelled PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_origin_volume_staas_version_below_v2 PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_performance PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_performance_iops_not_found PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_performance_use_existing_iops PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_performance_use_existing_size PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_modify_order_performance_values_not_given PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_ent_endurance PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_ent_endurance_tier_is_not_none PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_enterprise_offering_invalid_type PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_hourly_billing PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_invalid_location PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_saas_endurance PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_saas_endurance_tier_is_not_none PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_saas_invalid_storage_type PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_saas_performance PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_saas_performance_volume_below_staas_v2 PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_snapshot_capacity_not_found PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_snapshot_space_cancelled PASSED [ 83%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_volume_cancellation_date_set PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_replicant_order_volume_cancelled PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_snapshot_order_billing_item_cancelled PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_snapshot_order_enterprise PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_snapshot_order_enterprise_tier_is_not_none PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_snapshot_order_hourly_billing PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_snapshot_order_invalid_billing_item_category_code PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_snapshot_order_saas_endurance_tier_is_not_none PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_snapshot_order_saas_endurance_upgrade PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_snapshot_order_saas_invalid_storage_type PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_snapshot_order_saas_performance PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_snapshot_order_saas_performance_volume_below_staas_v2 PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_ent_endurance PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_ent_endurance_with_snapshot PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_enterprise_offering_invalid_storage_type PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_invalid_location PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_invalid_offering PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_invalid_storage_type PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_perf_performance_block PASSED [ 84%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_perf_performance_file PASSED [ 85%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_performance_offering_invalid_storage_type PASSED [ 85%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_saas_endurance PASSED [ 85%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_saas_endurance_with_snapshot PASSED [ 85%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_saas_performance PASSED [ 85%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_saas_performance_rest PASSED [ 85%]
tests/managers/storage_utils_tests.py::StorageUtilsTests::test_prep_volume_order_saas_performance_with_snapshot PASSED [ 85%]
tests/managers/tag_tests.py::TagTests::test_attached_tags PASSED         [ 85%]
tests/managers/tag_tests.py::TagTests::test_attached_tags_mask PASSED    [ 85%]
tests/managers/tag_tests.py::TagTests::test_get_resource_name PASSED     [ 85%]
tests/managers/tag_tests.py::TagTests::test_get_tag PASSED               [ 85%]
tests/managers/tag_tests.py::TagTests::test_get_tag_by_name PASSED       [ 85%]
tests/managers/tag_tests.py::TagTests::test_get_tag_by_name_mask PASSED  [ 85%]
tests/managers/tag_tests.py::TagTests::test_get_tag_mask PASSED          [ 85%]
tests/managers/tag_tests.py::TagTests::test_get_tag_references PASSED    [ 85%]
tests/managers/tag_tests.py::TagTests::test_get_tag_references_mask PASSED [ 85%]
tests/managers/tag_tests.py::TagTests::test_list_tags PASSED             [ 85%]
tests/managers/tag_tests.py::TagTests::test_list_tags_mask PASSED        [ 85%]
tests/managers/tag_tests.py::TagTests::test_reference_lookup_app_delivery PASSED [ 86%]
tests/managers/tag_tests.py::TagTests::test_reference_lookup_dedicated PASSED [ 86%]
tests/managers/tag_tests.py::TagTests::test_reference_lookup_document PASSED [ 86%]
tests/managers/tag_tests.py::TagTests::test_reference_lookup_guest PASSED [ 86%]
tests/managers/tag_tests.py::TagTests::test_reference_lookup_hardware PASSED [ 86%]
tests/managers/tag_tests.py::TagTests::test_set_tags PASSED              [ 86%]
tests/managers/tag_tests.py::TagTests::test_taggable_by_type_image_template PASSED [ 86%]
tests/managers/tag_tests.py::TagTests::test_taggable_by_type_main PASSED [ 86%]
tests/managers/tag_tests.py::TagTests::test_taggable_by_type_network_subnet PASSED [ 86%]
tests/managers/tag_tests.py::TagTests::test_taggable_by_type_ticket PASSED [ 86%]
tests/managers/tag_tests.py::TagTests::test_type_to_service PASSED       [ 86%]
tests/managers/tag_tests.py::TagTests::test_unattached_tags PASSED       [ 86%]
tests/managers/tag_tests.py::TagTests::test_unattached_tags_mask PASSED  [ 86%]
tests/managers/ticket_tests.py::TicketTests::test_attach_hardware PASSED [ 86%]
tests/managers/ticket_tests.py::TicketTests::test_attach_virtual_server PASSED [ 86%]
tests/managers/ticket_tests.py::TicketTests::test_create_ticket PASSED   [ 86%]
tests/managers/ticket_tests.py::TicketTests::test_detach_hardware PASSED [ 86%]
tests/managers/ticket_tests.py::TicketTests::test_detach_virtual_server PASSED [ 86%]
tests/managers/ticket_tests.py::TicketTests::test_get_instance PASSED    [ 86%]
tests/managers/ticket_tests.py::TicketTests::test_list_subjects PASSED   [ 87%]
tests/managers/ticket_tests.py::TicketTests::test_list_tickets PASSED    [ 87%]
tests/managers/ticket_tests.py::TicketTests::test_list_tickets_all PASSED [ 87%]
tests/managers/ticket_tests.py::TicketTests::test_list_tickets_closed PASSED [ 87%]
tests/managers/ticket_tests.py::TicketTests::test_list_tickets_false PASSED [ 87%]
tests/managers/ticket_tests.py::TicketTests::test_list_tickets_open PASSED [ 87%]
tests/managers/ticket_tests.py::TicketTests::test_update_ticket PASSED   [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_add_permissions PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_create_user_handle_paas_exception PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_disable_notifications PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_disable_notifications_fail PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_enable_notifications PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_enable_notifications_fail PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_format_permission_object PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_format_permission_object_all PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_gather_notifications PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_gather_notifications_fail PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_get_all_notifications PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_get_all_permissions PASSED [ 87%]
tests/managers/user_tests.py::UserManagerTests::test_get_current_user PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_current_user_mask PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_dedicated_host PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_events_default PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_events_empty PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_hardware PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_id_from_username_multiple_match PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_id_from_username_one_match PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_id_from_username_zero_match PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_logins_default PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_user_default PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_user_mask PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_get_virtual PASSED  [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_grant_dedicated PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_grant_hardware PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_grant_virtual PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_list_user_defaults PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_list_user_filter PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_list_user_mask PASSED [ 88%]
tests/managers/user_tests.py::UserManagerTests::test_permissions_from_user PASSED [ 89%]
tests/managers/user_tests.py::UserManagerTests::test_remove_dedicated PASSED [ 89%]
tests/managers/user_tests.py::UserManagerTests::test_remove_hardware PASSED [ 89%]
tests/managers/user_tests.py::UserManagerTests::test_remove_permissions PASSED [ 89%]
tests/managers/user_tests.py::UserManagerTests::test_remove_virtual PASSED [ 89%]
tests/managers/user_tests.py::UserManagerTests::test_vpn_manual PASSED   [ 89%]
tests/managers/user_tests.py::UserManagerTests::test_vpn_subnet_add PASSED [ 89%]
tests/managers/user_tests.py::UserManagerTests::test_vpn_subnet_remove PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_create PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_create_guest PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_create_guest_no_flavor PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_create_guest_testing PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_create_test PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_flavor_string PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_get_available_routers PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_get_available_routers_search PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_get_create_options PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_get_object PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_get_object_mask PASSED [ 89%]
tests/managers/vs/vs_capacity_tests.py::VSManagerCapacityTests::test_list PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test__get_price_id_for_upgrade_find_private_price PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_create_verify PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_get_item_id_for_upgrade PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_get_package_items PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_get_price_id_empty PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_get_price_id_for_upgrade PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_get_price_id_for_upgrade_finds_memory_price PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_get_price_id_for_upgrade_finds_nic_price PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_get_price_id_for_upgrade_skips_location_price PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_get_price_id_memory_capacity PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_get_price_id_mismatch_capacity PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_order_guest PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_order_guest_ipv6 PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_order_guest_placement_group PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_order_guest_verify PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_upgrade PASSED   [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_upgrade_blank PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_upgrade_cpu_and_preset_exception PASSED [ 90%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_upgrade_dedicated_host_instance PASSED [ 91%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_upgrade_full PASSED [ 91%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_upgrade_mem_and_preset_exception PASSED [ 91%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_upgrade_no_price_exception PASSED [ 91%]
tests/managers/vs/vs_order_tests.py::VSOrderTests::test_upgrade_with_flavor PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_create PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_delete PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_get_id_from_name PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_get_object PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_get_object_with_mask PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_get_rule_id_from_name PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_get_rule_id_from_name_failure PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_list PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_list_mask PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_router_search PASSED [ 91%]
tests/managers/vs/vs_placement_tests.py::VSPlacementManagerTests::test_router_search_failure PASSED [ 91%]
tests/managers/vs/vs_tests.py::VSTests::test_add_notification PASSED     [ 91%]
tests/managers/vs/vs_tests.py::VSTests::test_authorize_portable_storage PASSED [ 91%]
tests/managers/vs/vs_tests.py::VSTests::test_authorize_storage PASSED    [ 91%]
tests/managers/vs/vs_tests.py::VSTests::test_authorize_storage_empty PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_browser_access_log PASSED   [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_cancel_instance PASSED      [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_capture_additional_disks PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_captures PASSED             [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_change_port_speed_private PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_change_port_speed_public PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_create_instance PASSED      [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_create_instances PASSED     [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_create_network_components_by_routers PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_create_network_components_by_routers_and_vlan PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_create_network_components_private_subnet PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_create_network_components_public_subnet PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_create_network_components_vlan_subnet_private PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_create_network_components_vlan_subnet_private_vlan_subnet_public PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_create_network_components_vlan_subnet_public PASSED [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_edit_blank PASSED           [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_edit_full PASSED            [ 92%]
tests/managers/vs/vs_tests.py::VSTests::test_edit_metadata PASSED        [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_edit_tags PASSED            [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_edit_tags_blank PASSED      [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_basic PASSED       [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_boot_mode PASSED   [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_by_router_and_subnet PASSED [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_by_router_and_vlan PASSED [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_datacenter PASSED  [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_dedicated PASSED   [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_image_id PASSED    [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_missing PASSED     [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_monthly PASSED     [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_multi_disk PASSED  [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_network PASSED     [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_no_disks PASSED    [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_os_and_image PASSED [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_post_uri PASSED    [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_private_network_only PASSED [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_private_subnet PASSED [ 93%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_private_vlan PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_private_vlan_subnet_public_vlan_subnet PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_private_vlan_with_private_subnet PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_public_subnet PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_public_vlan PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_public_vlan_with_public_subnet PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_sec_group PASSED   [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_single_disk PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_sshkey PASSED      [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_generate_userdata PASSED    [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_get_bandwidth_allocation PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_get_bandwidth_allocation_no_allotment PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_get_bandwidth_allocation_with_allotment PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_get_bandwidth_data PASSED   [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_get_create_options PASSED   [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_get_create_options_prices_by_location PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_get_hardware_guests PASSED  [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_get_instance PASSED         [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_get_local_disks_empty PASSED [ 94%]
tests/managers/vs/vs_tests.py::VSTests::test_get_local_disks_swap PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_get_local_disks_system PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_get_none_storage_credentials PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_get_portable_storage PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_get_portable_storage_empty PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_get_storage_credentials PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_get_storage_iscsi_details PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_get_storage_iscsi_empty_details PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_get_storage_nas_details PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_get_storage_nas_empty_details PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_get_tracking_id PASSED      [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_list_instances PASSED       [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_list_instances_hourly PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_list_instances_monthly PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_list_instances_neither PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_list_instances_with_filters PASSED [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_migrate PASSED              [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_migrate_dedicated PASSED    [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_notification PASSED         [ 95%]
tests/managers/vs/vs_tests.py::VSTests::test_notification_del PASSED     [ 96%]
tests/managers/vs/vs_tests.py::VSTests::test_reload_instance PASSED      [ 96%]
tests/managers/vs/vs_tests.py::VSTests::test_reload_instance_posturi_sshkeys PASSED [ 96%]
tests/managers/vs/vs_tests.py::VSTests::test_reload_instance_with_new_os PASSED [ 96%]
tests/managers/vs/vs_tests.py::VSTests::test_rescue PASSED               [ 96%]
tests/managers/vs/vs_tests.py::VSTests::test_resolve_ids_hostname PASSED [ 96%]
tests/managers/vs/vs_tests.py::VSTests::test_resolve_ids_ip PASSED       [ 96%]
tests/managers/vs/vs_tests.py::VSTests::test_resolve_ids_ip_invalid PASSED [ 96%]
tests/managers/vs/vs_tests.py::VSTests::test_resolve_ids_ip_private PASSED [ 96%]
tests/managers/vs/vs_tests.py::VSTests::test_usage_vs_cpu PASSED         [ 96%]
tests/managers/vs/vs_tests.py::VSTests::test_usage_vs_memory PASSED      [ 96%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_active_and_provisiondate PASSED [ 96%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_active_not_provisioned PASSED [ 96%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_active_provision_pending PASSED [ 96%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_exception_from_api PASSED [ 96%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_iter_20_incomplete PASSED [ 96%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_iter_four_complete PASSED [ 96%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_iter_once_complete PASSED [ 96%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_iter_two_incomplete PASSED [ 96%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_ready_iter_once_incomplete PASSED [ 97%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_reload_no_pending PASSED [ 97%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_reload_pending PASSED [ 97%]
tests/managers/vs/vs_waiting_for_ready_tests.py::VSWaitReadyGoTests::test_wait_interface PASSED [ 97%]
tests/transports/debug_tests.py::TestDebugTransport::test_call PASSED    [ 97%]
tests/transports/debug_tests.py::TestDebugTransport::test_error PASSED   [ 97%]
tests/transports/debug_tests.py::TestDebugTransport::test_get_last_calls PASSED [ 97%]
tests/transports/debug_tests.py::TestDebugTransport::test_print_reproduceable PASSED [ 97%]
tests/transports/debug_tests.py::TestDebugTransport::test_print_reproduceable_post PASSED [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_basic PASSED       [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_complex_encoder_bytes PASSED [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_empty_error PASSED [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_http_and_empty_error PASSED [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_http_and_json_error PASSED [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_json_error PASSED  [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_print_reproduceable PASSED [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_proxy_without_protocol PASSED [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_unknown_error PASSED [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_valid_proxy PASSED [ 97%]
tests/transports/rest_tests.py::TestRestAPICall::test_with_args PASSED   [ 98%]
tests/transports/rest_tests.py::TestRestAPICall::test_with_args_bytes PASSED [ 98%]
tests/transports/rest_tests.py::TestRestAPICall::test_with_filter PASSED [ 98%]
tests/transports/rest_tests.py::TestRestAPICall::test_with_id PASSED     [ 98%]
tests/transports/rest_tests.py::TestRestAPICall::test_with_limit_offset PASSED [ 98%]
tests/transports/rest_tests.py::TestRestAPICall::test_with_mask PASSED   [ 98%]
tests/transports/rest_tests.py::TestRestAPICall::test_with_special_auth PASSED [ 98%]
tests/transports/transport_tests.py::TestFixtureTransport::test_basic PASSED [ 98%]
tests/transports/transport_tests.py::TestFixtureTransport::test_no_method PASSED [ 98%]
tests/transports/transport_tests.py::TestFixtureTransport::test_no_module PASSED [ 98%]
tests/transports/transport_tests.py::TestTimingTransport::test_call PASSED [ 98%]
tests/transports/transport_tests.py::TestTimingTransport::test_get_last_calls PASSED [ 98%]
tests/transports/transport_tests.py::TestTimingTransport::test_print_reproduceable PASSED [ 98%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_call PASSED    [ 98%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_call_large_number_response PASSED [ 98%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_filter PASSED  [ 98%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_ibm_id_call PASSED [ 98%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_identifier PASSED [ 98%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_limit_offset PASSED [ 98%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_mask_call_filteredMask PASSED [ 99%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_mask_call_no_mask_prefix PASSED [ 99%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_mask_call_v2 PASSED [ 99%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_mask_call_v2_dot PASSED [ 99%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_nonascii_characters PASSED [ 99%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_old_mask PASSED [ 99%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_print_reproduceable PASSED [ 99%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_proxy_without_protocol PASSED [ 99%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_request_exception PASSED [ 99%]
tests/transports/xmlrpc_tests.py::TestXmlRpcAPICall::test_valid_proxy PASSED [ 99%]
tests/transports/xmlrpc_tests.py::test_verify[True-True-True] PASSED     [ 99%]
tests/transports/xmlrpc_tests.py::test_verify[True-False-False] PASSED   [ 99%]
tests/transports/xmlrpc_tests.py::test_verify[True-None-True] PASSED     [ 99%]
tests/transports/xmlrpc_tests.py::test_verify[False-True-True] PASSED    [ 99%]
tests/transports/xmlrpc_tests.py::test_verify[False-False-False] PASSED  [ 99%]
tests/transports/xmlrpc_tests.py::test_verify[False-None-False] PASSED   [ 99%]
tests/transports/xmlrpc_tests.py::test_verify[None-True-True] PASSED     [ 99%]
tests/transports/xmlrpc_tests.py::test_verify[None-False-False] PASSED   [ 99%]
tests/transports/xmlrpc_tests.py::test_verify[None-None-True] PASSED     [100%]

======================= 1880 passed, 6 skipped in 27.64s =======================
autopkgtest [13:59:17]: test py3: -----------------------]
py3                  PASS
autopkgtest [13:59:17]: test py3:  - - - - - - - - - - results - - - - - - - - - -
autopkgtest [13:59:17]: @@@@@@@@@@@@@@@@@@@@ summary
py3                  PASS

aborted: False
returncode: 0

Files in working directory:
artifact-dir
artifact-dir/binaries
artifact-dir/binaries/python3-rich.deb
artifact-dir/binaries/python3-softlayer.deb
artifact-dir/log
artifact-dir/py3-packages
artifact-dir/py3-stdout
artifact-dir/summary
artifact-dir/testbed-packages
artifact-dir/testinfo.json
artifact-dir/testpkg-version
--------------------

Relations

Relation Direction Type Name
relates-to Source package python-softlayer_6.1.4-1
relates-to Binary package python3-softlayer_6.1.4-1_all
relates-to Package upload rich_13.9.4-0.1

debug log System autopkgtest - 2 weeks, 2 days ago 0 minutes
BETA