| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
The last update to add make clean introduced errors. We cannot clean the
Vagrantfile before calling vagrant destroy.
This fixes the regressions introduced by that update.
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
|
|
|
|
|
|
| |
Allow users to remove temporary files with make clean
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
|
|
|
|
|
|
|
|
|
|
|
| |
At the moment we run the tests in the same playbook as setting up of the
client machines. With this patch we separate out these two distinct
processes.
This will also allow easier development of tests as it reduces the time
required to run the tests on an existing environment.
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
|
|
|
|
|
|
|
|
|
|
|
| |
To allow users to override variables used in the ansible playbooks. This
at the moment is only used for test_repo and test_repo_branch to allow
users to specify the repo and branch to used to run their test.
Extra variables specified in the form
EXTRA_VARS="test_repo=https://github.com/spuiuk/samba-integration.git test_repo_branch=tests-consistency_check" make setup.site
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
|
|
|
|
|
|
| |
Can be used by to manually re-run tests.
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
|
|
|
|
|
|
|
|
| |
site.yml is used to create both client and cluster machines.
The previous patch introduced a regression which meant the client vms
are not setup.
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
|
|
|
|
|
|
|
|
| |
By accident an ssh command using /root/.vagrant.d/insecure_private_key
was commited into the tree. Fix this by using the pre-created
ssh-config-host.
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
|
|
|
| |
This allows callers to follow the status as the commands are executed on
setup.
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
|
|
|
|
|
|
|
| |
Present the setup scripts with completely updated hosts.
Updating in parallel will also speed up the install process.
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
| |
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Signed-off-by: Michael Adam <obnox@samba.org>
|