From: ldimaggi@sourceware.org <ldimaggi@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/luci/test CGA_0160_Add_User.py conga_sui ...
Date: 20 Feb 2007 21:46:44 -0000 [thread overview]
Message-ID: <20070220214644.18858.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: conga
Changes by: ldimaggi at sourceware.org 2007-02-20 21:46:44
Modified files:
luci/test : CGA_0160_Add_User.py conga_suite.py
Log message:
Minot cleanup only
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/test/CGA_0160_Add_User.py.diff?cvsroot=cluster&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/test/conga_suite.py.diff?cvsroot=cluster&r1=1.10&r2=1.11
--- conga/luci/test/CGA_0160_Add_User.py 2007/02/09 03:23:17 1.6
+++ conga/luci/test/CGA_0160_Add_User.py 2007/02/20 21:46:44 1.7
@@ -140,7 +140,7 @@
#print "DEBUG - loggedInUser=" + loggedInUser + " userName=" + userName
if (loggedInUser == userName):
# Validation 1 - seeing authorized systems
- print 'Verify user ' + userName + ' is able to access authorized systems'
+ self.logger.info('Verify user ' + userName + ' is able to access authorized systems')
self.assertTrue (sel.is_text_present(CONGA_USERS_SYSTEMS[loggedInUser]))
sel.click("link=" + CONGA_USERS_SYSTEMS[loggedInUser])
@@ -157,13 +157,13 @@
self.assertTrue (sel.is_text_present('hda'))
break
except:
- print 'Failed to view hard disk - assume slow reponse - trying again'
+ self.logger.info('Failed to view hard disk - assume slow reponse - trying again')
loopCounter = loopCounter +1
time.sleep (30)
else:
# Validation 2 - not seeing other systems
- print 'Verify user ' + loggedInUser + ' is not able to access unauthorized system ' + CONGA_USERS_SYSTEMS[userName]
+ self.logger.info('Verify user ' + loggedInUser + ' is not able to access unauthorized system ' + CONGA_USERS_SYSTEMS[userName])
self.assertFalse (sel.is_text_present(CONGA_USERS_SYSTEMS[userName]))
logout(self.selenium)
--- conga/luci/test/conga_suite.py 2007/02/20 20:18:25 1.10
+++ conga/luci/test/conga_suite.py 2007/02/20 21:46:44 1.11
@@ -67,9 +67,9 @@
# Assemble the suite
suite = unittest.TestSuite()
-#suite.addTest(congaDemoSuite)
-#suite.addTest(CGA_0160_Add_UserSuite)
-#suite.addTest(CGA_0170_Online_Documentation_Portlet_Suite)
+suite.addTest(congaDemoSuite)
+suite.addTest(CGA_0160_Add_UserSuite)
+suite.addTest(CGA_0170_Online_Documentation_Portlet_Suite)
suite.addTest(CGA_0200_Create_cluster_Suite)
# Run the test suite
reply other threads:[~2007-02-20 21:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070220214644.18858.qmail@sourceware.org \
--to=ldimaggi@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).