ops_manager_ui_drivers 2.23.0 → 2.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ec8dd046c2092c4f919731b44f7f378eafcdb10b
4
- data.tar.gz: ecb19bfe4b3015e6c3fd2b435dd5aa45a151157f
3
+ metadata.gz: 11ee88336d5ac3f6c8ea989474bf580a6c2fd461
4
+ data.tar.gz: 582a218ccb014d316c189560213ce268b4edc34e
5
5
  SHA512:
6
- metadata.gz: 4832782fc023ff3c6beac0c73e05087d2749524737ec5237869fd88ddef72685a43e76245958f77e3bb47b38bb2a3ac9f8f7b177e71f82009db1487ccbc4ceb2
7
- data.tar.gz: 130be098195d17c3b43c80821f8310d6866e696d4160a53e432d6371ca8891b7f9aaf84d9da360a4f91dc3caf9f3740088d65a1e59c1acc92d328e0fd048ba8c
6
+ metadata.gz: 7d7da37610771f9addcbdc5ed93c51c39c0a69f8cef272b7a648075501a627d394b88c6f146076a3080a7f84867d273ba86990eab5942114d868cff134330ccb
7
+ data.tar.gz: 9342e06647a935cb87abb1b8fbb4016f3e2e84dbf6d6810fc89ebccc042c53536f8ed7756477ee1f1931cce19e4f8281aac517b7c8315c50104110bef5473b7b
@@ -1,3 +1,3 @@
1
1
  module OpsManagerUiDrivers
2
- VERSION = '2.23.0'
2
+ VERSION = '2.24.0'
3
3
  end
@@ -40,6 +40,18 @@ module OpsManagerUiDrivers
40
40
 
41
41
  @bosh_product_form_section.save_form
42
42
  end
43
+
44
+ def configure_icmp_checks(enabled)
45
+ @bosh_product_form_section.open_form('network')
46
+
47
+ if enabled
48
+ @browser.check 'Enable ICMP checks'
49
+ else
50
+ @browser.uncheck 'Enable ICMP checks'
51
+ end
52
+
53
+ @bosh_product_form_section.save_form
54
+ end
43
55
  end
44
56
  end
45
57
  end
@@ -8,6 +8,8 @@ module OpsManagerUiDrivers
8
8
  @iaas_configuration = iaas_configuration
9
9
  end
10
10
 
11
+ delegate :configure_icmp_checks, to: :networks
12
+
11
13
  def configure_bosh_product(test_settings)
12
14
  configure_iaas(test_settings)
13
15
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ops_manager_ui_drivers
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.23.0
4
+ version: 2.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pivotal, Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-07-22 00:00:00.000000000 Z
11
+ date: 2016-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport