features/dns_resolution.feature in landrush-1.1.2 vs features/dns_resolution.feature in landrush-1.2.0

- old
+ new

@@ -14,13 +14,13 @@ config.landrush.enabled = true config.landrush.tld = 'landrush-acceptance-test' end """ When I successfully run `bundle exec vagrant up --provider <provider>` - Then the hostname "my-host.landrush-acceptance-test" should resolve to "10.10.10.123" on the internal DNS server - And the hostname "my-host.landrush-acceptance-test" should resolve to "10.10.10.123" on the host + Then the hostname "my-host.landrush-acceptance-test" should resolve to "10.10.10.123" on the host And the hostname "my-host.landrush-acceptance-test" should resolve to "10.10.10.123" on the guest + And the hostname "my-host.landrush-acceptance-test" should resolve to "10.10.10.123" on the internal DNS server When I successfully run `bundle exec vagrant landrush set my-static-host.landrush-acceptance-test 42.42.42.42` Then the hostname "my-static-host.landrush-acceptance-test" should resolve to "42.42.42.42" on the internal DNS server And the hostname "my-static-host.landrush-acceptance-test" should resolve to "42.42.42.42" on the host And the hostname "my-static-host.landrush-acceptance-test" should resolve to "42.42.42.42" on the guest @@ -28,8 +28,9 @@ When I successfully run `bundle exec vagrant landrush set my-static-cname-host.landrush-acceptance-test my-static-host.landrush-acceptance-test` Then the hostname "my-static-cname-host.landrush-acceptance-test" should resolve to "42.42.42.42" on the internal DNS server And the hostname "my-static-cname-host.landrush-acceptance-test" should resolve to "42.42.42.42" on the host Examples: - | box | provider | - | debian/jessie64 | virtualbox | - #| ubuntu/wily64 | virtualbox | + | box | provider | + | debian/jessie64 | virtualbox | + #| opensuse/openSUSE-42.1-x86_64 | virtualbox | + #| ubuntu/wily64 | virtualbox |