Testcases shouldn't run prematurely from installer script 19/97719/4
authorAkhila Kishore <akhila.kishore@intel.com>
Tue, 29 Oct 2019 22:53:45 +0000 (15:53 -0700)
committerAkhila Kishore <akhila.kishore@intel.com>
Wed, 30 Oct 2019 18:32:21 +0000 (11:32 -0700)
commitef732ee5db7c92f67c400a40028ee8ba97b70ecf
tree68bd42218d4224b25a58fa512bceebe60561fbab
parentb0e4204b131d51eb8d0d424ab9d74902f99b3a6f
Testcases shouldn't run prematurely from installer script

Testing_enabled: true in the installer script, causes
the test cases to run immediately after the playbook even before
the pods are completely up. Causing some of the test cases to fail.
Making sure, the test cases run only after all of playbooks
have finished running. Correcting the identation

Signed-off-by: Akhila Kishore <akhila.kishore@intel.com>
Issue-ID: MULTICLOUD-904
Change-Id: Ieec33f46301d7c8d9cb36ac5f32caefca2981804
kud/hosting_providers/vagrant/installer.sh