ci(ovn): add verification tests for database (#1048)
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
diff --git a/molecule/aio/verify.yml b/molecule/aio/verify.yml
index 3a4757b..d5a24f7 100644
--- a/molecule/aio/verify.yml
+++ b/molecule/aio/verify.yml
@@ -12,5 +12,17 @@
# License for the specific language governing permissions and limitations
# under the License.
+- name: Run tests
+ hosts: localhost
+ gather_facts: false
+ tasks:
+ - name: Run "stestr" tests
+ become: true
+ ansible.builtin.shell: stestr run
+ args:
+ chdir: "{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') }}"
+ environment:
+ KUBECONFIG: /root/.kube/config
+
- name: Run Tempest tests
ansible.builtin.import_playbook: vexxhost.atmosphere.tempest