bostko commented on this pull request.


> @@ -82,6 +87,20 @@ protected void tearDown() {
       }
    }
 
+   @BeforeClass
+   @Override
+   public void setup() {
+      super.setup();
+
+      // Providing system properties for specifying the required Azure 
KeyVault configurations for Live tests
+      // They have to be externally provided, because azurecompute-arm doesn't 
support creating KeyVaults yet
+      //
+      // TODO Replace the used configurations once full KeyVault 
implementation is added to azurecompute-arm
+      vaultResourceGroup = System.getProperty("test.vault.resource.group");

Rename to `test.azurecompute-arm.vault.resource.group`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/393#pullrequestreview-40219068

Reply via email to