@@ -618,7 +618,7 @@ def test_01_vpc_site2site_vpn(self):
618618 self .logger .debug ("Network %s created in VPC %s" % (ntwk2 .id , vpc2 .id ))
619619
620620 vm1 = None
621- # Deploy a vm in network 2
621+ # Deploy a vm in network 1
622622 try :
623623 vm1 = VirtualMachine .create (self .apiclient , services = self .services ["virtual_machine" ],
624624 templateid = self .template .id ,
@@ -990,7 +990,7 @@ def test_01_redundant_vpc_site2site_vpn(self):
990990 self .cleanup .append (ntwk2 )
991991 self .logger .debug ("Network %s created in VPC %s" % (ntwk2 .id , vpc2 .id ))
992992
993- # Deploy a vm in network 2
993+ # Deploy a vm in network 1
994994 vm1 = None
995995 try :
996996 vm1 = VirtualMachine .create (self .apiclient , services = self .services ["virtual_machine" ],
@@ -1370,7 +1370,7 @@ def test_01_vpc_site2site_vpn_multiple_options(self):
13701370 self .logger .debug ("Network %s created in VPC %s" % (ntwk2 .id , vpc2 .id ))
13711371
13721372 vm1 = None
1373- # Deploy a vm in network 2
1373+ # Deploy a vm in network 1
13741374 try :
13751375 vm1 = VirtualMachine .create (self .apiclient , services = self .services ["virtual_machine" ],
13761376 templateid = self .template .id ,
0 commit comments