mirror of https://github.com/apache/cloudstack.git
This fixes #2763 by moving a post cert-renewal class for kvm plugin/hypervisor to src/main/java. The regression is due to change in file-system layout due to maven standard refactoring on master and issue was not caught during forward-merging of a PR from 4.11 branch. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
7c6630bca7
commit
7667846bfa
|
|
@ -918,7 +918,7 @@ class TestSecuredVmMigration(cloudstackTestCase):
|
|||
cmd = provisionCertificate.provisionCertificateCmd()
|
||||
cmd.hostid = host.id
|
||||
cmd.reconnect = True
|
||||
self.apiclient.updateConfiguration(cmd)
|
||||
self.apiclient.provisionCertificate(cmd)
|
||||
|
||||
for host in self.hosts:
|
||||
self.check_connection(secured='true', host=host)
|
||||
|
|
|
|||
Loading…
Reference in New Issue