charm-nova-compute/unit_tests
Linda Guo 98fba99b34 Add 'virsh-audit' action in nova-compute
This new action to list instances as
  virsh sees them on the node (virsh
  list --all), sometimes this disagrees
  with what nova thinks

  Add a new zaza functional test class to
  avoid breaking the older versions

  To run the action, issue command:
  $ juju run-action nova-compute/0 virsh-audit --wait
  unit-nova-compute-0:
  UnitId: nova-compute/0
  id: "134"
  results:
    virsh-domains: |2+
       Id   Name                State
      -----------------------------------
       1    instance-00000001   running
       2    instance-00000002   running
  status: completed
  timing:
    completed: 2020-12-08 11:05:02 +0000 UTC
    enqueued: 2020-12-08 11:04:58 +0000 UTC
    started: 2020-12-08 11:05:01 +0000 UTC

  Closes-Bug: #1907409
  func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/472

Change-Id: I222a119199ada82186e2058402a31a40baf7fd7b
2020-12-17 08:37:04 +11:00
..
__init__.py Remove deploy from source support 2018-01-10 11:39:21 +00:00
test_actions_hugepagereport.py Add action to retrieve hugepage config 2018-05-16 22:22:46 +02:00
test_actions_openstack_upgrade.py Use hosts official name for FQDN 2020-01-13 00:32:09 +01:00
test_actions_pause_resume.py Re-license charm as Apache-2.0 2016-07-03 16:37:37 +00:00
test_actions_virsh_audit.py Add 'virsh-audit' action in nova-compute 2020-12-17 08:37:04 +11:00
test_nova_compute_contexts.py Add Ironic virt type 2020-09-21 12:12:13 +00:00
test_nova_compute_hooks.py Send application name to ceph-mon 2020-10-01 10:33:57 +00:00
test_nova_compute_utils.py Merge "Add Ceph BlueStore Compression support" 2020-09-30 07:52:18 +00:00
test_utils.py Misc fixes for charm infra 2020-05-26 09:38:07 +01:00