[GitHub] cloudstack pull request: CLOUDSTACK-8895: Verify if storage on sto...

2016-02-09 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cloudstack/pull/869


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8895: Verify if storage on sto...

2015-12-29 Thread DaanHoogland
Github user DaanHoogland commented on the pull request:

https://github.com/apache/cloudstack/pull/869#issuecomment-167753605
  
@sanju1010 it shouldn't be in the same file then, or the file should be 
renamed to a more generic name 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8895: Verify if storage on sto...

2015-12-29 Thread sanju1010
Github user sanju1010 commented on the pull request:

https://github.com/apache/cloudstack/pull/869#issuecomment-167752950
  
@DaanHoogland / @remibergsma can you please merge this PR?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8895: Verify if storage on sto...

2015-12-29 Thread sanju1010
Github user sanju1010 commented on the pull request:

https://github.com/apache/cloudstack/pull/869#issuecomment-167752857
  
It is not type Daan. First test inside TestAttachDataDisk class tests some 
functionality on ZWPS and this one is for CWPS.
Test Results :

Attach Data Disk To VM on ZWPS ... === TestName: 
test_01_attach_datadisk_to_vm_on_zwps | Status : SUCCESS === 
ok 
-- 
Ran 1 tests in 122.641s 
OK

LGTM !!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8895: Verify if storage on sto...

2015-12-28 Thread DaanHoogland
Github user DaanHoogland commented on a diff in the pull request:

https://github.com/apache/cloudstack/pull/869#discussion_r48475788
  
--- Diff: test/integration/testpaths/testpath_attach_disk_zwps.py ---
@@ -207,3 +208,188 @@ def test_01_attach_datadisk_to_vm_on_zwps(self):
 "Check: Data if Disk is attached to VM")
 
 return
+
+
+class TestAttachDataDiskOnCWPS(cloudstackTestCase):
--- End diff --

is the name of this class a typo? it ends with CWPS (cluster wide primary 
storage?).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8895: Verify if storage on sto...

2015-12-28 Thread sanju1010
Github user sanju1010 commented on the pull request:

https://github.com/apache/cloudstack/pull/869#issuecomment-167551878
  
I did a code walk-through and looks good.
LGTM !! 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8895: Verify if storage on sto...

2015-12-23 Thread remibergsma
Github user remibergsma commented on the pull request:

https://github.com/apache/cloudstack/pull/869#issuecomment-166888961
  
@pvr9711 Where is your LGTM based on? I'd like to see some background, as 
otherwise we don't know what you tested / reviewed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8895: Verify if storage on sto...

2015-12-23 Thread pvr9711
Github user pvr9711 commented on the pull request:

https://github.com/apache/cloudstack/pull/869#issuecomment-166880339
  
@runseb, this cannot be run via simulator.  
LGTM



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8895: Verify if storage on sto...

2015-09-30 Thread runseb
Github user runseb commented on the pull request:

https://github.com/apache/cloudstack/pull/869#issuecomment-144331549
  
@pritisarap12 can this be run via simulator ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8895: Verify if storage on sto...

2015-09-22 Thread pritisarap12
GitHub user pritisarap12 opened a pull request:

https://github.com/apache/cloudstack/pull/869

CLOUDSTACK-8895: Verify if storage on storage pool can be attached to VM

Test case to verify if data volume uploaded in a storage pool(Cluster wide 
storage pool) is available for attachment to a Virtual Machine.and also check 
that after attachment the volume is in correct storage pool.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/pritisarap12/cloudstack 
CLOUDSTACK-8895-Verify-if-storage-can-be-selected-when-attaching-uploaded-data-volume-to-VM

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cloudstack/pull/869.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #869


commit 48544cc7d007f05927bb291ee50871276e75
Author: Priti Sarap 
Date:   2015-09-22T07:41:44Z

CLOUDSTACK-8895: Verify if storage can be selected when attaching uploaded 
data volume to VM




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] cloudstack pull request: CLOUDSTACK-8895: Verify if storage on sto...

2015-09-22 Thread pritisarap12
Github user pritisarap12 commented on the pull request:

https://github.com/apache/cloudstack/pull/869#issuecomment-142205006
  
Test case result:

Attach Data Disk on CWPS To VM ... === TestName: 
test_01_attach_datadisk_to_vm_on_zwps | Status : SUCCESS ===
ok

--
Ran 1 test in 188.574s

OK



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---