summaryrefslogtreecommitdiffstats
path: root/install/ui/test/ip_tests.html
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2011-12-19 16:14:04 +0100
committerEndi S. Dewata <edewata@redhat.com>2011-12-21 13:13:06 -0600
commit78e93c11f680dd4bc23fd88f520fb333f0119f7f (patch)
tree82b969549fe1e90d271a11cd6b3bc56dbdb0e1fd /install/ui/test/ip_tests.html
parent5fc064f13e44812042a617a322bcd6111d2b39b2 (diff)
downloadfreeipa-78e93c11f680dd4bc23fd88f520fb333f0119f7f.tar.gz
freeipa-78e93c11f680dd4bc23fd88f520fb333f0119f7f.tar.xz
freeipa-78e93c11f680dd4bc23fd88f520fb333f0119f7f.zip
Parsing of IPv4 and IPv6 addresses
Added support of parsing and validation of IPv4 and IPv6 addresses. Class IP.address can also create reverse address from any valid IPv4 or IPv6 address. This functionality is needed for tickets: https://fedorahosted.org/freeipa/ticket/1466 https://fedorahosted.org/freeipa/ticket/1975
Diffstat (limited to 'install/ui/test/ip_tests.html')
-rw-r--r--install/ui/test/ip_tests.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/install/ui/test/ip_tests.html b/install/ui/test/ip_tests.html
new file mode 100644
index 000000000..76ba2a590
--- /dev/null
+++ b/install/ui/test/ip_tests.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>IP addresses test suite</title>
+ <link rel="stylesheet" href="qunit.css" type="text/css" media="screen">
+ <script type="text/javascript" src="qunit.js"></script>
+ <script type="text/javascript" src="../net.js"></script>
+ <script type="text/javascript" src="ip_tests.js"></script>
+</head>
+<body>
+ <h1 id="qunit-header">IP addresses test suite</h1>
+ <h2 id="qunit-banner"></h2>
+ <div id="qunit-testrunner-toolbar"></div>
+ <h2 id="qunit-userAgent"></h2>
+ <ol id="qunit-tests"></ol>
+ <div id="qunit-fixture"></div>
+</body>
+</html> \ No newline at end of file