@stordata/vsphere-soapify 0.0.27 → 0.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitlab-ci.yml +11 -4
- package/.nvmrc +1 -1
- package/lib/client.js +5 -8
- package/lib/client.spec.js +384 -352
- package/lib/parser.js +8 -1
- package/lib/sdk/Instance.js +1 -1
- package/lib/sdk/data/HostBlockHba.js +5 -0
- package/lib/sdk/data/HostFibreChannelHba.js +17 -0
- package/lib/sdk/data/HostFibreChannelTargetTransport.js +2 -2
- package/lib/sdk/data/HostParallelScsiHba.js +5 -0
- package/lib/sdk/data/VirtualMachineConfigInfo.js +2 -2
- package/lib/sdk/data/index.js +4 -1
- package/package.json +13 -13
- package/samples/index.js +5 -2
package/lib/client.spec.js
CHANGED
|
@@ -648,7 +648,11 @@ describe('The Client class', function() {
|
|
|
648
648
|
driver: 'fnic',
|
|
649
649
|
key: 'key-vim.host.FibreChannelHba-vmhba2',
|
|
650
650
|
model: 'Cisco VIC FCoE HBA Driver',
|
|
651
|
+
nodeWorldWideName: '20:00:00:25:B5:00:FF:2F',
|
|
651
652
|
pci: '0d:00.0',
|
|
653
|
+
portType: 'unknown',
|
|
654
|
+
portWorldWideName: '20:01:00:25:B5:B0:FF:2F',
|
|
655
|
+
speed: 10,
|
|
652
656
|
status: 'online'
|
|
653
657
|
},
|
|
654
658
|
{
|
|
@@ -657,7 +661,11 @@ describe('The Client class', function() {
|
|
|
657
661
|
driver: 'fnic',
|
|
658
662
|
key: 'key-vim.host.FibreChannelHba-vmhba1',
|
|
659
663
|
model: 'Cisco VIC FCoE HBA Driver',
|
|
664
|
+
nodeWorldWideName: '20:00:00:25:B5:00:FF:2F',
|
|
660
665
|
pci: '0c:00.0',
|
|
666
|
+
portType: 'unknown',
|
|
667
|
+
portWorldWideName: '20:01:00:25:B5:A0:FF:2F',
|
|
668
|
+
speed: 10,
|
|
661
669
|
status: 'online'
|
|
662
670
|
},
|
|
663
671
|
{
|
|
@@ -690,8 +698,8 @@ describe('The Client class', function() {
|
|
|
690
698
|
'HostFibreChannelTargetTransport',
|
|
691
699
|
'HostTargetTransport'
|
|
692
700
|
],
|
|
693
|
-
nodeWorldWideName: '
|
|
694
|
-
portWorldWideName: '
|
|
701
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
702
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
695
703
|
}
|
|
696
704
|
},
|
|
697
705
|
{
|
|
@@ -707,8 +715,8 @@ describe('The Client class', function() {
|
|
|
707
715
|
'HostFibreChannelTargetTransport',
|
|
708
716
|
'HostTargetTransport'
|
|
709
717
|
],
|
|
710
|
-
nodeWorldWideName: '
|
|
711
|
-
portWorldWideName: '
|
|
718
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
719
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
712
720
|
}
|
|
713
721
|
},
|
|
714
722
|
{
|
|
@@ -724,8 +732,8 @@ describe('The Client class', function() {
|
|
|
724
732
|
'HostFibreChannelTargetTransport',
|
|
725
733
|
'HostTargetTransport'
|
|
726
734
|
],
|
|
727
|
-
nodeWorldWideName: '
|
|
728
|
-
portWorldWideName: '
|
|
735
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
736
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
729
737
|
}
|
|
730
738
|
},
|
|
731
739
|
{
|
|
@@ -741,8 +749,8 @@ describe('The Client class', function() {
|
|
|
741
749
|
'HostFibreChannelTargetTransport',
|
|
742
750
|
'HostTargetTransport'
|
|
743
751
|
],
|
|
744
|
-
nodeWorldWideName: '
|
|
745
|
-
portWorldWideName: '
|
|
752
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
753
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
746
754
|
}
|
|
747
755
|
}
|
|
748
756
|
],
|
|
@@ -771,8 +779,8 @@ describe('The Client class', function() {
|
|
|
771
779
|
'HostFibreChannelTargetTransport',
|
|
772
780
|
'HostTargetTransport'
|
|
773
781
|
],
|
|
774
|
-
nodeWorldWideName: '
|
|
775
|
-
portWorldWideName: '
|
|
782
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
783
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
776
784
|
}
|
|
777
785
|
},
|
|
778
786
|
{
|
|
@@ -788,8 +796,8 @@ describe('The Client class', function() {
|
|
|
788
796
|
'HostFibreChannelTargetTransport',
|
|
789
797
|
'HostTargetTransport'
|
|
790
798
|
],
|
|
791
|
-
nodeWorldWideName: '
|
|
792
|
-
portWorldWideName: '
|
|
799
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
800
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
793
801
|
}
|
|
794
802
|
},
|
|
795
803
|
{
|
|
@@ -805,8 +813,8 @@ describe('The Client class', function() {
|
|
|
805
813
|
'HostFibreChannelTargetTransport',
|
|
806
814
|
'HostTargetTransport'
|
|
807
815
|
],
|
|
808
|
-
nodeWorldWideName: '
|
|
809
|
-
portWorldWideName: '
|
|
816
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
817
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
810
818
|
}
|
|
811
819
|
},
|
|
812
820
|
{
|
|
@@ -822,8 +830,8 @@ describe('The Client class', function() {
|
|
|
822
830
|
'HostFibreChannelTargetTransport',
|
|
823
831
|
'HostTargetTransport'
|
|
824
832
|
],
|
|
825
|
-
nodeWorldWideName: '
|
|
826
|
-
portWorldWideName: '
|
|
833
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
834
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
827
835
|
}
|
|
828
836
|
}
|
|
829
837
|
],
|
|
@@ -852,8 +860,8 @@ describe('The Client class', function() {
|
|
|
852
860
|
'HostFibreChannelTargetTransport',
|
|
853
861
|
'HostTargetTransport'
|
|
854
862
|
],
|
|
855
|
-
nodeWorldWideName: '
|
|
856
|
-
portWorldWideName: '
|
|
863
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
864
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
857
865
|
}
|
|
858
866
|
},
|
|
859
867
|
{
|
|
@@ -869,8 +877,8 @@ describe('The Client class', function() {
|
|
|
869
877
|
'HostFibreChannelTargetTransport',
|
|
870
878
|
'HostTargetTransport'
|
|
871
879
|
],
|
|
872
|
-
nodeWorldWideName: '
|
|
873
|
-
portWorldWideName: '
|
|
880
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
881
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
874
882
|
}
|
|
875
883
|
},
|
|
876
884
|
{
|
|
@@ -886,8 +894,8 @@ describe('The Client class', function() {
|
|
|
886
894
|
'HostFibreChannelTargetTransport',
|
|
887
895
|
'HostTargetTransport'
|
|
888
896
|
],
|
|
889
|
-
nodeWorldWideName: '
|
|
890
|
-
portWorldWideName: '
|
|
897
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
898
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
891
899
|
}
|
|
892
900
|
},
|
|
893
901
|
{
|
|
@@ -903,8 +911,8 @@ describe('The Client class', function() {
|
|
|
903
911
|
'HostFibreChannelTargetTransport',
|
|
904
912
|
'HostTargetTransport'
|
|
905
913
|
],
|
|
906
|
-
nodeWorldWideName: '
|
|
907
|
-
portWorldWideName: '
|
|
914
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
915
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
908
916
|
}
|
|
909
917
|
}
|
|
910
918
|
],
|
|
@@ -933,8 +941,8 @@ describe('The Client class', function() {
|
|
|
933
941
|
'HostFibreChannelTargetTransport',
|
|
934
942
|
'HostTargetTransport'
|
|
935
943
|
],
|
|
936
|
-
nodeWorldWideName: '
|
|
937
|
-
portWorldWideName: '
|
|
944
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
945
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
938
946
|
}
|
|
939
947
|
},
|
|
940
948
|
{
|
|
@@ -950,8 +958,8 @@ describe('The Client class', function() {
|
|
|
950
958
|
'HostFibreChannelTargetTransport',
|
|
951
959
|
'HostTargetTransport'
|
|
952
960
|
],
|
|
953
|
-
nodeWorldWideName: '
|
|
954
|
-
portWorldWideName: '
|
|
961
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
962
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
955
963
|
}
|
|
956
964
|
},
|
|
957
965
|
{
|
|
@@ -967,8 +975,8 @@ describe('The Client class', function() {
|
|
|
967
975
|
'HostFibreChannelTargetTransport',
|
|
968
976
|
'HostTargetTransport'
|
|
969
977
|
],
|
|
970
|
-
nodeWorldWideName: '
|
|
971
|
-
portWorldWideName: '
|
|
978
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
979
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
972
980
|
}
|
|
973
981
|
},
|
|
974
982
|
{
|
|
@@ -984,8 +992,8 @@ describe('The Client class', function() {
|
|
|
984
992
|
'HostFibreChannelTargetTransport',
|
|
985
993
|
'HostTargetTransport'
|
|
986
994
|
],
|
|
987
|
-
nodeWorldWideName: '
|
|
988
|
-
portWorldWideName: '
|
|
995
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
996
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
989
997
|
}
|
|
990
998
|
}
|
|
991
999
|
],
|
|
@@ -1014,8 +1022,8 @@ describe('The Client class', function() {
|
|
|
1014
1022
|
'HostFibreChannelTargetTransport',
|
|
1015
1023
|
'HostTargetTransport'
|
|
1016
1024
|
],
|
|
1017
|
-
nodeWorldWideName: '
|
|
1018
|
-
portWorldWideName: '
|
|
1025
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1026
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
1019
1027
|
}
|
|
1020
1028
|
},
|
|
1021
1029
|
{
|
|
@@ -1031,8 +1039,8 @@ describe('The Client class', function() {
|
|
|
1031
1039
|
'HostFibreChannelTargetTransport',
|
|
1032
1040
|
'HostTargetTransport'
|
|
1033
1041
|
],
|
|
1034
|
-
nodeWorldWideName: '
|
|
1035
|
-
portWorldWideName: '
|
|
1042
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1043
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
1036
1044
|
}
|
|
1037
1045
|
},
|
|
1038
1046
|
{
|
|
@@ -1048,8 +1056,8 @@ describe('The Client class', function() {
|
|
|
1048
1056
|
'HostFibreChannelTargetTransport',
|
|
1049
1057
|
'HostTargetTransport'
|
|
1050
1058
|
],
|
|
1051
|
-
nodeWorldWideName: '
|
|
1052
|
-
portWorldWideName: '
|
|
1059
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1060
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
1053
1061
|
}
|
|
1054
1062
|
},
|
|
1055
1063
|
{
|
|
@@ -1065,8 +1073,8 @@ describe('The Client class', function() {
|
|
|
1065
1073
|
'HostFibreChannelTargetTransport',
|
|
1066
1074
|
'HostTargetTransport'
|
|
1067
1075
|
],
|
|
1068
|
-
nodeWorldWideName: '
|
|
1069
|
-
portWorldWideName: '
|
|
1076
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1077
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
1070
1078
|
}
|
|
1071
1079
|
}
|
|
1072
1080
|
],
|
|
@@ -1095,8 +1103,8 @@ describe('The Client class', function() {
|
|
|
1095
1103
|
'HostFibreChannelTargetTransport',
|
|
1096
1104
|
'HostTargetTransport'
|
|
1097
1105
|
],
|
|
1098
|
-
nodeWorldWideName: '
|
|
1099
|
-
portWorldWideName: '
|
|
1106
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1107
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
1100
1108
|
}
|
|
1101
1109
|
},
|
|
1102
1110
|
{
|
|
@@ -1112,8 +1120,8 @@ describe('The Client class', function() {
|
|
|
1112
1120
|
'HostFibreChannelTargetTransport',
|
|
1113
1121
|
'HostTargetTransport'
|
|
1114
1122
|
],
|
|
1115
|
-
nodeWorldWideName: '
|
|
1116
|
-
portWorldWideName: '
|
|
1123
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1124
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
1117
1125
|
}
|
|
1118
1126
|
},
|
|
1119
1127
|
{
|
|
@@ -1129,8 +1137,8 @@ describe('The Client class', function() {
|
|
|
1129
1137
|
'HostFibreChannelTargetTransport',
|
|
1130
1138
|
'HostTargetTransport'
|
|
1131
1139
|
],
|
|
1132
|
-
nodeWorldWideName: '
|
|
1133
|
-
portWorldWideName: '
|
|
1140
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1141
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
1134
1142
|
}
|
|
1135
1143
|
},
|
|
1136
1144
|
{
|
|
@@ -1146,8 +1154,8 @@ describe('The Client class', function() {
|
|
|
1146
1154
|
'HostFibreChannelTargetTransport',
|
|
1147
1155
|
'HostTargetTransport'
|
|
1148
1156
|
],
|
|
1149
|
-
nodeWorldWideName: '
|
|
1150
|
-
portWorldWideName: '
|
|
1157
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1158
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
1151
1159
|
}
|
|
1152
1160
|
}
|
|
1153
1161
|
],
|
|
@@ -1176,8 +1184,8 @@ describe('The Client class', function() {
|
|
|
1176
1184
|
'HostFibreChannelTargetTransport',
|
|
1177
1185
|
'HostTargetTransport'
|
|
1178
1186
|
],
|
|
1179
|
-
nodeWorldWideName: '
|
|
1180
|
-
portWorldWideName: '
|
|
1187
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1188
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
1181
1189
|
}
|
|
1182
1190
|
},
|
|
1183
1191
|
{
|
|
@@ -1193,8 +1201,8 @@ describe('The Client class', function() {
|
|
|
1193
1201
|
'HostFibreChannelTargetTransport',
|
|
1194
1202
|
'HostTargetTransport'
|
|
1195
1203
|
],
|
|
1196
|
-
nodeWorldWideName: '
|
|
1197
|
-
portWorldWideName: '
|
|
1204
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1205
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
1198
1206
|
}
|
|
1199
1207
|
},
|
|
1200
1208
|
{
|
|
@@ -1210,8 +1218,8 @@ describe('The Client class', function() {
|
|
|
1210
1218
|
'HostFibreChannelTargetTransport',
|
|
1211
1219
|
'HostTargetTransport'
|
|
1212
1220
|
],
|
|
1213
|
-
nodeWorldWideName: '
|
|
1214
|
-
portWorldWideName: '
|
|
1221
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1222
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
1215
1223
|
}
|
|
1216
1224
|
},
|
|
1217
1225
|
{
|
|
@@ -1227,8 +1235,8 @@ describe('The Client class', function() {
|
|
|
1227
1235
|
'HostFibreChannelTargetTransport',
|
|
1228
1236
|
'HostTargetTransport'
|
|
1229
1237
|
],
|
|
1230
|
-
nodeWorldWideName: '
|
|
1231
|
-
portWorldWideName: '
|
|
1238
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1239
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
1232
1240
|
}
|
|
1233
1241
|
}
|
|
1234
1242
|
],
|
|
@@ -1257,8 +1265,8 @@ describe('The Client class', function() {
|
|
|
1257
1265
|
'HostFibreChannelTargetTransport',
|
|
1258
1266
|
'HostTargetTransport'
|
|
1259
1267
|
],
|
|
1260
|
-
nodeWorldWideName: '
|
|
1261
|
-
portWorldWideName: '
|
|
1268
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1269
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
1262
1270
|
}
|
|
1263
1271
|
},
|
|
1264
1272
|
{
|
|
@@ -1274,8 +1282,8 @@ describe('The Client class', function() {
|
|
|
1274
1282
|
'HostFibreChannelTargetTransport',
|
|
1275
1283
|
'HostTargetTransport'
|
|
1276
1284
|
],
|
|
1277
|
-
nodeWorldWideName: '
|
|
1278
|
-
portWorldWideName: '
|
|
1285
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1286
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
1279
1287
|
}
|
|
1280
1288
|
},
|
|
1281
1289
|
{
|
|
@@ -1291,8 +1299,8 @@ describe('The Client class', function() {
|
|
|
1291
1299
|
'HostFibreChannelTargetTransport',
|
|
1292
1300
|
'HostTargetTransport'
|
|
1293
1301
|
],
|
|
1294
|
-
nodeWorldWideName: '
|
|
1295
|
-
portWorldWideName: '
|
|
1302
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1303
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
1296
1304
|
}
|
|
1297
1305
|
},
|
|
1298
1306
|
{
|
|
@@ -1308,8 +1316,8 @@ describe('The Client class', function() {
|
|
|
1308
1316
|
'HostFibreChannelTargetTransport',
|
|
1309
1317
|
'HostTargetTransport'
|
|
1310
1318
|
],
|
|
1311
|
-
nodeWorldWideName: '
|
|
1312
|
-
portWorldWideName: '
|
|
1319
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1320
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
1313
1321
|
}
|
|
1314
1322
|
}
|
|
1315
1323
|
],
|
|
@@ -1338,8 +1346,8 @@ describe('The Client class', function() {
|
|
|
1338
1346
|
'HostFibreChannelTargetTransport',
|
|
1339
1347
|
'HostTargetTransport'
|
|
1340
1348
|
],
|
|
1341
|
-
nodeWorldWideName: '
|
|
1342
|
-
portWorldWideName: '
|
|
1349
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1350
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
1343
1351
|
}
|
|
1344
1352
|
},
|
|
1345
1353
|
{
|
|
@@ -1355,8 +1363,8 @@ describe('The Client class', function() {
|
|
|
1355
1363
|
'HostFibreChannelTargetTransport',
|
|
1356
1364
|
'HostTargetTransport'
|
|
1357
1365
|
],
|
|
1358
|
-
nodeWorldWideName: '
|
|
1359
|
-
portWorldWideName: '
|
|
1366
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1367
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
1360
1368
|
}
|
|
1361
1369
|
},
|
|
1362
1370
|
{
|
|
@@ -1372,8 +1380,8 @@ describe('The Client class', function() {
|
|
|
1372
1380
|
'HostFibreChannelTargetTransport',
|
|
1373
1381
|
'HostTargetTransport'
|
|
1374
1382
|
],
|
|
1375
|
-
nodeWorldWideName: '
|
|
1376
|
-
portWorldWideName: '
|
|
1383
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1384
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
1377
1385
|
}
|
|
1378
1386
|
},
|
|
1379
1387
|
{
|
|
@@ -1389,8 +1397,8 @@ describe('The Client class', function() {
|
|
|
1389
1397
|
'HostFibreChannelTargetTransport',
|
|
1390
1398
|
'HostTargetTransport'
|
|
1391
1399
|
],
|
|
1392
|
-
nodeWorldWideName: '
|
|
1393
|
-
portWorldWideName: '
|
|
1400
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1401
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
1394
1402
|
}
|
|
1395
1403
|
}
|
|
1396
1404
|
],
|
|
@@ -1975,8 +1983,8 @@ describe('The Client class', function() {
|
|
|
1975
1983
|
'HostFibreChannelTargetTransport',
|
|
1976
1984
|
'HostTargetTransport'
|
|
1977
1985
|
],
|
|
1978
|
-
nodeWorldWideName: '
|
|
1979
|
-
portWorldWideName: '
|
|
1986
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1987
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
1980
1988
|
}
|
|
1981
1989
|
},
|
|
1982
1990
|
{
|
|
@@ -1986,8 +1994,8 @@ describe('The Client class', function() {
|
|
|
1986
1994
|
'HostFibreChannelTargetTransport',
|
|
1987
1995
|
'HostTargetTransport'
|
|
1988
1996
|
],
|
|
1989
|
-
nodeWorldWideName: '
|
|
1990
|
-
portWorldWideName: '
|
|
1997
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
1998
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
1991
1999
|
}
|
|
1992
2000
|
},
|
|
1993
2001
|
{
|
|
@@ -1997,8 +2005,8 @@ describe('The Client class', function() {
|
|
|
1997
2005
|
'HostFibreChannelTargetTransport',
|
|
1998
2006
|
'HostTargetTransport'
|
|
1999
2007
|
],
|
|
2000
|
-
nodeWorldWideName: '
|
|
2001
|
-
portWorldWideName: '
|
|
2008
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
2009
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
2002
2010
|
}
|
|
2003
2011
|
},
|
|
2004
2012
|
{
|
|
@@ -2008,8 +2016,8 @@ describe('The Client class', function() {
|
|
|
2008
2016
|
'HostFibreChannelTargetTransport',
|
|
2009
2017
|
'HostTargetTransport'
|
|
2010
2018
|
],
|
|
2011
|
-
nodeWorldWideName: '
|
|
2012
|
-
portWorldWideName: '
|
|
2019
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
2020
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
2013
2021
|
}
|
|
2014
2022
|
}
|
|
2015
2023
|
]
|
|
@@ -2963,8 +2971,8 @@ describe('The Client class', function() {
|
|
|
2963
2971
|
'HostFibreChannelTargetTransport',
|
|
2964
2972
|
'HostTargetTransport'
|
|
2965
2973
|
],
|
|
2966
|
-
nodeWorldWideName: '
|
|
2967
|
-
portWorldWideName: '
|
|
2974
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
2975
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
2968
2976
|
}
|
|
2969
2977
|
},
|
|
2970
2978
|
{
|
|
@@ -3022,8 +3030,8 @@ describe('The Client class', function() {
|
|
|
3022
3030
|
'HostFibreChannelTargetTransport',
|
|
3023
3031
|
'HostTargetTransport'
|
|
3024
3032
|
],
|
|
3025
|
-
nodeWorldWideName: '
|
|
3026
|
-
portWorldWideName: '
|
|
3033
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
3034
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
3027
3035
|
}
|
|
3028
3036
|
}
|
|
3029
3037
|
]
|
|
@@ -3087,8 +3095,8 @@ describe('The Client class', function() {
|
|
|
3087
3095
|
'HostFibreChannelTargetTransport',
|
|
3088
3096
|
'HostTargetTransport'
|
|
3089
3097
|
],
|
|
3090
|
-
nodeWorldWideName: '
|
|
3091
|
-
portWorldWideName: '
|
|
3098
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
3099
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
3092
3100
|
}
|
|
3093
3101
|
},
|
|
3094
3102
|
{
|
|
@@ -3146,8 +3154,8 @@ describe('The Client class', function() {
|
|
|
3146
3154
|
'HostFibreChannelTargetTransport',
|
|
3147
3155
|
'HostTargetTransport'
|
|
3148
3156
|
],
|
|
3149
|
-
nodeWorldWideName: '
|
|
3150
|
-
portWorldWideName: '
|
|
3157
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
3158
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
3151
3159
|
}
|
|
3152
3160
|
}
|
|
3153
3161
|
]
|
|
@@ -3733,7 +3741,11 @@ describe('The Client class', function() {
|
|
|
3733
3741
|
driver: 'fnic',
|
|
3734
3742
|
key: 'key-vim.host.FibreChannelHba-vmhba1',
|
|
3735
3743
|
model: 'Cisco VIC FCoE HBA Driver',
|
|
3744
|
+
nodeWorldWideName: '20:00:00:25:B5:00:FF:0F',
|
|
3736
3745
|
pci: '0c:00.0',
|
|
3746
|
+
portType: 'unknown',
|
|
3747
|
+
portWorldWideName: '20:01:00:25:B5:A0:FF:0F',
|
|
3748
|
+
speed: 10,
|
|
3737
3749
|
status: 'online'
|
|
3738
3750
|
},
|
|
3739
3751
|
{
|
|
@@ -3742,7 +3754,11 @@ describe('The Client class', function() {
|
|
|
3742
3754
|
driver: 'fnic',
|
|
3743
3755
|
key: 'key-vim.host.FibreChannelHba-vmhba2',
|
|
3744
3756
|
model: 'Cisco VIC FCoE HBA Driver',
|
|
3757
|
+
nodeWorldWideName: '20:00:00:25:B5:00:FF:0F',
|
|
3745
3758
|
pci: '0d:00.0',
|
|
3759
|
+
portType: 'unknown',
|
|
3760
|
+
portWorldWideName: '20:01:00:25:B5:B0:FF:0F',
|
|
3761
|
+
speed: 10,
|
|
3746
3762
|
status: 'online'
|
|
3747
3763
|
}
|
|
3748
3764
|
],
|
|
@@ -3766,8 +3782,8 @@ describe('The Client class', function() {
|
|
|
3766
3782
|
'HostFibreChannelTargetTransport',
|
|
3767
3783
|
'HostTargetTransport'
|
|
3768
3784
|
],
|
|
3769
|
-
nodeWorldWideName: '
|
|
3770
|
-
portWorldWideName: '
|
|
3785
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
3786
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
3771
3787
|
}
|
|
3772
3788
|
},
|
|
3773
3789
|
{
|
|
@@ -3783,8 +3799,8 @@ describe('The Client class', function() {
|
|
|
3783
3799
|
'HostFibreChannelTargetTransport',
|
|
3784
3800
|
'HostTargetTransport'
|
|
3785
3801
|
],
|
|
3786
|
-
nodeWorldWideName: '
|
|
3787
|
-
portWorldWideName: '
|
|
3802
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
3803
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
3788
3804
|
}
|
|
3789
3805
|
},
|
|
3790
3806
|
{
|
|
@@ -3800,8 +3816,8 @@ describe('The Client class', function() {
|
|
|
3800
3816
|
'HostFibreChannelTargetTransport',
|
|
3801
3817
|
'HostTargetTransport'
|
|
3802
3818
|
],
|
|
3803
|
-
nodeWorldWideName: '
|
|
3804
|
-
portWorldWideName: '
|
|
3819
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
3820
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
3805
3821
|
}
|
|
3806
3822
|
},
|
|
3807
3823
|
{
|
|
@@ -3817,8 +3833,8 @@ describe('The Client class', function() {
|
|
|
3817
3833
|
'HostFibreChannelTargetTransport',
|
|
3818
3834
|
'HostTargetTransport'
|
|
3819
3835
|
],
|
|
3820
|
-
nodeWorldWideName: '
|
|
3821
|
-
portWorldWideName: '
|
|
3836
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
3837
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
3822
3838
|
}
|
|
3823
3839
|
}
|
|
3824
3840
|
],
|
|
@@ -3847,8 +3863,8 @@ describe('The Client class', function() {
|
|
|
3847
3863
|
'HostFibreChannelTargetTransport',
|
|
3848
3864
|
'HostTargetTransport'
|
|
3849
3865
|
],
|
|
3850
|
-
nodeWorldWideName: '
|
|
3851
|
-
portWorldWideName: '
|
|
3866
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
3867
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
3852
3868
|
}
|
|
3853
3869
|
},
|
|
3854
3870
|
{
|
|
@@ -3864,8 +3880,8 @@ describe('The Client class', function() {
|
|
|
3864
3880
|
'HostFibreChannelTargetTransport',
|
|
3865
3881
|
'HostTargetTransport'
|
|
3866
3882
|
],
|
|
3867
|
-
nodeWorldWideName: '
|
|
3868
|
-
portWorldWideName: '
|
|
3883
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
3884
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
3869
3885
|
}
|
|
3870
3886
|
},
|
|
3871
3887
|
{
|
|
@@ -3881,8 +3897,8 @@ describe('The Client class', function() {
|
|
|
3881
3897
|
'HostFibreChannelTargetTransport',
|
|
3882
3898
|
'HostTargetTransport'
|
|
3883
3899
|
],
|
|
3884
|
-
nodeWorldWideName: '
|
|
3885
|
-
portWorldWideName: '
|
|
3900
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
3901
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
3886
3902
|
}
|
|
3887
3903
|
},
|
|
3888
3904
|
{
|
|
@@ -3898,8 +3914,8 @@ describe('The Client class', function() {
|
|
|
3898
3914
|
'HostFibreChannelTargetTransport',
|
|
3899
3915
|
'HostTargetTransport'
|
|
3900
3916
|
],
|
|
3901
|
-
nodeWorldWideName: '
|
|
3902
|
-
portWorldWideName: '
|
|
3917
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
3918
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
3903
3919
|
}
|
|
3904
3920
|
}
|
|
3905
3921
|
],
|
|
@@ -3928,8 +3944,8 @@ describe('The Client class', function() {
|
|
|
3928
3944
|
'HostFibreChannelTargetTransport',
|
|
3929
3945
|
'HostTargetTransport'
|
|
3930
3946
|
],
|
|
3931
|
-
nodeWorldWideName: '
|
|
3932
|
-
portWorldWideName: '
|
|
3947
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
3948
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
3933
3949
|
}
|
|
3934
3950
|
},
|
|
3935
3951
|
{
|
|
@@ -3945,8 +3961,8 @@ describe('The Client class', function() {
|
|
|
3945
3961
|
'HostFibreChannelTargetTransport',
|
|
3946
3962
|
'HostTargetTransport'
|
|
3947
3963
|
],
|
|
3948
|
-
nodeWorldWideName: '
|
|
3949
|
-
portWorldWideName: '
|
|
3964
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
3965
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
3950
3966
|
}
|
|
3951
3967
|
},
|
|
3952
3968
|
{
|
|
@@ -3962,8 +3978,8 @@ describe('The Client class', function() {
|
|
|
3962
3978
|
'HostFibreChannelTargetTransport',
|
|
3963
3979
|
'HostTargetTransport'
|
|
3964
3980
|
],
|
|
3965
|
-
nodeWorldWideName: '
|
|
3966
|
-
portWorldWideName: '
|
|
3981
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
3982
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
3967
3983
|
}
|
|
3968
3984
|
},
|
|
3969
3985
|
{
|
|
@@ -3979,8 +3995,8 @@ describe('The Client class', function() {
|
|
|
3979
3995
|
'HostFibreChannelTargetTransport',
|
|
3980
3996
|
'HostTargetTransport'
|
|
3981
3997
|
],
|
|
3982
|
-
nodeWorldWideName: '
|
|
3983
|
-
portWorldWideName: '
|
|
3998
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
3999
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
3984
4000
|
}
|
|
3985
4001
|
}
|
|
3986
4002
|
],
|
|
@@ -4009,8 +4025,8 @@ describe('The Client class', function() {
|
|
|
4009
4025
|
'HostFibreChannelTargetTransport',
|
|
4010
4026
|
'HostTargetTransport'
|
|
4011
4027
|
],
|
|
4012
|
-
nodeWorldWideName: '
|
|
4013
|
-
portWorldWideName: '
|
|
4028
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4029
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
4014
4030
|
}
|
|
4015
4031
|
},
|
|
4016
4032
|
{
|
|
@@ -4026,8 +4042,8 @@ describe('The Client class', function() {
|
|
|
4026
4042
|
'HostFibreChannelTargetTransport',
|
|
4027
4043
|
'HostTargetTransport'
|
|
4028
4044
|
],
|
|
4029
|
-
nodeWorldWideName: '
|
|
4030
|
-
portWorldWideName: '
|
|
4045
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4046
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
4031
4047
|
}
|
|
4032
4048
|
},
|
|
4033
4049
|
{
|
|
@@ -4043,8 +4059,8 @@ describe('The Client class', function() {
|
|
|
4043
4059
|
'HostFibreChannelTargetTransport',
|
|
4044
4060
|
'HostTargetTransport'
|
|
4045
4061
|
],
|
|
4046
|
-
nodeWorldWideName: '
|
|
4047
|
-
portWorldWideName: '
|
|
4062
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4063
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
4048
4064
|
}
|
|
4049
4065
|
},
|
|
4050
4066
|
{
|
|
@@ -4060,8 +4076,8 @@ describe('The Client class', function() {
|
|
|
4060
4076
|
'HostFibreChannelTargetTransport',
|
|
4061
4077
|
'HostTargetTransport'
|
|
4062
4078
|
],
|
|
4063
|
-
nodeWorldWideName: '
|
|
4064
|
-
portWorldWideName: '
|
|
4079
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4080
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
4065
4081
|
}
|
|
4066
4082
|
}
|
|
4067
4083
|
],
|
|
@@ -4090,8 +4106,8 @@ describe('The Client class', function() {
|
|
|
4090
4106
|
'HostFibreChannelTargetTransport',
|
|
4091
4107
|
'HostTargetTransport'
|
|
4092
4108
|
],
|
|
4093
|
-
nodeWorldWideName: '
|
|
4094
|
-
portWorldWideName: '
|
|
4109
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4110
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
4095
4111
|
}
|
|
4096
4112
|
},
|
|
4097
4113
|
{
|
|
@@ -4107,8 +4123,8 @@ describe('The Client class', function() {
|
|
|
4107
4123
|
'HostFibreChannelTargetTransport',
|
|
4108
4124
|
'HostTargetTransport'
|
|
4109
4125
|
],
|
|
4110
|
-
nodeWorldWideName: '
|
|
4111
|
-
portWorldWideName: '
|
|
4126
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4127
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
4112
4128
|
}
|
|
4113
4129
|
},
|
|
4114
4130
|
{
|
|
@@ -4124,8 +4140,8 @@ describe('The Client class', function() {
|
|
|
4124
4140
|
'HostFibreChannelTargetTransport',
|
|
4125
4141
|
'HostTargetTransport'
|
|
4126
4142
|
],
|
|
4127
|
-
nodeWorldWideName: '
|
|
4128
|
-
portWorldWideName: '
|
|
4143
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4144
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
4129
4145
|
}
|
|
4130
4146
|
},
|
|
4131
4147
|
{
|
|
@@ -4141,8 +4157,8 @@ describe('The Client class', function() {
|
|
|
4141
4157
|
'HostFibreChannelTargetTransport',
|
|
4142
4158
|
'HostTargetTransport'
|
|
4143
4159
|
],
|
|
4144
|
-
nodeWorldWideName: '
|
|
4145
|
-
portWorldWideName: '
|
|
4160
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4161
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
4146
4162
|
}
|
|
4147
4163
|
}
|
|
4148
4164
|
],
|
|
@@ -4171,8 +4187,8 @@ describe('The Client class', function() {
|
|
|
4171
4187
|
'HostFibreChannelTargetTransport',
|
|
4172
4188
|
'HostTargetTransport'
|
|
4173
4189
|
],
|
|
4174
|
-
nodeWorldWideName: '
|
|
4175
|
-
portWorldWideName: '
|
|
4190
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4191
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
4176
4192
|
}
|
|
4177
4193
|
},
|
|
4178
4194
|
{
|
|
@@ -4188,8 +4204,8 @@ describe('The Client class', function() {
|
|
|
4188
4204
|
'HostFibreChannelTargetTransport',
|
|
4189
4205
|
'HostTargetTransport'
|
|
4190
4206
|
],
|
|
4191
|
-
nodeWorldWideName: '
|
|
4192
|
-
portWorldWideName: '
|
|
4207
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4208
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
4193
4209
|
}
|
|
4194
4210
|
},
|
|
4195
4211
|
{
|
|
@@ -4205,8 +4221,8 @@ describe('The Client class', function() {
|
|
|
4205
4221
|
'HostFibreChannelTargetTransport',
|
|
4206
4222
|
'HostTargetTransport'
|
|
4207
4223
|
],
|
|
4208
|
-
nodeWorldWideName: '
|
|
4209
|
-
portWorldWideName: '
|
|
4224
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4225
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
4210
4226
|
}
|
|
4211
4227
|
},
|
|
4212
4228
|
{
|
|
@@ -4222,8 +4238,8 @@ describe('The Client class', function() {
|
|
|
4222
4238
|
'HostFibreChannelTargetTransport',
|
|
4223
4239
|
'HostTargetTransport'
|
|
4224
4240
|
],
|
|
4225
|
-
nodeWorldWideName: '
|
|
4226
|
-
portWorldWideName: '
|
|
4241
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4242
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
4227
4243
|
}
|
|
4228
4244
|
}
|
|
4229
4245
|
],
|
|
@@ -4252,8 +4268,8 @@ describe('The Client class', function() {
|
|
|
4252
4268
|
'HostFibreChannelTargetTransport',
|
|
4253
4269
|
'HostTargetTransport'
|
|
4254
4270
|
],
|
|
4255
|
-
nodeWorldWideName: '
|
|
4256
|
-
portWorldWideName: '
|
|
4271
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4272
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
4257
4273
|
}
|
|
4258
4274
|
},
|
|
4259
4275
|
{
|
|
@@ -4269,8 +4285,8 @@ describe('The Client class', function() {
|
|
|
4269
4285
|
'HostFibreChannelTargetTransport',
|
|
4270
4286
|
'HostTargetTransport'
|
|
4271
4287
|
],
|
|
4272
|
-
nodeWorldWideName: '
|
|
4273
|
-
portWorldWideName: '
|
|
4288
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4289
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
4274
4290
|
}
|
|
4275
4291
|
},
|
|
4276
4292
|
{
|
|
@@ -4286,8 +4302,8 @@ describe('The Client class', function() {
|
|
|
4286
4302
|
'HostFibreChannelTargetTransport',
|
|
4287
4303
|
'HostTargetTransport'
|
|
4288
4304
|
],
|
|
4289
|
-
nodeWorldWideName: '
|
|
4290
|
-
portWorldWideName: '
|
|
4305
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4306
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
4291
4307
|
}
|
|
4292
4308
|
},
|
|
4293
4309
|
{
|
|
@@ -4303,8 +4319,8 @@ describe('The Client class', function() {
|
|
|
4303
4319
|
'HostFibreChannelTargetTransport',
|
|
4304
4320
|
'HostTargetTransport'
|
|
4305
4321
|
],
|
|
4306
|
-
nodeWorldWideName: '
|
|
4307
|
-
portWorldWideName: '
|
|
4322
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4323
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
4308
4324
|
}
|
|
4309
4325
|
}
|
|
4310
4326
|
],
|
|
@@ -4333,8 +4349,8 @@ describe('The Client class', function() {
|
|
|
4333
4349
|
'HostFibreChannelTargetTransport',
|
|
4334
4350
|
'HostTargetTransport'
|
|
4335
4351
|
],
|
|
4336
|
-
nodeWorldWideName: '
|
|
4337
|
-
portWorldWideName: '
|
|
4352
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4353
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
4338
4354
|
}
|
|
4339
4355
|
},
|
|
4340
4356
|
{
|
|
@@ -4350,8 +4366,8 @@ describe('The Client class', function() {
|
|
|
4350
4366
|
'HostFibreChannelTargetTransport',
|
|
4351
4367
|
'HostTargetTransport'
|
|
4352
4368
|
],
|
|
4353
|
-
nodeWorldWideName: '
|
|
4354
|
-
portWorldWideName: '
|
|
4369
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4370
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
4355
4371
|
}
|
|
4356
4372
|
},
|
|
4357
4373
|
{
|
|
@@ -4367,8 +4383,8 @@ describe('The Client class', function() {
|
|
|
4367
4383
|
'HostFibreChannelTargetTransport',
|
|
4368
4384
|
'HostTargetTransport'
|
|
4369
4385
|
],
|
|
4370
|
-
nodeWorldWideName: '
|
|
4371
|
-
portWorldWideName: '
|
|
4386
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4387
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
4372
4388
|
}
|
|
4373
4389
|
},
|
|
4374
4390
|
{
|
|
@@ -4384,8 +4400,8 @@ describe('The Client class', function() {
|
|
|
4384
4400
|
'HostFibreChannelTargetTransport',
|
|
4385
4401
|
'HostTargetTransport'
|
|
4386
4402
|
],
|
|
4387
|
-
nodeWorldWideName: '
|
|
4388
|
-
portWorldWideName: '
|
|
4403
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4404
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
4389
4405
|
}
|
|
4390
4406
|
}
|
|
4391
4407
|
],
|
|
@@ -4414,8 +4430,8 @@ describe('The Client class', function() {
|
|
|
4414
4430
|
'HostFibreChannelTargetTransport',
|
|
4415
4431
|
'HostTargetTransport'
|
|
4416
4432
|
],
|
|
4417
|
-
nodeWorldWideName: '
|
|
4418
|
-
portWorldWideName: '
|
|
4433
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4434
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
4419
4435
|
}
|
|
4420
4436
|
},
|
|
4421
4437
|
{
|
|
@@ -4431,8 +4447,8 @@ describe('The Client class', function() {
|
|
|
4431
4447
|
'HostFibreChannelTargetTransport',
|
|
4432
4448
|
'HostTargetTransport'
|
|
4433
4449
|
],
|
|
4434
|
-
nodeWorldWideName: '
|
|
4435
|
-
portWorldWideName: '
|
|
4450
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4451
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
4436
4452
|
}
|
|
4437
4453
|
},
|
|
4438
4454
|
{
|
|
@@ -4448,8 +4464,8 @@ describe('The Client class', function() {
|
|
|
4448
4464
|
'HostFibreChannelTargetTransport',
|
|
4449
4465
|
'HostTargetTransport'
|
|
4450
4466
|
],
|
|
4451
|
-
nodeWorldWideName: '
|
|
4452
|
-
portWorldWideName: '
|
|
4467
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4468
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
4453
4469
|
}
|
|
4454
4470
|
},
|
|
4455
4471
|
{
|
|
@@ -4465,8 +4481,8 @@ describe('The Client class', function() {
|
|
|
4465
4481
|
'HostFibreChannelTargetTransport',
|
|
4466
4482
|
'HostTargetTransport'
|
|
4467
4483
|
],
|
|
4468
|
-
nodeWorldWideName: '
|
|
4469
|
-
portWorldWideName: '
|
|
4484
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
4485
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
4470
4486
|
}
|
|
4471
4487
|
}
|
|
4472
4488
|
],
|
|
@@ -5051,8 +5067,8 @@ describe('The Client class', function() {
|
|
|
5051
5067
|
'HostFibreChannelTargetTransport',
|
|
5052
5068
|
'HostTargetTransport'
|
|
5053
5069
|
],
|
|
5054
|
-
nodeWorldWideName: '
|
|
5055
|
-
portWorldWideName: '
|
|
5070
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
5071
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
5056
5072
|
}
|
|
5057
5073
|
},
|
|
5058
5074
|
{
|
|
@@ -5062,8 +5078,8 @@ describe('The Client class', function() {
|
|
|
5062
5078
|
'HostFibreChannelTargetTransport',
|
|
5063
5079
|
'HostTargetTransport'
|
|
5064
5080
|
],
|
|
5065
|
-
nodeWorldWideName: '
|
|
5066
|
-
portWorldWideName: '
|
|
5081
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
5082
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
5067
5083
|
}
|
|
5068
5084
|
},
|
|
5069
5085
|
{
|
|
@@ -5073,8 +5089,8 @@ describe('The Client class', function() {
|
|
|
5073
5089
|
'HostFibreChannelTargetTransport',
|
|
5074
5090
|
'HostTargetTransport'
|
|
5075
5091
|
],
|
|
5076
|
-
nodeWorldWideName: '
|
|
5077
|
-
portWorldWideName: '
|
|
5092
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
5093
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
5078
5094
|
}
|
|
5079
5095
|
},
|
|
5080
5096
|
{
|
|
@@ -5084,8 +5100,8 @@ describe('The Client class', function() {
|
|
|
5084
5100
|
'HostFibreChannelTargetTransport',
|
|
5085
5101
|
'HostTargetTransport'
|
|
5086
5102
|
],
|
|
5087
|
-
nodeWorldWideName: '
|
|
5088
|
-
portWorldWideName: '
|
|
5103
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
5104
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
5089
5105
|
}
|
|
5090
5106
|
}
|
|
5091
5107
|
]
|
|
@@ -6039,8 +6055,8 @@ describe('The Client class', function() {
|
|
|
6039
6055
|
'HostFibreChannelTargetTransport',
|
|
6040
6056
|
'HostTargetTransport'
|
|
6041
6057
|
],
|
|
6042
|
-
nodeWorldWideName: '
|
|
6043
|
-
portWorldWideName: '
|
|
6058
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
6059
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
6044
6060
|
}
|
|
6045
6061
|
},
|
|
6046
6062
|
{
|
|
@@ -6098,8 +6114,8 @@ describe('The Client class', function() {
|
|
|
6098
6114
|
'HostFibreChannelTargetTransport',
|
|
6099
6115
|
'HostTargetTransport'
|
|
6100
6116
|
],
|
|
6101
|
-
nodeWorldWideName: '
|
|
6102
|
-
portWorldWideName: '
|
|
6117
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
6118
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
6103
6119
|
}
|
|
6104
6120
|
}
|
|
6105
6121
|
]
|
|
@@ -6163,8 +6179,8 @@ describe('The Client class', function() {
|
|
|
6163
6179
|
'HostFibreChannelTargetTransport',
|
|
6164
6180
|
'HostTargetTransport'
|
|
6165
6181
|
],
|
|
6166
|
-
nodeWorldWideName: '
|
|
6167
|
-
portWorldWideName: '
|
|
6182
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
6183
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
6168
6184
|
}
|
|
6169
6185
|
},
|
|
6170
6186
|
{
|
|
@@ -6222,8 +6238,8 @@ describe('The Client class', function() {
|
|
|
6222
6238
|
'HostFibreChannelTargetTransport',
|
|
6223
6239
|
'HostTargetTransport'
|
|
6224
6240
|
],
|
|
6225
|
-
nodeWorldWideName: '
|
|
6226
|
-
portWorldWideName: '
|
|
6241
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
6242
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
6227
6243
|
}
|
|
6228
6244
|
}
|
|
6229
6245
|
]
|
|
@@ -6816,7 +6832,11 @@ describe('The Client class', function() {
|
|
|
6816
6832
|
driver: 'fnic',
|
|
6817
6833
|
key: 'key-vim.host.FibreChannelHba-vmhba2',
|
|
6818
6834
|
model: 'Cisco VIC FCoE HBA Driver',
|
|
6835
|
+
nodeWorldWideName: '20:00:00:25:B5:00:FF:1F',
|
|
6819
6836
|
pci: '0d:00.0',
|
|
6837
|
+
portType: 'unknown',
|
|
6838
|
+
portWorldWideName: '20:01:00:25:B5:B0:FF:1F',
|
|
6839
|
+
speed: 10,
|
|
6820
6840
|
status: 'online'
|
|
6821
6841
|
},
|
|
6822
6842
|
{
|
|
@@ -6825,7 +6845,11 @@ describe('The Client class', function() {
|
|
|
6825
6845
|
driver: 'fnic',
|
|
6826
6846
|
key: 'key-vim.host.FibreChannelHba-vmhba1',
|
|
6827
6847
|
model: 'Cisco VIC FCoE HBA Driver',
|
|
6848
|
+
nodeWorldWideName: '20:00:00:25:B5:00:FF:1F',
|
|
6828
6849
|
pci: '0c:00.0',
|
|
6850
|
+
portType: 'unknown',
|
|
6851
|
+
portWorldWideName: '20:01:00:25:B5:A0:FF:1F',
|
|
6852
|
+
speed: 10,
|
|
6829
6853
|
status: 'online'
|
|
6830
6854
|
}
|
|
6831
6855
|
],
|
|
@@ -6849,8 +6873,8 @@ describe('The Client class', function() {
|
|
|
6849
6873
|
'HostFibreChannelTargetTransport',
|
|
6850
6874
|
'HostTargetTransport'
|
|
6851
6875
|
],
|
|
6852
|
-
nodeWorldWideName: '
|
|
6853
|
-
portWorldWideName: '
|
|
6876
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
6877
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
6854
6878
|
}
|
|
6855
6879
|
},
|
|
6856
6880
|
{
|
|
@@ -6866,8 +6890,8 @@ describe('The Client class', function() {
|
|
|
6866
6890
|
'HostFibreChannelTargetTransport',
|
|
6867
6891
|
'HostTargetTransport'
|
|
6868
6892
|
],
|
|
6869
|
-
nodeWorldWideName: '
|
|
6870
|
-
portWorldWideName: '
|
|
6893
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
6894
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
6871
6895
|
}
|
|
6872
6896
|
},
|
|
6873
6897
|
{
|
|
@@ -6883,8 +6907,8 @@ describe('The Client class', function() {
|
|
|
6883
6907
|
'HostFibreChannelTargetTransport',
|
|
6884
6908
|
'HostTargetTransport'
|
|
6885
6909
|
],
|
|
6886
|
-
nodeWorldWideName: '
|
|
6887
|
-
portWorldWideName: '
|
|
6910
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
6911
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
6888
6912
|
}
|
|
6889
6913
|
},
|
|
6890
6914
|
{
|
|
@@ -6900,8 +6924,8 @@ describe('The Client class', function() {
|
|
|
6900
6924
|
'HostFibreChannelTargetTransport',
|
|
6901
6925
|
'HostTargetTransport'
|
|
6902
6926
|
],
|
|
6903
|
-
nodeWorldWideName: '
|
|
6904
|
-
portWorldWideName: '
|
|
6927
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
6928
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
6905
6929
|
}
|
|
6906
6930
|
}
|
|
6907
6931
|
],
|
|
@@ -6930,8 +6954,8 @@ describe('The Client class', function() {
|
|
|
6930
6954
|
'HostFibreChannelTargetTransport',
|
|
6931
6955
|
'HostTargetTransport'
|
|
6932
6956
|
],
|
|
6933
|
-
nodeWorldWideName: '
|
|
6934
|
-
portWorldWideName: '
|
|
6957
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
6958
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
6935
6959
|
}
|
|
6936
6960
|
},
|
|
6937
6961
|
{
|
|
@@ -6947,8 +6971,8 @@ describe('The Client class', function() {
|
|
|
6947
6971
|
'HostFibreChannelTargetTransport',
|
|
6948
6972
|
'HostTargetTransport'
|
|
6949
6973
|
],
|
|
6950
|
-
nodeWorldWideName: '
|
|
6951
|
-
portWorldWideName: '
|
|
6974
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
6975
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
6952
6976
|
}
|
|
6953
6977
|
},
|
|
6954
6978
|
{
|
|
@@ -6964,8 +6988,8 @@ describe('The Client class', function() {
|
|
|
6964
6988
|
'HostFibreChannelTargetTransport',
|
|
6965
6989
|
'HostTargetTransport'
|
|
6966
6990
|
],
|
|
6967
|
-
nodeWorldWideName: '
|
|
6968
|
-
portWorldWideName: '
|
|
6991
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
6992
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
6969
6993
|
}
|
|
6970
6994
|
},
|
|
6971
6995
|
{
|
|
@@ -6981,8 +7005,8 @@ describe('The Client class', function() {
|
|
|
6981
7005
|
'HostFibreChannelTargetTransport',
|
|
6982
7006
|
'HostTargetTransport'
|
|
6983
7007
|
],
|
|
6984
|
-
nodeWorldWideName: '
|
|
6985
|
-
portWorldWideName: '
|
|
7008
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7009
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
6986
7010
|
}
|
|
6987
7011
|
}
|
|
6988
7012
|
],
|
|
@@ -7011,8 +7035,8 @@ describe('The Client class', function() {
|
|
|
7011
7035
|
'HostFibreChannelTargetTransport',
|
|
7012
7036
|
'HostTargetTransport'
|
|
7013
7037
|
],
|
|
7014
|
-
nodeWorldWideName: '
|
|
7015
|
-
portWorldWideName: '
|
|
7038
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7039
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
7016
7040
|
}
|
|
7017
7041
|
},
|
|
7018
7042
|
{
|
|
@@ -7028,8 +7052,8 @@ describe('The Client class', function() {
|
|
|
7028
7052
|
'HostFibreChannelTargetTransport',
|
|
7029
7053
|
'HostTargetTransport'
|
|
7030
7054
|
],
|
|
7031
|
-
nodeWorldWideName: '
|
|
7032
|
-
portWorldWideName: '
|
|
7055
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7056
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
7033
7057
|
}
|
|
7034
7058
|
},
|
|
7035
7059
|
{
|
|
@@ -7045,8 +7069,8 @@ describe('The Client class', function() {
|
|
|
7045
7069
|
'HostFibreChannelTargetTransport',
|
|
7046
7070
|
'HostTargetTransport'
|
|
7047
7071
|
],
|
|
7048
|
-
nodeWorldWideName: '
|
|
7049
|
-
portWorldWideName: '
|
|
7072
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7073
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
7050
7074
|
}
|
|
7051
7075
|
},
|
|
7052
7076
|
{
|
|
@@ -7062,8 +7086,8 @@ describe('The Client class', function() {
|
|
|
7062
7086
|
'HostFibreChannelTargetTransport',
|
|
7063
7087
|
'HostTargetTransport'
|
|
7064
7088
|
],
|
|
7065
|
-
nodeWorldWideName: '
|
|
7066
|
-
portWorldWideName: '
|
|
7089
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7090
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
7067
7091
|
}
|
|
7068
7092
|
}
|
|
7069
7093
|
],
|
|
@@ -7092,8 +7116,8 @@ describe('The Client class', function() {
|
|
|
7092
7116
|
'HostFibreChannelTargetTransport',
|
|
7093
7117
|
'HostTargetTransport'
|
|
7094
7118
|
],
|
|
7095
|
-
nodeWorldWideName: '
|
|
7096
|
-
portWorldWideName: '
|
|
7119
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7120
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
7097
7121
|
}
|
|
7098
7122
|
},
|
|
7099
7123
|
{
|
|
@@ -7109,8 +7133,8 @@ describe('The Client class', function() {
|
|
|
7109
7133
|
'HostFibreChannelTargetTransport',
|
|
7110
7134
|
'HostTargetTransport'
|
|
7111
7135
|
],
|
|
7112
|
-
nodeWorldWideName: '
|
|
7113
|
-
portWorldWideName: '
|
|
7136
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7137
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
7114
7138
|
}
|
|
7115
7139
|
},
|
|
7116
7140
|
{
|
|
@@ -7126,8 +7150,8 @@ describe('The Client class', function() {
|
|
|
7126
7150
|
'HostFibreChannelTargetTransport',
|
|
7127
7151
|
'HostTargetTransport'
|
|
7128
7152
|
],
|
|
7129
|
-
nodeWorldWideName: '
|
|
7130
|
-
portWorldWideName: '
|
|
7153
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7154
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
7131
7155
|
}
|
|
7132
7156
|
},
|
|
7133
7157
|
{
|
|
@@ -7143,8 +7167,8 @@ describe('The Client class', function() {
|
|
|
7143
7167
|
'HostFibreChannelTargetTransport',
|
|
7144
7168
|
'HostTargetTransport'
|
|
7145
7169
|
],
|
|
7146
|
-
nodeWorldWideName: '
|
|
7147
|
-
portWorldWideName: '
|
|
7170
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7171
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
7148
7172
|
}
|
|
7149
7173
|
}
|
|
7150
7174
|
],
|
|
@@ -7173,8 +7197,8 @@ describe('The Client class', function() {
|
|
|
7173
7197
|
'HostFibreChannelTargetTransport',
|
|
7174
7198
|
'HostTargetTransport'
|
|
7175
7199
|
],
|
|
7176
|
-
nodeWorldWideName: '
|
|
7177
|
-
portWorldWideName: '
|
|
7200
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7201
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
7178
7202
|
}
|
|
7179
7203
|
},
|
|
7180
7204
|
{
|
|
@@ -7190,8 +7214,8 @@ describe('The Client class', function() {
|
|
|
7190
7214
|
'HostFibreChannelTargetTransport',
|
|
7191
7215
|
'HostTargetTransport'
|
|
7192
7216
|
],
|
|
7193
|
-
nodeWorldWideName: '
|
|
7194
|
-
portWorldWideName: '
|
|
7217
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7218
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
7195
7219
|
}
|
|
7196
7220
|
},
|
|
7197
7221
|
{
|
|
@@ -7207,8 +7231,8 @@ describe('The Client class', function() {
|
|
|
7207
7231
|
'HostFibreChannelTargetTransport',
|
|
7208
7232
|
'HostTargetTransport'
|
|
7209
7233
|
],
|
|
7210
|
-
nodeWorldWideName: '
|
|
7211
|
-
portWorldWideName: '
|
|
7234
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7235
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
7212
7236
|
}
|
|
7213
7237
|
},
|
|
7214
7238
|
{
|
|
@@ -7224,8 +7248,8 @@ describe('The Client class', function() {
|
|
|
7224
7248
|
'HostFibreChannelTargetTransport',
|
|
7225
7249
|
'HostTargetTransport'
|
|
7226
7250
|
],
|
|
7227
|
-
nodeWorldWideName: '
|
|
7228
|
-
portWorldWideName: '
|
|
7251
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7252
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
7229
7253
|
}
|
|
7230
7254
|
}
|
|
7231
7255
|
],
|
|
@@ -7254,8 +7278,8 @@ describe('The Client class', function() {
|
|
|
7254
7278
|
'HostFibreChannelTargetTransport',
|
|
7255
7279
|
'HostTargetTransport'
|
|
7256
7280
|
],
|
|
7257
|
-
nodeWorldWideName: '
|
|
7258
|
-
portWorldWideName: '
|
|
7281
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7282
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
7259
7283
|
}
|
|
7260
7284
|
},
|
|
7261
7285
|
{
|
|
@@ -7271,8 +7295,8 @@ describe('The Client class', function() {
|
|
|
7271
7295
|
'HostFibreChannelTargetTransport',
|
|
7272
7296
|
'HostTargetTransport'
|
|
7273
7297
|
],
|
|
7274
|
-
nodeWorldWideName: '
|
|
7275
|
-
portWorldWideName: '
|
|
7298
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7299
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
7276
7300
|
}
|
|
7277
7301
|
},
|
|
7278
7302
|
{
|
|
@@ -7288,8 +7312,8 @@ describe('The Client class', function() {
|
|
|
7288
7312
|
'HostFibreChannelTargetTransport',
|
|
7289
7313
|
'HostTargetTransport'
|
|
7290
7314
|
],
|
|
7291
|
-
nodeWorldWideName: '
|
|
7292
|
-
portWorldWideName: '
|
|
7315
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7316
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
7293
7317
|
}
|
|
7294
7318
|
},
|
|
7295
7319
|
{
|
|
@@ -7305,8 +7329,8 @@ describe('The Client class', function() {
|
|
|
7305
7329
|
'HostFibreChannelTargetTransport',
|
|
7306
7330
|
'HostTargetTransport'
|
|
7307
7331
|
],
|
|
7308
|
-
nodeWorldWideName: '
|
|
7309
|
-
portWorldWideName: '
|
|
7332
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7333
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
7310
7334
|
}
|
|
7311
7335
|
}
|
|
7312
7336
|
],
|
|
@@ -7335,8 +7359,8 @@ describe('The Client class', function() {
|
|
|
7335
7359
|
'HostFibreChannelTargetTransport',
|
|
7336
7360
|
'HostTargetTransport'
|
|
7337
7361
|
],
|
|
7338
|
-
nodeWorldWideName: '
|
|
7339
|
-
portWorldWideName: '
|
|
7362
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7363
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
7340
7364
|
}
|
|
7341
7365
|
},
|
|
7342
7366
|
{
|
|
@@ -7352,8 +7376,8 @@ describe('The Client class', function() {
|
|
|
7352
7376
|
'HostFibreChannelTargetTransport',
|
|
7353
7377
|
'HostTargetTransport'
|
|
7354
7378
|
],
|
|
7355
|
-
nodeWorldWideName: '
|
|
7356
|
-
portWorldWideName: '
|
|
7379
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7380
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
7357
7381
|
}
|
|
7358
7382
|
},
|
|
7359
7383
|
{
|
|
@@ -7369,8 +7393,8 @@ describe('The Client class', function() {
|
|
|
7369
7393
|
'HostFibreChannelTargetTransport',
|
|
7370
7394
|
'HostTargetTransport'
|
|
7371
7395
|
],
|
|
7372
|
-
nodeWorldWideName: '
|
|
7373
|
-
portWorldWideName: '
|
|
7396
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7397
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
7374
7398
|
}
|
|
7375
7399
|
},
|
|
7376
7400
|
{
|
|
@@ -7386,8 +7410,8 @@ describe('The Client class', function() {
|
|
|
7386
7410
|
'HostFibreChannelTargetTransport',
|
|
7387
7411
|
'HostTargetTransport'
|
|
7388
7412
|
],
|
|
7389
|
-
nodeWorldWideName: '
|
|
7390
|
-
portWorldWideName: '
|
|
7413
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7414
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
7391
7415
|
}
|
|
7392
7416
|
}
|
|
7393
7417
|
],
|
|
@@ -7416,8 +7440,8 @@ describe('The Client class', function() {
|
|
|
7416
7440
|
'HostFibreChannelTargetTransport',
|
|
7417
7441
|
'HostTargetTransport'
|
|
7418
7442
|
],
|
|
7419
|
-
nodeWorldWideName: '
|
|
7420
|
-
portWorldWideName: '
|
|
7443
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7444
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
7421
7445
|
}
|
|
7422
7446
|
},
|
|
7423
7447
|
{
|
|
@@ -7433,8 +7457,8 @@ describe('The Client class', function() {
|
|
|
7433
7457
|
'HostFibreChannelTargetTransport',
|
|
7434
7458
|
'HostTargetTransport'
|
|
7435
7459
|
],
|
|
7436
|
-
nodeWorldWideName: '
|
|
7437
|
-
portWorldWideName: '
|
|
7460
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7461
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
7438
7462
|
}
|
|
7439
7463
|
},
|
|
7440
7464
|
{
|
|
@@ -7450,8 +7474,8 @@ describe('The Client class', function() {
|
|
|
7450
7474
|
'HostFibreChannelTargetTransport',
|
|
7451
7475
|
'HostTargetTransport'
|
|
7452
7476
|
],
|
|
7453
|
-
nodeWorldWideName: '
|
|
7454
|
-
portWorldWideName: '
|
|
7477
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7478
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
7455
7479
|
}
|
|
7456
7480
|
},
|
|
7457
7481
|
{
|
|
@@ -7467,8 +7491,8 @@ describe('The Client class', function() {
|
|
|
7467
7491
|
'HostFibreChannelTargetTransport',
|
|
7468
7492
|
'HostTargetTransport'
|
|
7469
7493
|
],
|
|
7470
|
-
nodeWorldWideName: '
|
|
7471
|
-
portWorldWideName: '
|
|
7494
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7495
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
7472
7496
|
}
|
|
7473
7497
|
}
|
|
7474
7498
|
],
|
|
@@ -7497,8 +7521,8 @@ describe('The Client class', function() {
|
|
|
7497
7521
|
'HostFibreChannelTargetTransport',
|
|
7498
7522
|
'HostTargetTransport'
|
|
7499
7523
|
],
|
|
7500
|
-
nodeWorldWideName: '
|
|
7501
|
-
portWorldWideName: '
|
|
7524
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7525
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
7502
7526
|
}
|
|
7503
7527
|
},
|
|
7504
7528
|
{
|
|
@@ -7514,8 +7538,8 @@ describe('The Client class', function() {
|
|
|
7514
7538
|
'HostFibreChannelTargetTransport',
|
|
7515
7539
|
'HostTargetTransport'
|
|
7516
7540
|
],
|
|
7517
|
-
nodeWorldWideName: '
|
|
7518
|
-
portWorldWideName: '
|
|
7541
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7542
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
7519
7543
|
}
|
|
7520
7544
|
},
|
|
7521
7545
|
{
|
|
@@ -7531,8 +7555,8 @@ describe('The Client class', function() {
|
|
|
7531
7555
|
'HostFibreChannelTargetTransport',
|
|
7532
7556
|
'HostTargetTransport'
|
|
7533
7557
|
],
|
|
7534
|
-
nodeWorldWideName: '
|
|
7535
|
-
portWorldWideName: '
|
|
7558
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7559
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
7536
7560
|
}
|
|
7537
7561
|
},
|
|
7538
7562
|
{
|
|
@@ -7548,8 +7572,8 @@ describe('The Client class', function() {
|
|
|
7548
7572
|
'HostFibreChannelTargetTransport',
|
|
7549
7573
|
'HostTargetTransport'
|
|
7550
7574
|
],
|
|
7551
|
-
nodeWorldWideName: '
|
|
7552
|
-
portWorldWideName: '
|
|
7575
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
7576
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
7553
7577
|
}
|
|
7554
7578
|
}
|
|
7555
7579
|
],
|
|
@@ -8134,8 +8158,8 @@ describe('The Client class', function() {
|
|
|
8134
8158
|
'HostFibreChannelTargetTransport',
|
|
8135
8159
|
'HostTargetTransport'
|
|
8136
8160
|
],
|
|
8137
|
-
nodeWorldWideName: '
|
|
8138
|
-
portWorldWideName: '
|
|
8161
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
8162
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
8139
8163
|
}
|
|
8140
8164
|
},
|
|
8141
8165
|
{
|
|
@@ -8145,8 +8169,8 @@ describe('The Client class', function() {
|
|
|
8145
8169
|
'HostFibreChannelTargetTransport',
|
|
8146
8170
|
'HostTargetTransport'
|
|
8147
8171
|
],
|
|
8148
|
-
nodeWorldWideName: '
|
|
8149
|
-
portWorldWideName: '
|
|
8172
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
8173
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
8150
8174
|
}
|
|
8151
8175
|
},
|
|
8152
8176
|
{
|
|
@@ -8156,8 +8180,8 @@ describe('The Client class', function() {
|
|
|
8156
8180
|
'HostFibreChannelTargetTransport',
|
|
8157
8181
|
'HostTargetTransport'
|
|
8158
8182
|
],
|
|
8159
|
-
nodeWorldWideName: '
|
|
8160
|
-
portWorldWideName: '
|
|
8183
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
8184
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
8161
8185
|
}
|
|
8162
8186
|
},
|
|
8163
8187
|
{
|
|
@@ -8167,8 +8191,8 @@ describe('The Client class', function() {
|
|
|
8167
8191
|
'HostFibreChannelTargetTransport',
|
|
8168
8192
|
'HostTargetTransport'
|
|
8169
8193
|
],
|
|
8170
|
-
nodeWorldWideName: '
|
|
8171
|
-
portWorldWideName: '
|
|
8194
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
8195
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
8172
8196
|
}
|
|
8173
8197
|
}
|
|
8174
8198
|
]
|
|
@@ -9126,8 +9150,8 @@ describe('The Client class', function() {
|
|
|
9126
9150
|
'HostFibreChannelTargetTransport',
|
|
9127
9151
|
'HostTargetTransport'
|
|
9128
9152
|
],
|
|
9129
|
-
nodeWorldWideName: '
|
|
9130
|
-
portWorldWideName: '
|
|
9153
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
9154
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
9131
9155
|
}
|
|
9132
9156
|
},
|
|
9133
9157
|
{
|
|
@@ -9185,8 +9209,8 @@ describe('The Client class', function() {
|
|
|
9185
9209
|
'HostFibreChannelTargetTransport',
|
|
9186
9210
|
'HostTargetTransport'
|
|
9187
9211
|
],
|
|
9188
|
-
nodeWorldWideName: '
|
|
9189
|
-
portWorldWideName: '
|
|
9212
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
9213
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
9190
9214
|
}
|
|
9191
9215
|
}
|
|
9192
9216
|
]
|
|
@@ -9250,8 +9274,8 @@ describe('The Client class', function() {
|
|
|
9250
9274
|
'HostFibreChannelTargetTransport',
|
|
9251
9275
|
'HostTargetTransport'
|
|
9252
9276
|
],
|
|
9253
|
-
nodeWorldWideName: '
|
|
9254
|
-
portWorldWideName: '
|
|
9277
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
9278
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
9255
9279
|
}
|
|
9256
9280
|
},
|
|
9257
9281
|
{
|
|
@@ -9309,8 +9333,8 @@ describe('The Client class', function() {
|
|
|
9309
9333
|
'HostFibreChannelTargetTransport',
|
|
9310
9334
|
'HostTargetTransport'
|
|
9311
9335
|
],
|
|
9312
|
-
nodeWorldWideName: '
|
|
9313
|
-
portWorldWideName: '
|
|
9336
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
9337
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
9314
9338
|
}
|
|
9315
9339
|
}
|
|
9316
9340
|
]
|
|
@@ -9912,7 +9936,11 @@ describe('The Client class', function() {
|
|
|
9912
9936
|
driver: 'fnic',
|
|
9913
9937
|
key: 'key-vim.host.FibreChannelHba-vmhba1',
|
|
9914
9938
|
model: 'Cisco VIC FCoE HBA Driver',
|
|
9939
|
+
nodeWorldWideName: '20:00:00:25:B5:00:FF:3F',
|
|
9915
9940
|
pci: '0c:00.0',
|
|
9941
|
+
portType: 'unknown',
|
|
9942
|
+
portWorldWideName: '20:01:00:25:B5:A0:FF:3F',
|
|
9943
|
+
speed: 10,
|
|
9916
9944
|
status: 'online'
|
|
9917
9945
|
},
|
|
9918
9946
|
{
|
|
@@ -9921,7 +9949,11 @@ describe('The Client class', function() {
|
|
|
9921
9949
|
driver: 'fnic',
|
|
9922
9950
|
key: 'key-vim.host.FibreChannelHba-vmhba2',
|
|
9923
9951
|
model: 'Cisco VIC FCoE HBA Driver',
|
|
9952
|
+
nodeWorldWideName: '20:00:00:25:B5:00:FF:3F',
|
|
9924
9953
|
pci: '0d:00.0',
|
|
9954
|
+
portType: 'unknown',
|
|
9955
|
+
portWorldWideName: '20:01:00:25:B5:B0:FF:3F',
|
|
9956
|
+
speed: 10,
|
|
9925
9957
|
status: 'online'
|
|
9926
9958
|
}
|
|
9927
9959
|
],
|
|
@@ -9945,8 +9977,8 @@ describe('The Client class', function() {
|
|
|
9945
9977
|
'HostFibreChannelTargetTransport',
|
|
9946
9978
|
'HostTargetTransport'
|
|
9947
9979
|
],
|
|
9948
|
-
nodeWorldWideName: '
|
|
9949
|
-
portWorldWideName: '
|
|
9980
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
9981
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
9950
9982
|
}
|
|
9951
9983
|
},
|
|
9952
9984
|
{
|
|
@@ -9962,8 +9994,8 @@ describe('The Client class', function() {
|
|
|
9962
9994
|
'HostFibreChannelTargetTransport',
|
|
9963
9995
|
'HostTargetTransport'
|
|
9964
9996
|
],
|
|
9965
|
-
nodeWorldWideName: '
|
|
9966
|
-
portWorldWideName: '
|
|
9997
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
9998
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
9967
9999
|
}
|
|
9968
10000
|
},
|
|
9969
10001
|
{
|
|
@@ -9979,8 +10011,8 @@ describe('The Client class', function() {
|
|
|
9979
10011
|
'HostFibreChannelTargetTransport',
|
|
9980
10012
|
'HostTargetTransport'
|
|
9981
10013
|
],
|
|
9982
|
-
nodeWorldWideName: '
|
|
9983
|
-
portWorldWideName: '
|
|
10014
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10015
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
9984
10016
|
}
|
|
9985
10017
|
},
|
|
9986
10018
|
{
|
|
@@ -9996,8 +10028,8 @@ describe('The Client class', function() {
|
|
|
9996
10028
|
'HostFibreChannelTargetTransport',
|
|
9997
10029
|
'HostTargetTransport'
|
|
9998
10030
|
],
|
|
9999
|
-
nodeWorldWideName: '
|
|
10000
|
-
portWorldWideName: '
|
|
10031
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10032
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
10001
10033
|
}
|
|
10002
10034
|
}
|
|
10003
10035
|
],
|
|
@@ -10026,8 +10058,8 @@ describe('The Client class', function() {
|
|
|
10026
10058
|
'HostFibreChannelTargetTransport',
|
|
10027
10059
|
'HostTargetTransport'
|
|
10028
10060
|
],
|
|
10029
|
-
nodeWorldWideName: '
|
|
10030
|
-
portWorldWideName: '
|
|
10061
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10062
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
10031
10063
|
}
|
|
10032
10064
|
},
|
|
10033
10065
|
{
|
|
@@ -10043,8 +10075,8 @@ describe('The Client class', function() {
|
|
|
10043
10075
|
'HostFibreChannelTargetTransport',
|
|
10044
10076
|
'HostTargetTransport'
|
|
10045
10077
|
],
|
|
10046
|
-
nodeWorldWideName: '
|
|
10047
|
-
portWorldWideName: '
|
|
10078
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10079
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
10048
10080
|
}
|
|
10049
10081
|
},
|
|
10050
10082
|
{
|
|
@@ -10060,8 +10092,8 @@ describe('The Client class', function() {
|
|
|
10060
10092
|
'HostFibreChannelTargetTransport',
|
|
10061
10093
|
'HostTargetTransport'
|
|
10062
10094
|
],
|
|
10063
|
-
nodeWorldWideName: '
|
|
10064
|
-
portWorldWideName: '
|
|
10095
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10096
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
10065
10097
|
}
|
|
10066
10098
|
},
|
|
10067
10099
|
{
|
|
@@ -10077,8 +10109,8 @@ describe('The Client class', function() {
|
|
|
10077
10109
|
'HostFibreChannelTargetTransport',
|
|
10078
10110
|
'HostTargetTransport'
|
|
10079
10111
|
],
|
|
10080
|
-
nodeWorldWideName: '
|
|
10081
|
-
portWorldWideName: '
|
|
10112
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10113
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
10082
10114
|
}
|
|
10083
10115
|
}
|
|
10084
10116
|
],
|
|
@@ -10107,8 +10139,8 @@ describe('The Client class', function() {
|
|
|
10107
10139
|
'HostFibreChannelTargetTransport',
|
|
10108
10140
|
'HostTargetTransport'
|
|
10109
10141
|
],
|
|
10110
|
-
nodeWorldWideName: '
|
|
10111
|
-
portWorldWideName: '
|
|
10142
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10143
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
10112
10144
|
}
|
|
10113
10145
|
},
|
|
10114
10146
|
{
|
|
@@ -10124,8 +10156,8 @@ describe('The Client class', function() {
|
|
|
10124
10156
|
'HostFibreChannelTargetTransport',
|
|
10125
10157
|
'HostTargetTransport'
|
|
10126
10158
|
],
|
|
10127
|
-
nodeWorldWideName: '
|
|
10128
|
-
portWorldWideName: '
|
|
10159
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10160
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
10129
10161
|
}
|
|
10130
10162
|
},
|
|
10131
10163
|
{
|
|
@@ -10141,8 +10173,8 @@ describe('The Client class', function() {
|
|
|
10141
10173
|
'HostFibreChannelTargetTransport',
|
|
10142
10174
|
'HostTargetTransport'
|
|
10143
10175
|
],
|
|
10144
|
-
nodeWorldWideName: '
|
|
10145
|
-
portWorldWideName: '
|
|
10176
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10177
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
10146
10178
|
}
|
|
10147
10179
|
},
|
|
10148
10180
|
{
|
|
@@ -10158,8 +10190,8 @@ describe('The Client class', function() {
|
|
|
10158
10190
|
'HostFibreChannelTargetTransport',
|
|
10159
10191
|
'HostTargetTransport'
|
|
10160
10192
|
],
|
|
10161
|
-
nodeWorldWideName: '
|
|
10162
|
-
portWorldWideName: '
|
|
10193
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10194
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
10163
10195
|
}
|
|
10164
10196
|
}
|
|
10165
10197
|
],
|
|
@@ -10188,8 +10220,8 @@ describe('The Client class', function() {
|
|
|
10188
10220
|
'HostFibreChannelTargetTransport',
|
|
10189
10221
|
'HostTargetTransport'
|
|
10190
10222
|
],
|
|
10191
|
-
nodeWorldWideName: '
|
|
10192
|
-
portWorldWideName: '
|
|
10223
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10224
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
10193
10225
|
}
|
|
10194
10226
|
},
|
|
10195
10227
|
{
|
|
@@ -10205,8 +10237,8 @@ describe('The Client class', function() {
|
|
|
10205
10237
|
'HostFibreChannelTargetTransport',
|
|
10206
10238
|
'HostTargetTransport'
|
|
10207
10239
|
],
|
|
10208
|
-
nodeWorldWideName: '
|
|
10209
|
-
portWorldWideName: '
|
|
10240
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10241
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
10210
10242
|
}
|
|
10211
10243
|
},
|
|
10212
10244
|
{
|
|
@@ -10222,8 +10254,8 @@ describe('The Client class', function() {
|
|
|
10222
10254
|
'HostFibreChannelTargetTransport',
|
|
10223
10255
|
'HostTargetTransport'
|
|
10224
10256
|
],
|
|
10225
|
-
nodeWorldWideName: '
|
|
10226
|
-
portWorldWideName: '
|
|
10257
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10258
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
10227
10259
|
}
|
|
10228
10260
|
},
|
|
10229
10261
|
{
|
|
@@ -10239,8 +10271,8 @@ describe('The Client class', function() {
|
|
|
10239
10271
|
'HostFibreChannelTargetTransport',
|
|
10240
10272
|
'HostTargetTransport'
|
|
10241
10273
|
],
|
|
10242
|
-
nodeWorldWideName: '
|
|
10243
|
-
portWorldWideName: '
|
|
10274
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10275
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
10244
10276
|
}
|
|
10245
10277
|
}
|
|
10246
10278
|
],
|
|
@@ -10269,8 +10301,8 @@ describe('The Client class', function() {
|
|
|
10269
10301
|
'HostFibreChannelTargetTransport',
|
|
10270
10302
|
'HostTargetTransport'
|
|
10271
10303
|
],
|
|
10272
|
-
nodeWorldWideName: '
|
|
10273
|
-
portWorldWideName: '
|
|
10304
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10305
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
10274
10306
|
}
|
|
10275
10307
|
},
|
|
10276
10308
|
{
|
|
@@ -10286,8 +10318,8 @@ describe('The Client class', function() {
|
|
|
10286
10318
|
'HostFibreChannelTargetTransport',
|
|
10287
10319
|
'HostTargetTransport'
|
|
10288
10320
|
],
|
|
10289
|
-
nodeWorldWideName: '
|
|
10290
|
-
portWorldWideName: '
|
|
10321
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10322
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
10291
10323
|
}
|
|
10292
10324
|
},
|
|
10293
10325
|
{
|
|
@@ -10303,8 +10335,8 @@ describe('The Client class', function() {
|
|
|
10303
10335
|
'HostFibreChannelTargetTransport',
|
|
10304
10336
|
'HostTargetTransport'
|
|
10305
10337
|
],
|
|
10306
|
-
nodeWorldWideName: '
|
|
10307
|
-
portWorldWideName: '
|
|
10338
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10339
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
10308
10340
|
}
|
|
10309
10341
|
},
|
|
10310
10342
|
{
|
|
@@ -10320,8 +10352,8 @@ describe('The Client class', function() {
|
|
|
10320
10352
|
'HostFibreChannelTargetTransport',
|
|
10321
10353
|
'HostTargetTransport'
|
|
10322
10354
|
],
|
|
10323
|
-
nodeWorldWideName: '
|
|
10324
|
-
portWorldWideName: '
|
|
10355
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10356
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
10325
10357
|
}
|
|
10326
10358
|
}
|
|
10327
10359
|
],
|
|
@@ -10350,8 +10382,8 @@ describe('The Client class', function() {
|
|
|
10350
10382
|
'HostFibreChannelTargetTransport',
|
|
10351
10383
|
'HostTargetTransport'
|
|
10352
10384
|
],
|
|
10353
|
-
nodeWorldWideName: '
|
|
10354
|
-
portWorldWideName: '
|
|
10385
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10386
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
10355
10387
|
}
|
|
10356
10388
|
},
|
|
10357
10389
|
{
|
|
@@ -10367,8 +10399,8 @@ describe('The Client class', function() {
|
|
|
10367
10399
|
'HostFibreChannelTargetTransport',
|
|
10368
10400
|
'HostTargetTransport'
|
|
10369
10401
|
],
|
|
10370
|
-
nodeWorldWideName: '
|
|
10371
|
-
portWorldWideName: '
|
|
10402
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10403
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
10372
10404
|
}
|
|
10373
10405
|
},
|
|
10374
10406
|
{
|
|
@@ -10384,8 +10416,8 @@ describe('The Client class', function() {
|
|
|
10384
10416
|
'HostFibreChannelTargetTransport',
|
|
10385
10417
|
'HostTargetTransport'
|
|
10386
10418
|
],
|
|
10387
|
-
nodeWorldWideName: '
|
|
10388
|
-
portWorldWideName: '
|
|
10419
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10420
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
10389
10421
|
}
|
|
10390
10422
|
},
|
|
10391
10423
|
{
|
|
@@ -10401,8 +10433,8 @@ describe('The Client class', function() {
|
|
|
10401
10433
|
'HostFibreChannelTargetTransport',
|
|
10402
10434
|
'HostTargetTransport'
|
|
10403
10435
|
],
|
|
10404
|
-
nodeWorldWideName: '
|
|
10405
|
-
portWorldWideName: '
|
|
10436
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10437
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
10406
10438
|
}
|
|
10407
10439
|
}
|
|
10408
10440
|
],
|
|
@@ -10431,8 +10463,8 @@ describe('The Client class', function() {
|
|
|
10431
10463
|
'HostFibreChannelTargetTransport',
|
|
10432
10464
|
'HostTargetTransport'
|
|
10433
10465
|
],
|
|
10434
|
-
nodeWorldWideName: '
|
|
10435
|
-
portWorldWideName: '
|
|
10466
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10467
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
10436
10468
|
}
|
|
10437
10469
|
},
|
|
10438
10470
|
{
|
|
@@ -10448,8 +10480,8 @@ describe('The Client class', function() {
|
|
|
10448
10480
|
'HostFibreChannelTargetTransport',
|
|
10449
10481
|
'HostTargetTransport'
|
|
10450
10482
|
],
|
|
10451
|
-
nodeWorldWideName: '
|
|
10452
|
-
portWorldWideName: '
|
|
10483
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10484
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
10453
10485
|
}
|
|
10454
10486
|
},
|
|
10455
10487
|
{
|
|
@@ -10465,8 +10497,8 @@ describe('The Client class', function() {
|
|
|
10465
10497
|
'HostFibreChannelTargetTransport',
|
|
10466
10498
|
'HostTargetTransport'
|
|
10467
10499
|
],
|
|
10468
|
-
nodeWorldWideName: '
|
|
10469
|
-
portWorldWideName: '
|
|
10500
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10501
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
10470
10502
|
}
|
|
10471
10503
|
},
|
|
10472
10504
|
{
|
|
@@ -10482,8 +10514,8 @@ describe('The Client class', function() {
|
|
|
10482
10514
|
'HostFibreChannelTargetTransport',
|
|
10483
10515
|
'HostTargetTransport'
|
|
10484
10516
|
],
|
|
10485
|
-
nodeWorldWideName: '
|
|
10486
|
-
portWorldWideName: '
|
|
10517
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10518
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
10487
10519
|
}
|
|
10488
10520
|
}
|
|
10489
10521
|
],
|
|
@@ -10512,8 +10544,8 @@ describe('The Client class', function() {
|
|
|
10512
10544
|
'HostFibreChannelTargetTransport',
|
|
10513
10545
|
'HostTargetTransport'
|
|
10514
10546
|
],
|
|
10515
|
-
nodeWorldWideName: '
|
|
10516
|
-
portWorldWideName: '
|
|
10547
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10548
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
10517
10549
|
}
|
|
10518
10550
|
},
|
|
10519
10551
|
{
|
|
@@ -10529,8 +10561,8 @@ describe('The Client class', function() {
|
|
|
10529
10561
|
'HostFibreChannelTargetTransport',
|
|
10530
10562
|
'HostTargetTransport'
|
|
10531
10563
|
],
|
|
10532
|
-
nodeWorldWideName: '
|
|
10533
|
-
portWorldWideName: '
|
|
10564
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10565
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
10534
10566
|
}
|
|
10535
10567
|
},
|
|
10536
10568
|
{
|
|
@@ -10546,8 +10578,8 @@ describe('The Client class', function() {
|
|
|
10546
10578
|
'HostFibreChannelTargetTransport',
|
|
10547
10579
|
'HostTargetTransport'
|
|
10548
10580
|
],
|
|
10549
|
-
nodeWorldWideName: '
|
|
10550
|
-
portWorldWideName: '
|
|
10581
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10582
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
10551
10583
|
}
|
|
10552
10584
|
},
|
|
10553
10585
|
{
|
|
@@ -10563,8 +10595,8 @@ describe('The Client class', function() {
|
|
|
10563
10595
|
'HostFibreChannelTargetTransport',
|
|
10564
10596
|
'HostTargetTransport'
|
|
10565
10597
|
],
|
|
10566
|
-
nodeWorldWideName: '
|
|
10567
|
-
portWorldWideName: '
|
|
10598
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10599
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
10568
10600
|
}
|
|
10569
10601
|
}
|
|
10570
10602
|
],
|
|
@@ -10593,8 +10625,8 @@ describe('The Client class', function() {
|
|
|
10593
10625
|
'HostFibreChannelTargetTransport',
|
|
10594
10626
|
'HostTargetTransport'
|
|
10595
10627
|
],
|
|
10596
|
-
nodeWorldWideName: '
|
|
10597
|
-
portWorldWideName: '
|
|
10628
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10629
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
10598
10630
|
}
|
|
10599
10631
|
},
|
|
10600
10632
|
{
|
|
@@ -10610,8 +10642,8 @@ describe('The Client class', function() {
|
|
|
10610
10642
|
'HostFibreChannelTargetTransport',
|
|
10611
10643
|
'HostTargetTransport'
|
|
10612
10644
|
],
|
|
10613
|
-
nodeWorldWideName: '
|
|
10614
|
-
portWorldWideName: '
|
|
10645
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10646
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
10615
10647
|
}
|
|
10616
10648
|
},
|
|
10617
10649
|
{
|
|
@@ -10627,8 +10659,8 @@ describe('The Client class', function() {
|
|
|
10627
10659
|
'HostFibreChannelTargetTransport',
|
|
10628
10660
|
'HostTargetTransport'
|
|
10629
10661
|
],
|
|
10630
|
-
nodeWorldWideName: '
|
|
10631
|
-
portWorldWideName: '
|
|
10662
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10663
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
10632
10664
|
}
|
|
10633
10665
|
},
|
|
10634
10666
|
{
|
|
@@ -10644,8 +10676,8 @@ describe('The Client class', function() {
|
|
|
10644
10676
|
'HostFibreChannelTargetTransport',
|
|
10645
10677
|
'HostTargetTransport'
|
|
10646
10678
|
],
|
|
10647
|
-
nodeWorldWideName: '
|
|
10648
|
-
portWorldWideName: '
|
|
10679
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
10680
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
10649
10681
|
}
|
|
10650
10682
|
}
|
|
10651
10683
|
],
|
|
@@ -11230,8 +11262,8 @@ describe('The Client class', function() {
|
|
|
11230
11262
|
'HostFibreChannelTargetTransport',
|
|
11231
11263
|
'HostTargetTransport'
|
|
11232
11264
|
],
|
|
11233
|
-
nodeWorldWideName: '
|
|
11234
|
-
portWorldWideName: '
|
|
11265
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
11266
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
11235
11267
|
}
|
|
11236
11268
|
},
|
|
11237
11269
|
{
|
|
@@ -11241,8 +11273,8 @@ describe('The Client class', function() {
|
|
|
11241
11273
|
'HostFibreChannelTargetTransport',
|
|
11242
11274
|
'HostTargetTransport'
|
|
11243
11275
|
],
|
|
11244
|
-
nodeWorldWideName: '
|
|
11245
|
-
portWorldWideName: '
|
|
11276
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
11277
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
11246
11278
|
}
|
|
11247
11279
|
},
|
|
11248
11280
|
{
|
|
@@ -11252,8 +11284,8 @@ describe('The Client class', function() {
|
|
|
11252
11284
|
'HostFibreChannelTargetTransport',
|
|
11253
11285
|
'HostTargetTransport'
|
|
11254
11286
|
],
|
|
11255
|
-
nodeWorldWideName: '
|
|
11256
|
-
portWorldWideName: '
|
|
11287
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
11288
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
11257
11289
|
}
|
|
11258
11290
|
},
|
|
11259
11291
|
{
|
|
@@ -11263,8 +11295,8 @@ describe('The Client class', function() {
|
|
|
11263
11295
|
'HostFibreChannelTargetTransport',
|
|
11264
11296
|
'HostTargetTransport'
|
|
11265
11297
|
],
|
|
11266
|
-
nodeWorldWideName: '
|
|
11267
|
-
portWorldWideName: '
|
|
11298
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
11299
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
11268
11300
|
}
|
|
11269
11301
|
}
|
|
11270
11302
|
]
|
|
@@ -12218,8 +12250,8 @@ describe('The Client class', function() {
|
|
|
12218
12250
|
'HostFibreChannelTargetTransport',
|
|
12219
12251
|
'HostTargetTransport'
|
|
12220
12252
|
],
|
|
12221
|
-
nodeWorldWideName: '
|
|
12222
|
-
portWorldWideName: '
|
|
12253
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
12254
|
+
portWorldWideName: '50:0A:09:85:89:2B:6B:ED'
|
|
12223
12255
|
}
|
|
12224
12256
|
},
|
|
12225
12257
|
{
|
|
@@ -12277,8 +12309,8 @@ describe('The Client class', function() {
|
|
|
12277
12309
|
'HostFibreChannelTargetTransport',
|
|
12278
12310
|
'HostTargetTransport'
|
|
12279
12311
|
],
|
|
12280
|
-
nodeWorldWideName: '
|
|
12281
|
-
portWorldWideName: '
|
|
12312
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
12313
|
+
portWorldWideName: '50:0A:09:81:99:2B:6B:ED'
|
|
12282
12314
|
}
|
|
12283
12315
|
}
|
|
12284
12316
|
]
|
|
@@ -12342,8 +12374,8 @@ describe('The Client class', function() {
|
|
|
12342
12374
|
'HostFibreChannelTargetTransport',
|
|
12343
12375
|
'HostTargetTransport'
|
|
12344
12376
|
],
|
|
12345
|
-
nodeWorldWideName: '
|
|
12346
|
-
portWorldWideName: '
|
|
12377
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
12378
|
+
portWorldWideName: '50:0A:09:82:99:2B:6B:ED'
|
|
12347
12379
|
}
|
|
12348
12380
|
},
|
|
12349
12381
|
{
|
|
@@ -12401,8 +12433,8 @@ describe('The Client class', function() {
|
|
|
12401
12433
|
'HostFibreChannelTargetTransport',
|
|
12402
12434
|
'HostTargetTransport'
|
|
12403
12435
|
],
|
|
12404
|
-
nodeWorldWideName: '
|
|
12405
|
-
portWorldWideName: '
|
|
12436
|
+
nodeWorldWideName: '50:0A:09:80:89:2B:6B:ED',
|
|
12437
|
+
portWorldWideName: '50:0A:09:81:89:2B:6B:ED'
|
|
12406
12438
|
}
|
|
12407
12439
|
}
|
|
12408
12440
|
]
|