diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-05-09 19:22:51 -0400 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-05-11 11:17:30 -0400 |
commit | abadf9ec0d8dd15368a8c24616eb6a9439d9c927 (patch) | |
tree | df234d7a066bb1c55450da5adb1bfe105d9b7dab /install/ui/test/functional/dnszone-suite.html | |
parent | 314d6be229736d76aaf538e9e05894ee42b476fb (diff) | |
download | freeipa.git-abadf9ec0d8dd15368a8c24616eb6a9439d9c927.tar.gz freeipa.git-abadf9ec0d8dd15368a8c24616eb6a9439d9c927.tar.xz freeipa.git-abadf9ec0d8dd15368a8c24616eb6a9439d9c927.zip |
Added Selenium tests for DNS.
Diffstat (limited to 'install/ui/test/functional/dnszone-suite.html')
-rw-r--r-- | install/ui/test/functional/dnszone-suite.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/install/ui/test/functional/dnszone-suite.html b/install/ui/test/functional/dnszone-suite.html new file mode 100644 index 00000000..b90066fb --- /dev/null +++ b/install/ui/test/functional/dnszone-suite.html @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <meta content="text/html; charset=UTF-8" http-equiv="content-type" /> + <title>Test Suite</title> +</head> +<body> +<table id="suiteTable" cellpadding="1" cellspacing="1" border="1" class="selenium"><tbody> +<tr><td><b>Test Suite</b></td></tr> +<tr><td><a href="dnszone-add.html">Add DNS Zone</a></td></tr> +<tr><td><a href="dnszone-find.html">Search DNS Zone</a></td></tr> +<tr><td><a href="dnszone-mod.html">Edit DNS Zone</a></td></tr> +<tr><td><a href="dnszone-del.html">Delete DNS Zone</a></td></tr> +</tbody></table> +</body> +</html> |