There shouldn't be any need to change the VM configuration. As defined, you should just be able to run "mvn install" in calcite-test-dataset and then run the integration tests with no further changes needed.
-- Michael Mior [email protected] 2017-11-12 3:22 GMT-05:00 Christian Tzolov <[email protected]>: > I am still not sure how do you connect the existing Adapter Integration > Tests to the ubuntucalcite VM (https://github.com/vlsi/ > calcite-test-dataset > )? > > The only way i managed to access this > VM > is by setting > a private network in the Vagrantfile like this: > > > ubuntucalcite.vm.network :private_network, ip: "10.211.55.1" > > This > adds additional "Host-only Adapter" > in the VM that is visible on the host machine as > virtualbox1 interface with an explicit IP > . > > > vboxnet1: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu > 1500 > > ether 0a:00:27:00:00:01 > > inet *10.211.55.1* netmask 0xffffff00 broadcast 10.211.55.255 > > Using the IP I can > connect to > and access the services on the VM. > > B > ut i guess you have another way to do this without private_network > definitions? > > > > > > > On 11 November 2017 at 12:52, Christian Tzolov <[email protected]> wrote: > > > I'm adding Apache Geode provisioning to the /vlsi/calcite-test-dataset > > test VM > > > > I can build and start the Vagrant environment, i can > > "vagrant ssh" and verify that all the services are running that the > > required ports are forwarded. > > > > But i can't access those services from the host (MacOSX) machine. The > > ifconfig shows: > > > > vboxnet0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > > ether 0a:00:27:00:00:00 > > > > So i am not sure if this interface is accessible and one which IP > address? > > > > How do you run the IT tests against the calcite-test-dataset (e.g. > > ubuntucalcite) VM? > > > > Cheers, > > Christian > > > > >
