diff --git a/api/test/src/com/cloud/agent/api/test/AgentControlAnswerTest.java b/api/test/org/apache/cloudstack/api/agent/test/AgentControlAnswerTest.java similarity index 96% rename from api/test/src/com/cloud/agent/api/test/AgentControlAnswerTest.java rename to api/test/org/apache/cloudstack/api/agent/test/AgentControlAnswerTest.java index f8aaa4b800b..d0e8b4c7337 100644 --- a/api/test/src/com/cloud/agent/api/test/AgentControlAnswerTest.java +++ b/api/test/org/apache/cloudstack/api/agent/test/AgentControlAnswerTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.agent.api.test; +package org.apache.cloudstack.api.agent.test; import static org.junit.Assert.assertFalse; diff --git a/api/test/src/com/cloud/agent/api/test/AgentControlCommandTest.java b/api/test/org/apache/cloudstack/api/agent/test/AgentControlCommandTest.java similarity index 96% rename from api/test/src/com/cloud/agent/api/test/AgentControlCommandTest.java rename to api/test/org/apache/cloudstack/api/agent/test/AgentControlCommandTest.java index 6df0edfc948..24d0fe587b8 100644 --- a/api/test/src/com/cloud/agent/api/test/AgentControlCommandTest.java +++ b/api/test/org/apache/cloudstack/api/agent/test/AgentControlCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.agent.api.test; +package org.apache.cloudstack.api.agent.test; import static org.junit.Assert.assertFalse; diff --git a/api/test/src/com/cloud/agent/api/test/AnswerTest.java b/api/test/org/apache/cloudstack/api/agent/test/AnswerTest.java similarity index 98% rename from api/test/src/com/cloud/agent/api/test/AnswerTest.java rename to api/test/org/apache/cloudstack/api/agent/test/AnswerTest.java index c79db564201..343a3ce2a51 100644 --- a/api/test/src/com/cloud/agent/api/test/AnswerTest.java +++ b/api/test/org/apache/cloudstack/api/agent/test/AnswerTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.agent.api.test; +package org.apache.cloudstack.api.agent.test; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; diff --git a/api/test/src/com/cloud/agent/api/test/AttachIsoCommandTest.java b/api/test/org/apache/cloudstack/api/agent/test/AttachIsoCommandTest.java similarity index 98% rename from api/test/src/com/cloud/agent/api/test/AttachIsoCommandTest.java rename to api/test/org/apache/cloudstack/api/agent/test/AttachIsoCommandTest.java index 7fec7f2172f..d189d9ca858 100644 --- a/api/test/src/com/cloud/agent/api/test/AttachIsoCommandTest.java +++ b/api/test/org/apache/cloudstack/api/agent/test/AttachIsoCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.agent.api.test; +package org.apache.cloudstack.api.agent.test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; diff --git a/api/test/src/com/cloud/agent/api/test/AttachVolumeAnswerTest.java b/api/test/org/apache/cloudstack/api/agent/test/AttachVolumeAnswerTest.java similarity index 98% rename from api/test/src/com/cloud/agent/api/test/AttachVolumeAnswerTest.java rename to api/test/org/apache/cloudstack/api/agent/test/AttachVolumeAnswerTest.java index e7ec7d9cbf3..251a6cb917e 100644 --- a/api/test/src/com/cloud/agent/api/test/AttachVolumeAnswerTest.java +++ b/api/test/org/apache/cloudstack/api/agent/test/AttachVolumeAnswerTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.agent.api.test; +package org.apache.cloudstack.api.agent.test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; diff --git a/api/test/src/com/cloud/agent/api/test/AttachVolumeCommandTest.java b/api/test/org/apache/cloudstack/api/agent/test/AttachVolumeCommandTest.java similarity index 98% rename from api/test/src/com/cloud/agent/api/test/AttachVolumeCommandTest.java rename to api/test/org/apache/cloudstack/api/agent/test/AttachVolumeCommandTest.java index 6fcd8c11bc7..1ec416a4d02 100644 --- a/api/test/src/com/cloud/agent/api/test/AttachVolumeCommandTest.java +++ b/api/test/org/apache/cloudstack/api/agent/test/AttachVolumeCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.agent.api.test; +package org.apache.cloudstack.api.agent.test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; diff --git a/api/test/src/com/cloud/agent/api/test/BackupSnapshotAnswerTest.java b/api/test/org/apache/cloudstack/api/agent/test/BackupSnapshotAnswerTest.java similarity index 98% rename from api/test/src/com/cloud/agent/api/test/BackupSnapshotAnswerTest.java rename to api/test/org/apache/cloudstack/api/agent/test/BackupSnapshotAnswerTest.java index b3f2847cd51..ede86e9d857 100644 --- a/api/test/src/com/cloud/agent/api/test/BackupSnapshotAnswerTest.java +++ b/api/test/org/apache/cloudstack/api/agent/test/BackupSnapshotAnswerTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.agent.api.test; +package org.apache.cloudstack.api.agent.test; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; diff --git a/api/test/src/com/cloud/agent/api/test/BackupSnapshotCommandTest.java b/api/test/org/apache/cloudstack/api/agent/test/BackupSnapshotCommandTest.java similarity index 99% rename from api/test/src/com/cloud/agent/api/test/BackupSnapshotCommandTest.java rename to api/test/org/apache/cloudstack/api/agent/test/BackupSnapshotCommandTest.java index a6241488943..91573d03c43 100644 --- a/api/test/src/com/cloud/agent/api/test/BackupSnapshotCommandTest.java +++ b/api/test/org/apache/cloudstack/api/agent/test/BackupSnapshotCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.agent.api.test; +package org.apache.cloudstack.api.agent.test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; diff --git a/api/test/src/com/cloud/agent/api/test/BumpUpPriorityCommandTest.java b/api/test/org/apache/cloudstack/api/agent/test/BumpUpPriorityCommandTest.java similarity index 98% rename from api/test/src/com/cloud/agent/api/test/BumpUpPriorityCommandTest.java rename to api/test/org/apache/cloudstack/api/agent/test/BumpUpPriorityCommandTest.java index 17afd5dd107..f5f59852ea8 100644 --- a/api/test/src/com/cloud/agent/api/test/BumpUpPriorityCommandTest.java +++ b/api/test/org/apache/cloudstack/api/agent/test/BumpUpPriorityCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.agent.api.test; +package org.apache.cloudstack.api.agent.test; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; diff --git a/api/test/src/com/cloud/agent/api/test/CancelCommandTest.java b/api/test/org/apache/cloudstack/api/agent/test/CancelCommandTest.java similarity index 96% rename from api/test/src/com/cloud/agent/api/test/CancelCommandTest.java rename to api/test/org/apache/cloudstack/api/agent/test/CancelCommandTest.java index 0f724c430e5..19827fd5753 100644 --- a/api/test/src/com/cloud/agent/api/test/CancelCommandTest.java +++ b/api/test/org/apache/cloudstack/api/agent/test/CancelCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.agent.api.test; +package org.apache.cloudstack.api.agent.test; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; diff --git a/api/test/src/com/cloud/agent/api/test/ChangeAgentAnswerTest.java b/api/test/org/apache/cloudstack/api/agent/test/ChangeAgentAnswerTest.java similarity index 96% rename from api/test/src/com/cloud/agent/api/test/ChangeAgentAnswerTest.java rename to api/test/org/apache/cloudstack/api/agent/test/ChangeAgentAnswerTest.java index 46ad821cd3a..8933e6e9b27 100644 --- a/api/test/src/com/cloud/agent/api/test/ChangeAgentAnswerTest.java +++ b/api/test/org/apache/cloudstack/api/agent/test/ChangeAgentAnswerTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.agent.api.test; +package org.apache.cloudstack.api.agent.test; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; diff --git a/api/test/src/com/cloud/agent/api/test/ChangeAgentCommandTest.java b/api/test/org/apache/cloudstack/api/agent/test/ChangeAgentCommandTest.java similarity index 97% rename from api/test/src/com/cloud/agent/api/test/ChangeAgentCommandTest.java rename to api/test/org/apache/cloudstack/api/agent/test/ChangeAgentCommandTest.java index c084fefc68a..d0c2bf8b47b 100644 --- a/api/test/src/com/cloud/agent/api/test/ChangeAgentCommandTest.java +++ b/api/test/org/apache/cloudstack/api/agent/test/ChangeAgentCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.agent.api.test; +package org.apache.cloudstack.api.agent.test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; diff --git a/api/test/src/com/cloud/agent/api/test/CheckHealthAnswerTest.java b/api/test/org/apache/cloudstack/api/agent/test/CheckHealthAnswerTest.java similarity index 97% rename from api/test/src/com/cloud/agent/api/test/CheckHealthAnswerTest.java rename to api/test/org/apache/cloudstack/api/agent/test/CheckHealthAnswerTest.java index e07f6f35120..6fa94f9884d 100644 --- a/api/test/src/com/cloud/agent/api/test/CheckHealthAnswerTest.java +++ b/api/test/org/apache/cloudstack/api/agent/test/CheckHealthAnswerTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.agent.api.test; +package org.apache.cloudstack.api.agent.test; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; diff --git a/api/test/src/com/cloud/agent/api/test/CheckHealthCommandTest.java b/api/test/org/apache/cloudstack/api/agent/test/CheckHealthCommandTest.java similarity index 96% rename from api/test/src/com/cloud/agent/api/test/CheckHealthCommandTest.java rename to api/test/org/apache/cloudstack/api/agent/test/CheckHealthCommandTest.java index 61e985af7a0..1b565a5505b 100644 --- a/api/test/src/com/cloud/agent/api/test/CheckHealthCommandTest.java +++ b/api/test/org/apache/cloudstack/api/agent/test/CheckHealthCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.agent.api.test; +package org.apache.cloudstack.api.agent.test; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; diff --git a/api/test/src/com/cloud/agent/api/test/CheckNetworkAnswerTest.java b/api/test/org/apache/cloudstack/api/agent/test/CheckNetworkAnswerTest.java similarity index 97% rename from api/test/src/com/cloud/agent/api/test/CheckNetworkAnswerTest.java rename to api/test/org/apache/cloudstack/api/agent/test/CheckNetworkAnswerTest.java index cae921af0e2..1853d3967c9 100644 --- a/api/test/src/com/cloud/agent/api/test/CheckNetworkAnswerTest.java +++ b/api/test/org/apache/cloudstack/api/agent/test/CheckNetworkAnswerTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.agent.api.test; +package org.apache.cloudstack.api.agent.test; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; diff --git a/api/test/src/com/cloud/agent/api/test/CheckNetworkCommandTest.java b/api/test/org/apache/cloudstack/api/agent/test/CheckNetworkCommandTest.java similarity index 97% rename from api/test/src/com/cloud/agent/api/test/CheckNetworkCommandTest.java rename to api/test/org/apache/cloudstack/api/agent/test/CheckNetworkCommandTest.java index 0fbee4aaec5..0b87b587563 100644 --- a/api/test/src/com/cloud/agent/api/test/CheckNetworkCommandTest.java +++ b/api/test/org/apache/cloudstack/api/agent/test/CheckNetworkCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.agent.api.test; +package org.apache.cloudstack.api.agent.test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; diff --git a/api/test/src/com/cloud/agent/api/test/CheckOnHostCommandTest.java b/api/test/org/apache/cloudstack/api/agent/test/CheckOnHostCommandTest.java similarity index 99% rename from api/test/src/com/cloud/agent/api/test/CheckOnHostCommandTest.java rename to api/test/org/apache/cloudstack/api/agent/test/CheckOnHostCommandTest.java index fd948a93f61..1b682761996 100644 --- a/api/test/src/com/cloud/agent/api/test/CheckOnHostCommandTest.java +++ b/api/test/org/apache/cloudstack/api/agent/test/CheckOnHostCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.agent.api.test; +package org.apache.cloudstack.api.agent.test; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; diff --git a/api/test/src/com/cloud/agent/api/test/SnapshotCommandTest.java b/api/test/org/apache/cloudstack/api/agent/test/SnapshotCommandTest.java similarity index 99% rename from api/test/src/com/cloud/agent/api/test/SnapshotCommandTest.java rename to api/test/org/apache/cloudstack/api/agent/test/SnapshotCommandTest.java index 98cdee2a8bf..a7359134f0a 100644 --- a/api/test/src/com/cloud/agent/api/test/SnapshotCommandTest.java +++ b/api/test/org/apache/cloudstack/api/agent/test/SnapshotCommandTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.agent.api.test; +package org.apache.cloudstack.api.agent.test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; diff --git a/api/test/src/com/cloud/api/commands/test/ActivateProjectCmdTest.java b/api/test/org/apache/cloudstack/api/command/test/ActivateProjectCmdTest.java similarity index 98% rename from api/test/src/com/cloud/api/commands/test/ActivateProjectCmdTest.java rename to api/test/org/apache/cloudstack/api/command/test/ActivateProjectCmdTest.java index 073c1aaba57..49b5b0e1a16 100644 --- a/api/test/src/com/cloud/api/commands/test/ActivateProjectCmdTest.java +++ b/api/test/org/apache/cloudstack/api/command/test/ActivateProjectCmdTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.api.commands.test; +package org.apache.cloudstack.api.command.test; import junit.framework.Assert; import junit.framework.TestCase; diff --git a/api/test/src/com/cloud/api/commands/test/AddAccountToProjectCmdTest.java b/api/test/org/apache/cloudstack/api/command/test/AddAccountToProjectCmdTest.java similarity index 99% rename from api/test/src/com/cloud/api/commands/test/AddAccountToProjectCmdTest.java rename to api/test/org/apache/cloudstack/api/command/test/AddAccountToProjectCmdTest.java index 736656f4102..4d2000d4249 100644 --- a/api/test/src/com/cloud/api/commands/test/AddAccountToProjectCmdTest.java +++ b/api/test/org/apache/cloudstack/api/command/test/AddAccountToProjectCmdTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.api.commands.test; +package org.apache.cloudstack.api.command.test; import junit.framework.Assert; import junit.framework.TestCase; diff --git a/api/test/src/com/cloud/api/commands/test/AddClusterCmdTest.java b/api/test/org/apache/cloudstack/api/command/test/AddClusterCmdTest.java similarity index 98% rename from api/test/src/com/cloud/api/commands/test/AddClusterCmdTest.java rename to api/test/org/apache/cloudstack/api/command/test/AddClusterCmdTest.java index 3b546e3cd29..60fea9e54d2 100644 --- a/api/test/src/com/cloud/api/commands/test/AddClusterCmdTest.java +++ b/api/test/org/apache/cloudstack/api/command/test/AddClusterCmdTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.api.commands.test; +package org.apache.cloudstack.api.command.test; import junit.framework.Assert; import junit.framework.TestCase; diff --git a/api/test/src/com/cloud/api/commands/test/AddHostCmdTest.java b/api/test/org/apache/cloudstack/api/command/test/AddHostCmdTest.java similarity index 99% rename from api/test/src/com/cloud/api/commands/test/AddHostCmdTest.java rename to api/test/org/apache/cloudstack/api/command/test/AddHostCmdTest.java index e4bfcdd2f26..4c1b5ee0e0a 100644 --- a/api/test/src/com/cloud/api/commands/test/AddHostCmdTest.java +++ b/api/test/org/apache/cloudstack/api/command/test/AddHostCmdTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.api.commands.test; +package org.apache.cloudstack.api.command.test; import junit.framework.Assert; import junit.framework.TestCase; diff --git a/api/test/src/com/cloud/api/commands/test/AddNetworkServiceProviderCmdTest.java b/api/test/org/apache/cloudstack/api/command/test/AddNetworkServiceProviderCmdTest.java similarity index 98% rename from api/test/src/com/cloud/api/commands/test/AddNetworkServiceProviderCmdTest.java rename to api/test/org/apache/cloudstack/api/command/test/AddNetworkServiceProviderCmdTest.java index 1a5ee4346d5..0b5798fbe23 100644 --- a/api/test/src/com/cloud/api/commands/test/AddNetworkServiceProviderCmdTest.java +++ b/api/test/org/apache/cloudstack/api/command/test/AddNetworkServiceProviderCmdTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.api.commands.test; +package org.apache.cloudstack.api.command.test; import java.util.ArrayList; import java.util.List; diff --git a/api/test/src/com/cloud/api/commands/test/AddSecondaryStorageCmdTest.java b/api/test/org/apache/cloudstack/api/command/test/AddSecondaryStorageCmdTest.java similarity index 98% rename from api/test/src/com/cloud/api/commands/test/AddSecondaryStorageCmdTest.java rename to api/test/org/apache/cloudstack/api/command/test/AddSecondaryStorageCmdTest.java index 3a613157307..1cdd76fbfe2 100644 --- a/api/test/src/com/cloud/api/commands/test/AddSecondaryStorageCmdTest.java +++ b/api/test/org/apache/cloudstack/api/command/test/AddSecondaryStorageCmdTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.api.commands.test; +package org.apache.cloudstack.api.command.test; import junit.framework.Assert; import junit.framework.TestCase; diff --git a/api/test/src/com/cloud/api/commands/test/AddSwiftCmdTest.java b/api/test/org/apache/cloudstack/api/command/test/AddSwiftCmdTest.java similarity index 98% rename from api/test/src/com/cloud/api/commands/test/AddSwiftCmdTest.java rename to api/test/org/apache/cloudstack/api/command/test/AddSwiftCmdTest.java index b5dfa886dbd..34d0baff5ab 100644 --- a/api/test/src/com/cloud/api/commands/test/AddSwiftCmdTest.java +++ b/api/test/org/apache/cloudstack/api/command/test/AddSwiftCmdTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.api.commands.test; +package org.apache.cloudstack.api.command.test; import junit.framework.Assert; import junit.framework.TestCase; diff --git a/api/test/src/com/cloud/api/commands/test/AddVpnUserCmdTest.java b/api/test/org/apache/cloudstack/api/command/test/AddVpnUserCmdTest.java similarity index 98% rename from api/test/src/com/cloud/api/commands/test/AddVpnUserCmdTest.java rename to api/test/org/apache/cloudstack/api/command/test/AddVpnUserCmdTest.java index 11ef43e9256..78e9d92fc9b 100644 --- a/api/test/src/com/cloud/api/commands/test/AddVpnUserCmdTest.java +++ b/api/test/org/apache/cloudstack/api/command/test/AddVpnUserCmdTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package src.com.cloud.api.commands.test; +package org.apache.cloudstack.api.command.test; import junit.framework.Assert; import junit.framework.TestCase;