@@ -934,7 +934,7 @@ def test_link_data(self):
934934 from_device = sn1_omni ,
935935 to_device = brian_omni ,
936936 status = Link .LinkStatus .ACTIVE ,
937- type = Link .LinkType .FIVE_GHZ ,
937+ type = Link .LinkType .FIVE_GHZ_UNSPECIFIED ,
938938 )
939939 )
940940
@@ -954,7 +954,7 @@ def test_link_data(self):
954954 from_device = grand_omni ,
955955 to_device = random_omni ,
956956 status = Link .LinkStatus .PLANNED ,
957- type = Link .LinkType .FIVE_GHZ ,
957+ type = Link .LinkType .FIVE_GHZ_UNSPECIFIED ,
958958 )
959959 )
960960
@@ -964,7 +964,7 @@ def test_link_data(self):
964964 from_device = sn1_omni ,
965965 to_device = random_omni ,
966966 status = Link .LinkStatus .INACTIVE ,
967- type = Link .LinkType .FIVE_GHZ ,
967+ type = Link .LinkType .FIVE_GHZ_UNSPECIFIED ,
968968 )
969969 )
970970
@@ -974,7 +974,7 @@ def test_link_data(self):
974974 from_device = sn1_omni ,
975975 to_device = inactive_omni ,
976976 status = Link .LinkStatus .ACTIVE ,
977- type = Link .LinkType .FIVE_GHZ ,
977+ type = Link .LinkType .FIVE_GHZ_UNSPECIFIED ,
978978 )
979979 )
980980
@@ -1194,7 +1194,7 @@ def test_link_serializer_inactive_link(self):
11941194 from_device = sn1_omni ,
11951195 to_device = random_omni ,
11961196 status = Link .LinkStatus .INACTIVE ,
1197- type = Link .LinkType .FIVE_GHZ ,
1197+ type = Link .LinkType .FIVE_GHZ_UNSPECIFIED ,
11981198 )
11991199
12001200 self .assertEqual (
@@ -1310,7 +1310,7 @@ def test_links_are_deduplicated(self):
13101310 from_device = sn1_additional_device ,
13111311 to_device = grand_additional_device ,
13121312 status = Link .LinkStatus .ACTIVE ,
1313- type = Link .LinkType .FIVE_GHZ ,
1313+ type = Link .LinkType .FIVE_GHZ_UNSPECIFIED ,
13141314 )
13151315 )
13161316 links .append (
@@ -1319,7 +1319,7 @@ def test_links_are_deduplicated(self):
13191319 from_device = grand2_omni ,
13201320 to_device = grand_omni ,
13211321 status = Link .LinkStatus .ACTIVE ,
1322- type = Link .LinkType .FIVE_GHZ ,
1322+ type = Link .LinkType .FIVE_GHZ_UNSPECIFIED ,
13231323 )
13241324 )
13251325
@@ -1539,7 +1539,7 @@ def test_link_install_number_resolution(self):
15391539 from_device = device_1 ,
15401540 to_device = device_2 ,
15411541 status = Link .LinkStatus .ACTIVE ,
1542- type = Link .LinkType .FIVE_GHZ ,
1542+ type = Link .LinkType .FIVE_GHZ_UNSPECIFIED ,
15431543 )
15441544 )
15451545
@@ -1548,7 +1548,7 @@ def test_link_install_number_resolution(self):
15481548 from_device = device_2 ,
15491549 to_device = device_3 ,
15501550 status = Link .LinkStatus .ACTIVE ,
1551- type = Link .LinkType .FIVE_GHZ ,
1551+ type = Link .LinkType .FIVE_GHZ_UNSPECIFIED ,
15521552 )
15531553 )
15541554
@@ -1557,7 +1557,7 @@ def test_link_install_number_resolution(self):
15571557 from_device = device_3 ,
15581558 to_device = device_1 ,
15591559 status = Link .LinkStatus .ACTIVE ,
1560- type = Link .LinkType .FIVE_GHZ ,
1560+ type = Link .LinkType .FIVE_GHZ_UNSPECIFIED ,
15611561 )
15621562 )
15631563
@@ -1682,7 +1682,7 @@ def test_install_number_used_for_links_with_no_nn(self):
16821682 from_device = device1 ,
16831683 to_device = device2 ,
16841684 status = Link .LinkStatus .PLANNED ,
1685- type = Link .LinkType .FIVE_GHZ ,
1685+ type = Link .LinkType .FIVE_GHZ_UNSPECIFIED ,
16861686 )
16871687 link .save ()
16881688 los = LOS (
@@ -1747,7 +1747,7 @@ def test_inactive_duplicate_link_doesnt_hide_active_one(self):
17471747 from_device = device1 ,
17481748 to_device = device2 ,
17491749 status = Link .LinkStatus .INACTIVE ,
1750- type = Link .LinkType .FIVE_GHZ ,
1750+ type = Link .LinkType .FIVE_GHZ_UNSPECIFIED ,
17511751 )
17521752 link1 .save ()
17531753
0 commit comments