Skip to content

Commit

Permalink
- set proposal_snapshots in testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
aschnell committed Jan 17, 2014
1 parent 0d173f8 commit d2cd33a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions testsuite/tests/empty-efi1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def main

ProductFeatures.SetBooleanFeature("partitioning", "try_separate_home", false)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_lvm", false)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_snapshots", false)
ProductFeatures.SetStringFeature("partitioning", "vm_desired_size", "30 GB")
ProductFeatures.SetStringFeature("partitioning", "root_base_size", "20 GB")

Expand Down
1 change: 1 addition & 0 deletions testsuite/tests/empty-efi2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def main

ProductFeatures.SetBooleanFeature("partitioning", "try_separate_home", true)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_lvm", false)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_snapshots", false)
ProductFeatures.SetStringFeature("partitioning", "vm_desired_size", "30 GB")
ProductFeatures.SetStringFeature("partitioning", "root_base_size", "20 GB")

Expand Down
1 change: 1 addition & 0 deletions testsuite/tests/empty1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def main

ProductFeatures.SetBooleanFeature("partitioning", "try_separate_home", false)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_lvm", false)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_snapshots", false)
ProductFeatures.SetStringFeature("partitioning", "vm_desired_size", "30 GB")
ProductFeatures.SetStringFeature("partitioning", "root_base_size", "20 GB")

Expand Down
1 change: 1 addition & 0 deletions testsuite/tests/empty2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def main

ProductFeatures.SetBooleanFeature("partitioning", "try_separate_home", true)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_lvm", false)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_snapshots", false)
ProductFeatures.SetStringFeature("partitioning", "vm_desired_size", "30 GB")
ProductFeatures.SetStringFeature("partitioning", "root_base_size", "20 GB")

Expand Down
1 change: 1 addition & 0 deletions testsuite/tests/empty3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def main

ProductFeatures.SetBooleanFeature("partitioning", "try_separate_home", false)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_lvm", true)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_snapshots", false)
ProductFeatures.SetBooleanFeature("partitioning", "vm_keep_unpartitioned_region", true)
ProductFeatures.SetStringFeature("partitioning", "vm_desired_size", "30 GB")
ProductFeatures.SetStringFeature("partitioning", "root_base_size", "20 GB")
Expand Down
1 change: 1 addition & 0 deletions testsuite/tests/empty4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def main

ProductFeatures.SetBooleanFeature("partitioning", "try_separate_home", true)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_lvm", true)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_snapshots", false)
ProductFeatures.SetBooleanFeature("partitioning", "vm_keep_unpartitioned_region", true)
ProductFeatures.SetStringFeature("partitioning", "vm_desired_size", "30 GB")
ProductFeatures.SetStringFeature("partitioning", "root_base_size", "20 GB")
Expand Down
1 change: 1 addition & 0 deletions testsuite/tests/empty5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def main

ProductFeatures.SetBooleanFeature("partitioning", "try_separate_home", false)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_lvm", true)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_snapshots", false)
ProductFeatures.SetStringFeature("partitioning", "vm_desired_size", "30 GB")
ProductFeatures.SetStringFeature("partitioning", "root_base_size", "20 GB")

Expand Down
1 change: 1 addition & 0 deletions testsuite/tests/empty6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def main

ProductFeatures.SetBooleanFeature("partitioning", "try_separate_home", true)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_lvm", true)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_snapshots", false)
ProductFeatures.SetStringFeature("partitioning", "vm_desired_size", "30 GB")
ProductFeatures.SetStringFeature("partitioning", "root_base_size", "20 GB")

Expand Down
1 change: 1 addition & 0 deletions testsuite/tests/half-empty1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def main

ProductFeatures.SetBooleanFeature("partitioning", "try_separate_home", true)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_lvm", false)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_snapshots", false)
ProductFeatures.SetStringFeature("partitioning", "root_base_size", "20 GB")

Yast.include self, "helper1b.rb"
Expand Down
1 change: 1 addition & 0 deletions testsuite/tests/reuse-home1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def main

ProductFeatures.SetBooleanFeature("partitioning", "try_separate_home", true)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_lvm", false)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_snapshots", false)
ProductFeatures.SetStringFeature("partitioning", "root_max_size", "20 GB")
ProductFeatures.SetStringFeature("partitioning", "root_base_size", "15 GB")

Expand Down
1 change: 1 addition & 0 deletions testsuite/tests/windows-only1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def main

ProductFeatures.SetBooleanFeature("partitioning", "try_separate_home", true)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_lvm", false)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_snapshots", false)
ProductFeatures.SetStringFeature("partitioning", "root_max_size", "20 GB")
ProductFeatures.SetStringFeature("partitioning", "root_base_size", "15 GB")

Expand Down
1 change: 1 addition & 0 deletions testsuite/tests/windows1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def main

ProductFeatures.SetBooleanFeature("partitioning", "try_separate_home", true)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_lvm", false)
ProductFeatures.SetBooleanFeature("partitioning", "proposal_snapshots", false)
ProductFeatures.SetStringFeature("partitioning", "root_max_size", "20 GB")
ProductFeatures.SetStringFeature("partitioning", "root_base_size", "15 GB")

Expand Down

0 comments on commit d2cd33a

Please sign in to comment.