Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Add horizon sanity check to basic queries
Make sure horizon is responding on both ports for
basic integratoin queries.

Change-Id: I97397e4bf56ae4030f8d7f9cc97044346aea3982
  • Loading branch information
kramvan1 authored and Ma Wen Cheng committed Jul 3, 2015
1 parent a2bbed7 commit 6f11ecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -91,6 +91,7 @@ end
# Helper for setting up basic query tests
def _run_basic_queries # rubocop:disable Metrics/MethodLength
_run_commands('basic test queries', {
'curl' => ['-v http://localhost', '-kv https://localhost'],
'nova-manage' => ['version', 'db version'],
'nova' => %w(--version service-list hypervisor-list net-list image-list),
'glance-manage' => %w(db_version),
Expand Down

0 comments on commit 6f11ecd

Please sign in to comment.