Basic starter scenario for testing the dashboard

Add tests to check that the homepage is working, and that it's
possible to log in and see the overview page.

Fixes bug 1204408

Change-Id: Ifd62e833c85b78c39052f1365a4e1e00680713ef
diff --git a/etc/tempest.conf.sample b/etc/tempest.conf.sample
index a73e8a0..8b9bb9c 100644
--- a/etc/tempest.conf.sample
+++ b/etc/tempest.conf.sample
@@ -318,6 +318,13 @@
 # any key, which will generate a keypair for each test class
 #keypair_name = heat_key
 
+[dashboard]
+# URL where to find the dashboard home page
+dashboard_url = 'http://localhost/'
+
+# URL where to submit the login form
+login_url = 'http://localhost/auth/login/'
+
 [scenario]
 # Directory containing image files
 img_dir = /opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
@@ -357,3 +364,5 @@
 nova = True
 # Whether or not Heat is expected to be available
 heat = false
+# Whether or not horizon is expected to be available
+horizon = True