Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 599964 Details for
Bug 842567
Incompability in interpretation of CLI scripts in JON3.1 and master
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
output of creatingContentBackedRes.js for JON3.1
creatingContentBackedResOutputJON3-1.txt (text/plain), 67.89 KB, created by
Filip Brychta
on 2012-07-24 09:09:16 UTC
(
hide
)
Description:
output of creatingContentBackedRes.js for JON3.1
Filename:
MIME Type:
Creator:
Filip Brychta
Created:
2012-07-24 09:09:16 UTC
Size:
67.89 KB
patch
obsolete
>Buildfile: /home/fbrychta/Work/repo/automatjon/jon/clitest/build.xml > >deps: > >deps: > [echo] Compiling dependencies in ../../../webui-framework > >compile: > [echo] Compiling webui-framework... > [javac] /home/fbrychta/Work/repo/webui-framework/build.xml:21: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds > >compile: > [echo] Compiling [JON common] in /home/fbrychta/Work/repo/automatjon/jon/common > [javac] /home/fbrychta/Work/repo/automatjon/jon/common/build.xml:34: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds > [echo] Done. > >compile: > [echo] Compiling [RHQ/JON CLI test with JS files] in /home/fbrychta/Work/repo/automatjon/jon/clitest > [javac] /home/fbrychta/Work/repo/automatjon/jon/clitest/build.xml:46: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds > [copy] Copying 3 files to /home/fbrychta/Work/repo/automatjon/jon/clitest/bin/resources > [echo] Done. > >run: > [testng] [Parser] Running: > [testng] /home/fbrychta/Work/repo/automatjon/jon/clitest/src/com/redhat/qe/jon/clitest/tests/mytestng.xml > [testng] > [testng] java.io.FileNotFoundException: /home/fbrychta/Work/repo/automatjon/jon/common/lib/ReportEngineClient.properties (No such file or directory) > [testng] at java.io.FileInputStream.open(Native Method) > [testng] Report Engine Client: Properties File: ENV: null > [testng] at java.io.FileInputStream.<init>(FileInputStream.java:137) > [testng] Report Engine Client: Properties File: SySSet: null > [testng] Report Engine Client: Properties File: /home/fbrychta/Work/repo/automatjon/jon/common/lib/ReportEngineClient.properties > [testng] at java.io.FileInputStream.<init>(FileInputStream.java:96) > [testng] Report Engine Client: Report Engine Client Failed to Load!! > [testng] at java.io.FileReader.<init>(FileReader.java:58) > [testng] at com.redhat.reportengine.client.RemoteAPI.setAllVariables(RemoteAPI.java:100) > [testng] at com.redhat.reportengine.client.RemoteAPI.doInitialize(RemoteAPI.java:219) > [testng] at com.redhat.reportengine.client.RemoteAPI.initClient(RemoteAPI.java:199) > [testng] at com.redhat.reportengine.client.RemoteAPI.initClient(RemoteAPI.java:195) > [testng] at com.redhat.reportengine.client.ReportEngineTestNGListner.<init>(ReportEngineTestNGListner.java:26) > [testng] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > [testng] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) > [testng] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > [testng] at java.lang.reflect.Constructor.newInstance(Constructor.java:532) > [testng] at java.lang.Class.newInstance0(Class.java:372) > [testng] at java.lang.Class.newInstance(Class.java:325) > [testng] at org.testng.internal.ClassHelper.newInstance(ClassHelper.java:41) > [testng] at org.testng.TestNG.runSuitesLocally(TestNG.java:815) > [testng] at org.testng.TestNG.run(TestNG.java:748) > [testng] at org.testng.TestNG.privateMain(TestNG.java:904) > [testng] at org.testng.TestNG.main(TestNG.java:877) > [testng] Jul 23, 2012 6:18:36 PM com.redhat.qe.auto.testng.TestNGListener onStart > [testng] INFO: Starting TestNG Suite:RHQ CLI JS/JAVA Test > [testng] 201207231818:36.745 - FINE: Loaded logger configuration from log.propertiesfile: log.properties (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.749 - INFO: System property automation.propertiesfile is not set. Defaulting to /home/fbrychta/automation.properties (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] java.io.FileNotFoundException: /home/fbrychta/automation.properties (No such file or directory) > [testng] at java.io.FileInputStream.open(Native Method) > [testng] at java.io.FileInputStream.<init>(FileInputStream.java:137) > [testng] at java.io.FileInputStream.<init>(FileInputStream.java:96) > [testng] at com.redhat.qe.auto.testng.TestScript.<init>(TestScript.java:57) > [testng] at com.redhat.qe.jon.clitest.base.CliTestScript.<init>(CliTestScript.java:28) > [testng] at com.redhat.qe.jon.clitest.tests.CliTest.<init>(CliTest.java:23) > [testng] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > [testng] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) > [testng] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > [testng] at java.lang.reflect.Constructor.newInstance(Constructor.java:532) > [testng] at org.testng.internal.ObjectFactoryImpl.newInstance(ObjectFactoryImpl.java:26) > [testng] at org.testng.internal.ClassHelper.createInstance(ClassHelper.java:330) > [testng] at org.testng.internal.ClassImpl.getDefaultInstance(ClassImpl.java:62) > [testng] at org.testng.internal.ClassImpl.getInstances(ClassImpl.java:81) > [testng] at org.testng.internal.TestNGClassFinder.<init>(TestNGClassFinder.java:114) > [testng] at org.testng.TestRunner.initMethods(TestRunner.java:289) > [testng] at org.testng.TestRunner.init(TestRunner.java:235) > [testng] at org.testng.TestRunner.init(TestRunner.java:197) > [testng] at org.testng.TestRunner.<init>(TestRunner.java:141) > [testng] at org.testng.SuiteRunner$DefaultTestRunnerFactory.newTestRunner(SuiteRunner.java:488) > [testng] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:250) > [testng] at org.testng.SuiteRunner.run(SuiteRunner.java:204) > [testng] at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:867) > [testng] at org.testng.TestNG.runSuitesLocally(TestNG.java:832) > [testng] at org.testng.TestNG.run(TestNG.java:748) > [testng] at org.testng.TestNG.privateMain(TestNG.java:904) > [testng] at org.testng.TestNG.main(TestNG.java:877) > [testng] 201207231818:36.750 - SEVERE: Could not load automation properties from /home/fbrychta/automation.properties (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] java.io.FileNotFoundException: /home/fbrychta/automation.properties (No such file or directory) > [testng] at java.io.FileInputStream.open(Native Method) > [testng] at java.io.FileInputStream.<init>(FileInputStream.java:137) > [testng] at java.io.FileInputStream.<init>(FileInputStream.java:96) > [testng] at com.redhat.qe.auto.testng.TestScript.<init>(TestScript.java:57) > [testng] at com.redhat.qe.jon.clitest.base.CliTestScript.<init>(CliTestScript.java:28) > [testng] at com.redhat.qe.jon.clitest.tests.CliTest.<init>(CliTest.java:23) > [testng] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > [testng] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) > [testng] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > [testng] at java.lang.reflect.Constructor.newInstance(Constructor.java:532) > [testng] at org.testng.internal.ObjectFactoryImpl.newInstance(ObjectFactoryImpl.java:26) > [testng] at org.testng.internal.ClassHelper.createInstance(ClassHelper.java:330) > [testng] at org.testng.internal.ClassImpl.getDefaultInstance(ClassImpl.java:62) > [testng] at org.testng.internal.ClassImpl.getInstances(ClassImpl.java:81) > [testng] at org.testng.internal.TestNGClassFinder.<init>(TestNGClassFinder.java:114) > [testng] at org.testng.TestRunner.initMethods(TestRunner.java:289) > [testng] at org.testng.TestRunner.init(TestRunner.java:235) > [testng] at org.testng.TestRunner.init(TestRunner.java:197) > [testng] at org.testng.TestRunner.<init>(TestRunner.java:141) > [testng] at org.testng.SuiteRunner$DefaultTestRunnerFactory.newTestRunner(SuiteRunner.java:488) > [testng] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:250) > [testng] at org.testng.SuiteRunner.run(SuiteRunner.java:204) > [testng] at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:867) > [testng] at org.testng.TestNG.runSuitesLocally(TestNG.java:832) > [testng] at org.testng.TestNG.run(TestNG.java:748) > [testng] at org.testng.TestNG.privateMain(TestNG.java:904) > [testng] at org.testng.TestNG.main(TestNG.java:877) > [testng] > [testng] 201207231818:36.751 - FINER: Property(eap6plugin.configfile)= ${eap6plugin.configfile} (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.752 - FINER: Property(env)= fbrychta (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.752 - FINER: Property(file.encoding)= UTF-8 (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.752 - FINER: Property(file.encoding.pkg)= sun.io (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.753 - FINER: Property(file.separator)= / (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.753 - FINER: Property(java.awt.graphicsenv)= sun.awt.X11GraphicsEnvironment (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.753 - FINER: Property(java.awt.printerjob)= sun.print.PSPrinterJob (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.754 - FINER: Property(java.class.path)= /home/fbrychta/Work/repo/automatjon/jon/clitest/bin:/home/fbrychta/Work/repo/webui-framework/bin:/home/fbrychta/Work/repo/automatjon/jon/common/bin:/home/fbrychta/Work/repo/webui-framework/lib/ant-1.8.2.jar:/home/fbrychta/Work/repo/webui-framework/lib/ant-antlr-1.8.2.jar:/home/fbrychta/Work/repo/webui-framework/lib/ant-junit-1.8.2.jar:/home/fbrychta/Work/repo/webui-framework/lib/ant-launcher-1.8.2.jar:/home/fbrychta/Work/repo/webui-framework/lib/antlr-2.7.7.jar:/home/fbrychta/Work/repo/webui-framework/lib/asm-3.2.jar:/home/fbrychta/Work/repo/webui-framework/lib/asm-analysis-3.2.jar:/home/fbrychta/Work/repo/webui-framework/lib/asm-commons-3.2.jar:/home/fbrychta/Work/repo/webui-framework/lib/asm-tree-3.2.jar:/home/fbrychta/Work/repo/webui-framework/lib/asm-util-3.2.jar:/home/fbrychta/Work/repo/webui-framework/lib/bsf-2.4.0.jar:/home/fbrychta/Work/repo/webui-framework/lib/commons-cli-1.2.jar:/home/fbrychta/Work/repo/webui-framework/lib/commons-codec-1.3.jar:/home/fbrychta/Work/repo/webui-framework/lib/commons-httpclient-3.1.jar:/home/fbrychta/Work/repo/webui-framework/lib/commons-logging-1.1.1-javadoc.jar:/home/fbrychta/Work/repo/webui-framework/lib/commons-logging-1.1.1-sources.jar:/home/fbrychta/Work/repo/webui-framework/lib/commons-logging-1.1.1.jar:/home/fbrychta/Work/repo/webui-framework/lib/google-collect-1.0-rc3.jar:/home/fbrychta/Work/repo/webui-framework/lib/groovy-1.8.4.jar:/home/fbrychta/Work/repo/webui-framework/lib/httpclient-4.1.2.jar:/home/fbrychta/Work/repo/webui-framework/lib/httpclient-negotiate.jar:/home/fbrychta/Work/repo/webui-framework/lib/httpcore-4.1.2.jar:/home/fbrychta/Work/repo/webui-framework/lib/ivy-2.2.0.jar:/home/fbrychta/Work/repo/webui-framework/lib/jansi-1.2.1.jar:/home/fbrychta/Work/repo/webui-framework/lib/jline-0.9.94.jar:/home/fbrychta/Work/repo/webui-framework/lib/jsp-api-2.0.jar:/home/fbrychta/Work/repo/webui-framework/lib/junit-4.8.2.jar:/home/fbrychta/Work/repo/webui-framework/lib/ldtp-client.jar:/home/fbrychta/Work/repo/webui-framework/lib/not-yet-commons-ssl-0.3.10.jar:/home/fbrychta/Work/repo/webui-framework/lib/reportng-1.1.3.jar:/home/fbrychta/Work/repo/webui-framework/lib/sahi.jar:/home/fbrychta/Work/repo/webui-framework/lib/selenium-java-2.0rc2.jar:/home/fbrychta/Work/repo/webui-framework/lib/selenium-java-client-driver.jar:/home/fbrychta/Work/repo/webui-framework/lib/servlet-api-2.4.jar:/home/fbrychta/Work/repo/webui-framework/lib/signpost-commonshttp4-1.2.1.1.jar:/home/fbrychta/Work/repo/webui-framework/lib/signpost-core-1.2.1.1.jar:/home/fbrychta/Work/repo/webui-framework/lib/testng-5.9-jdk15.jar:/home/fbrychta/Work/repo/webui-framework/lib/testng-6.0.1.jar:/home/fbrychta/Work/repo/webui-framework/lib/trilead-ssh2-build213.jar:/home/fbrychta/Work/repo/webui-framework/lib/typica.jar:/home/fbrychta/Work/repo/webui-framework/lib/velocity-1.6.2-dep.jar:/home/fbrychta/Work/repo/webui-framework/lib/velocity-dep-1.4.jar:/home/fbrychta/Work/repo/webui-framework/lib/ws-commons-util-1.0.2.jar:/home/fbrychta/Work/repo/webui-framework/lib/xmlrpc-1.1.1.jar:/home/fbrychta/Work/repo/webui-framework/lib/xmlrpc-client-3.1.jar:/home/fbrychta/Work/repo/webui-framework/lib/xmlrpc-common-3.1.jar:/home/fbrychta/Work/repo/webui-framework/lib/xstream-1.3.1.jar:/home/fbrychta/Work/repo/automatjon/jon/common/lib/ReportEngineClient.jar:/home/fbrychta/Work/repo/automatjon/jon/common/lib/cajo.jar:/home/fbrychta/Work/repo/automatjon/jon/common/lib/jboss-as-controller-client-7.1.0.CR1-redhat-1.jar:/home/fbrychta/Work/repo/automatjon/jon/common/lib/jboss-as-protocol-7.1.0.CR1-redhat-1.jar:/home/fbrychta/Work/repo/automatjon/jon/common/lib/jboss-dmr-1.1.1.Final-redhat-1.jar:/home/fbrychta/Work/repo/automatjon/jon/common/lib/jboss-logging-3.1.0.CR2-redhat-1.jar:/home/fbrychta/Work/repo/automatjon/jon/common/lib/jboss-marshalling-1.3.4.GA-redhat-1.jar:/home/fbrychta/Work/repo/automatjon/jon/common/lib/jboss-remoting-3.2.0.CR8-redhat-1.jar:/home/fbrychta/Work/repo/automatjon/jon/common/lib/jboss-sasl-1.0.0.Beta9-redhat-1.jar:/home/fbrychta/Work/repo/automatjon/jon/common/lib/jboss-threads-2.0.0.GA-redhat-1.jar:/home/fbrychta/Work/repo/automatjon/jon/common/lib/xnio-api-3.0.0.GA-redhat-1.jar:/home/fbrychta/Work/repo/automatjon/jon/common/lib/xnio-nio-3.0.0.GA-redhat-1.jar (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.767 - FINER: Property(java.class.version)= 50.0 (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.768 - FINER: Property(java.endorsed.dirs)= /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/endorsed (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.768 - FINER: Property(java.ext.dirs)= /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/ext:/usr/java/packages/lib/ext (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.769 - FINER: Property(java.home)= /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.769 - FINER: Property(java.io.tmpdir)= /tmp (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.770 - FINER: Property(java.library.path)= /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/server:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.770 - FINER: Property(java.runtime.name)= OpenJDK Runtime Environment (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.774 - FINER: Property(java.runtime.version)= 1.6.0_24-b24 (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.775 - FINER: Property(java.specification.name)= Java Platform API Specification (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.775 - FINER: Property(java.specification.vendor)= Sun Microsystems Inc. (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.775 - FINER: Property(java.specification.version)= 1.6 (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.776 - FINER: Property(java.vendor)= Sun Microsystems Inc. (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.778 - FINER: Property(java.vendor.url)= http://java.sun.com/ (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.779 - FINER: Property(java.vendor.url.bug)= http://java.sun.com/cgi-bin/bugreport.cgi (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.780 - FINER: Property(java.version)= 1.6.0_24 (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.780 - FINER: Property(java.vm.info)= mixed mode (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.781 - FINER: Property(java.vm.name)= OpenJDK 64-Bit Server VM (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.781 - FINER: Property(java.vm.specification.name)= Java Virtual Machine Specification (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.781 - FINER: Property(java.vm.specification.vendor)= Sun Microsystems Inc. (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.781 - FINER: Property(java.vm.specification.version)= 1.0 (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.782 - FINER: Property(java.vm.vendor)= Sun Microsystems Inc. (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.782 - FINER: Property(java.vm.version)= 20.0-b12 (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.782 - FINER: Property(js.files.dir)= resources/js-files/ (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.783 - FINER: Property(line.separator)= > [testng] (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.783 - FINER: Property(nodebug)= (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.783 - FINER: Property(os.arch)= amd64 (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.784 - FINER: Property(os.name)= Linux (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.784 - FINER: Property(os.version)= 3.3.8-1.fc16.x86_64 (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.784 - FINER: Property(path.separator)= : (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.784 - FINER: Property(sun.arch.data.model)= 64 (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.785 - FINER: Property(sun.boot.class.path)= /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/resources.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/rt.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/jsse.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/jce.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/charsets.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/netx.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/plugin.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/rhino.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/modules/jdk.boot.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/classes (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.785 - FINER: Property(sun.boot.library.path)= /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64 (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.786 - FINER: Property(sun.cpu.endian)= little (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.786 - FINER: Property(sun.cpu.isalist)= (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.786 - FINER: Property(sun.desktop)= gnome (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.787 - FINER: Property(sun.io.unicode.encoding)= UnicodeLittle (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.787 - FINER: Property(sun.java.command)= org.testng.TestNG @/tmp/testng5442772352559971204 (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.788 - FINER: Property(sun.java.launcher)= SUN_STANDARD (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.788 - FINER: Property(sun.jnu.encoding)= UTF-8 (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.788 - FINER: Property(sun.management.compiler)= HotSpot 64-Bit Tiered Compilers (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.789 - FINER: Property(sun.os.patch.level)= unknown (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.789 - FINER: Property(user.country)= US (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.789 - FINER: Property(user.dir)= /home/fbrychta/Work/repo/automatjon/jon/clitest (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.790 - FINER: Property(user.home)= /home/fbrychta (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.790 - FINER: Property(user.language)= en (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.790 - FINER: Property(user.name)= fbrychta (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.791 - FINER: Property(user.timezone)= Europe/Bratislava (com.redhat.qe.auto.testng.TestScript.<init>) > [testng] 201207231818:36.851 - INFO: Loading before Suite (com.redhat.qe.jon.clitest.base.CliTestScript.loadBeforeSuite) > [testng] 201207231818:36.855 - INFO: Loading parameters for fbrychta (com.redhat.qe.jon.clitest.base.Configuration.load) > [testng] 201207231818:37.055 - INFO: Loaded before Suite (com.redhat.qe.jon.clitest.base.CliTestScript.loadBeforeSuite) > [testng] 201207231818:37.056 - FINE: ======= Configuration completed: com.redhat.qe.jon.clitest.tests.CliTest.loadBeforeSuite (com.redhat.qe.auto.testng.TestNGListener.onConfigurationSuccess) > [testng] 201207231818:37.056 - INFO: ======= Starting TestNG Script: creatingContentBackedRes (com.redhat.qe.auto.testng.TestNGListener.onStart) > [testng] 201207231818:37.071 - INFO: ======= Starting Test: runJSfile([null, rhqadmin, rhqadmin, docExample/jon/short/creatingContentBackedRes.js, --args-style=named deployment=/tmp/MiscBeans-3.2.2.ear, Login successful, Login failed:,No such file or directory, commonmodule.js, /resources/deployments/MiscBeans-3.2.2.ear, /tmp/MiscBeans-3.2.2.ear]) (com.redhat.qe.auto.testng.TestNGListener.onTestStart) > [testng] 201207231818:37.073 - INFO: Processing additional resources... (com.redhat.qe.jon.clitest.tests.CliTest.prepareResources) > [testng] 201207231818:37.073 - INFO: Command --> mkdir -p /tmp (com.redhat.qe.jon.clitest.tasks.CliTasks.runCommnad) > [testng] 201207231818:37.074 - FINE: ssh localhost mkdir -p /tmp (com.redhat.qe.tools.SSHCommandRunner.run) > [testng] 201207231818:37.132 - FINE: Stdout: (com.redhat.qe.tools.SSHCommandRunner.runCommandAndWait) > [testng] 201207231818:37.133 - FINE: Stderr: (com.redhat.qe.tools.SSHCommandRunner.runCommandAndWait) > [testng] 201207231818:37.134 - FINE: ExitCode: 0 (com.redhat.qe.tools.SSHCommandRunner.runCommandAndWait) > [testng] 201207231818:37.228 - FINE: File [/home/fbrychta/Work/repo/automatjon/jon/clitest/bin/resources/deployments/MiscBeans-3.2.2.ear] copied to localhost:/tmp/MiscBeans-3.2.2.ear (com.redhat.qe.jon.clitest.tasks.CliTasks.copyFile) > [testng] 201207231818:37.284 - FINE: File [/home/fbrychta/Work/repo/automatjon/jon/clitest/resources/js-files/docExample/jon/short/creatingContentBackedRes.js] copied to localhost:/tmp/ (com.redhat.qe.jon.clitest.tasks.CliTasks.copyFile) > [testng] 201207231818:37.284 - INFO: Preparing JS file depenencies ... commonmodule.js (com.redhat.qe.jon.clitest.tests.CliTest.prepareDependencies) > [testng] 201207231818:37.353 - FINE: File [/home/fbrychta/Work/repo/automatjon/jon/clitest/resources/js-files/commonmodule.js] copied to localhost:/tmp//_tmp.js (com.redhat.qe.jon.clitest.tasks.CliTasks.copyFile) > [testng] 201207231818:37.353 - INFO: Command --> cat /tmp/_tmp.js >> /tmp/_deps.js (com.redhat.qe.jon.clitest.tasks.CliTasks.runCommnad) > [testng] 201207231818:37.354 - FINE: ssh localhost cat /tmp/_tmp.js >> /tmp/_deps.js (com.redhat.qe.tools.SSHCommandRunner.run) > [testng] 201207231818:37.417 - FINE: Stdout: (com.redhat.qe.tools.SSHCommandRunner.runCommandAndWait) > [testng] 201207231818:37.417 - FINE: Stderr: (com.redhat.qe.tools.SSHCommandRunner.runCommandAndWait) > [testng] 201207231818:37.417 - FINE: ExitCode: 0 (com.redhat.qe.tools.SSHCommandRunner.runCommandAndWait) > [testng] 201207231818:37.417 - INFO: Command --> rm /tmp/_tmp.js (com.redhat.qe.jon.clitest.tasks.CliTasks.runCommnad) > [testng] 201207231818:37.417 - FINE: ssh localhost rm /tmp/_tmp.js (com.redhat.qe.tools.SSHCommandRunner.run) > [testng] 201207231818:37.460 - FINE: Stdout: (com.redhat.qe.tools.SSHCommandRunner.runCommandAndWait) > [testng] 201207231818:37.461 - FINE: Stderr: (com.redhat.qe.tools.SSHCommandRunner.runCommandAndWait) > [testng] 201207231818:37.461 - FINE: ExitCode: 0 (com.redhat.qe.tools.SSHCommandRunner.runCommandAndWait) > [testng] 201207231818:37.461 - INFO: Command --> cat /tmp/creatingContentBackedRes.js >> /tmp/_deps.js && mv /tmp/_deps.js /tmp/creatingContentBackedRes.js (com.redhat.qe.jon.clitest.tasks.CliTasks.runCommnad) > [testng] 201207231818:37.461 - FINE: ssh localhost cat /tmp/creatingContentBackedRes.js >> /tmp/_deps.js && mv /tmp/_deps.js /tmp/creatingContentBackedRes.js (com.redhat.qe.tools.SSHCommandRunner.run) > [testng] 201207231818:37.513 - FINE: Stdout: (com.redhat.qe.tools.SSHCommandRunner.runCommandAndWait) > [testng] 201207231818:37.513 - FINE: Stderr: (com.redhat.qe.tools.SSHCommandRunner.runCommandAndWait) > [testng] 201207231818:37.514 - FINE: ExitCode: 0 (com.redhat.qe.tools.SSHCommandRunner.runCommandAndWait) > [testng] 201207231818:37.514 - INFO: JS file depenencies ready (com.redhat.qe.jon.clitest.tests.CliTest.prepareDependencies) > [testng] 201207231818:37.514 - INFO: Output file has been merged from JS files as follows: (com.redhat.qe.jon.clitest.tests.CliTest.prepareDependencies) > [testng] 201207231818:37.515 - INFO: =========================== (com.redhat.qe.jon.clitest.tests.CliTest.prepareDependencies) > [testng] 201207231818:37.515 - INFO: JS File: commonmodule.js lines: 0 - 899 (com.redhat.qe.jon.clitest.tests.CliTest.prepareDependencies) > [testng] 201207231818:37.515 - INFO: JS File: docExample/jon/short/creatingContentBackedRes.js lines: 900 - 1055 (com.redhat.qe.jon.clitest.tests.CliTest.prepareDependencies) > [testng] 201207231818:37.516 - INFO: =========================== (com.redhat.qe.jon.clitest.tests.CliTest.prepareDependencies) > [testng] 201207231818:37.516 - INFO: Command --> export RHQ_CLI_JAVA_HOME=/usr/lib/jvm/java-1.6.0;/home/jon/rhq-remoting-cli-4.4.0.JON310GA/bin/rhq-cli.sh -s localhost -u rhqadmin -p rhqadmin -f /tmp/creatingContentBackedRes.js --args-style=named deployment=/tmp/MiscBeans-3.2.2.ear (com.redhat.qe.jon.clitest.tasks.CliTasks.runCommnad) > [testng] 201207231818:37.516 - FINE: ssh localhost export RHQ_CLI_JAVA_HOME=/usr/lib/jvm/java-1.6.0;/home/jon/rhq-remoting-cli-4.4.0.JON310GA/bin/rhq-cli.sh -s localhost -u rhqadmin -p rhqadmin -f /tmp/creatingContentBackedRes.js --args-style=named deployment=/tmp/MiscBeans-3.2.2.ear (com.redhat.qe.tools.SSHCommandRunner.run) > [testng] 201207231818:55.440 - FINE: Stdout: > [testng] Remote server version is: 3.1.0.GA (b575169:a53e41e) > [testng] Login successful > [testng] [TRACE] Inventory.find(name=MiscBeans.ear) > [testng] [TRACE] Inventory.createCriteria(name=MiscBeans.ear,status=COMMITTED) > [testng] [DEBUG] Found 1 resources > [testng] [TRACE] new Resource(Resource[id=10049, uuid=cf6b9890-3dc2-4ffa-a8a9-d66f1e15ca54, type={JBossAS5}Enterprise Application (EAR), key={default}MiscBeans.ear, name=MiscBeans.ear]) > [testng] [DEBUG] MiscBeans.ear found in inventory, removing it.. > [testng] [TRACE] Resource(10049).remove() > [testng] [TRACE] Inventory.createCriteria(id=10049) > [testng] [DEBUG] Resource.find: PageList[Resource[id=10049, uuid=cf6b9890-3dc2-4ffa-a8a9-d66f1e15ca54, type={JBossAS5}Enterprise Application (EAR), key={default}MiscBeans.ear, name=MiscBeans.ear]] > [testng] [TRACE] Inventory.createCriteria(id=10049) > [testng] [TRACE] new Resource(10031) > [testng] [INFO] common.waitFor(func,delay=5,timeout=120) > [testng] [DEBUG] Waiting 5s > [testng] [DEBUG] Resource deletion finished with status : Success > [testng] [DEBUG] Reading file bytes from /tmp/MiscBeans-3.2.2.ear > [testng] [DEBUG] Parsing /tmp/MiscBeans-3.2.2.ear > [testng] [TRACE] Comparing local packagename with javalangstring: true > [testng] [TRACE] Comparing global packagename with javalangstring: true > [testng] [DEBUG] Parsed, packageType: ear, package name: MiscBeans.ear, version: 3.2.2, real name: MiscBeans, filename: undefined > [testng] [INFO] Creating the new EAR resource... > [testng] [INFO] common.waitFor(func,delay=5,timeout=120) > [testng] [DEBUG] Waiting 5s > [testng] [DEBUG] Child resource creation status : Success > [testng] [INFO] common.waitFor(func,delay=5,timeout=120) > [testng] [TRACE] Inventory.find(name=MiscBeans.ear) > [testng] [TRACE] Inventory.createCriteria(name=MiscBeans.ear,status=COMMITTED) > [testng] [DEBUG] Found 1 resources > [testng] [TRACE] new Resource(Resource[id=10049, uuid=cf6b9890-3dc2-4ffa-a8a9-d66f1e15ca54, type={JBossAS5}Enterprise Application (EAR), key={default}MiscBeans.ear, name=MiscBeans.ear]) > [testng] [TRACE] Inventory.find(name=MiscBeans.ear) > [testng] [TRACE] Inventory.createCriteria(name=MiscBeans.ear,status=COMMITTED) > [testng] [DEBUG] Found 1 resources > [testng] [TRACE] new Resource(Resource[id=10049, uuid=cf6b9890-3dc2-4ffa-a8a9-d66f1e15ca54, type={JBossAS5}Enterprise Application (EAR), key={default}MiscBeans.ear, name=MiscBeans.ear]) > [testng] [TRACE] Resource(10049).waitForAvailable() > [testng] [INFO] common.waitFor(func,delay=5,timeout=120) > [testng] [TRACE] Resource(10049).isAvaialbe() > [testng] [TRACE] Inventory.createCriteria(id=10049) > [testng] [DEBUG] Resource.find: PageList[Resource[id=10049, uuid=cf6b9890-3dc2-4ffa-a8a9-d66f1e15ca54, type={JBossAS5}Enterprise Application (EAR), key={default}MiscBeans.ear, name=MiscBeans.ear]] > [testng] [DEBUG] 32 children found for resource with id: > [testng] [TRACE] Comparing: 'jmx-console.war' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'jmx-console.war': false > [testng] [TRACE] comparing childname with javalang string: 'jmx-console.war': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 15, 13 > [testng] [TRACE] Comparing: 'JBoss Web' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'JBoss Web': false > [testng] [TRACE] comparing childname with javalang string: 'JBoss Web': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 9, 13 > [testng] [TRACE] Comparing: 'EJB.jar' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'EJB.jar': false > [testng] [TRACE] comparing childname with javalang string: 'EJB.jar': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 7, 13 > [testng] [TRACE] Comparing: 'wsprovide.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'wsprovide.sh': false > [testng] [TRACE] comparing childname with javalang string: 'wsprovide.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 12, 13 > [testng] [TRACE] Comparing: 'ROOT.war' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'ROOT.war': false > [testng] [TRACE] comparing childname with javalang string: 'ROOT.war': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 8, 13 > [testng] [TRACE] Comparing: 'mail-ra.rar' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'mail-ra.rar': false > [testng] [TRACE] comparing childname with javalang string: 'mail-ra.rar': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 11, 13 > [testng] [TRACE] Comparing: 'classpath.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'classpath.sh': false > [testng] [TRACE] comparing childname with javalang string: 'classpath.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 12, 13 > [testng] [TRACE] Comparing: 'wstools.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'wstools.sh': false > [testng] [TRACE] comparing childname with javalang string: 'wstools.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 10, 13 > [testng] [TRACE] Comparing: 'DefaultDS' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'DefaultDS': false > [testng] [TRACE] comparing childname with javalang string: 'DefaultDS': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 9, 13 > [testng] [TRACE] Comparing: 'twiddle.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'twiddle.sh': false > [testng] [TRACE] comparing childname with javalang string: 'twiddle.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 10, 13 > [testng] [TRACE] Comparing: 'jboss_init_solaris.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'jboss_init_solaris.sh': false > [testng] [TRACE] comparing childname with javalang string: 'jboss_init_solaris.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 21, 13 > [testng] [TRACE] Comparing: 'web-console.war' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'web-console.war': false > [testng] [TRACE] comparing childname with javalang string: 'web-console.war': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 15, 13 > [testng] [TRACE] Comparing: 'MiscBeans.ear' with 'MiscBeans.ear' type: object, string, result: true > [testng] [TRACE] comparing childname with string: 'MiscBeans.ear': true > [testng] [TRACE] comparing childname with javalang string: 'MiscBeans.ear': true > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: true > [testng] [TRACE] size of childname and packagename: 13, 13 > [testng] [TRACE] Comparing: 'probe.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'probe.sh': false > [testng] [TRACE] comparing childname with javalang string: 'probe.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 8, 13 > [testng] [TRACE] Comparing: 'JmsXA' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'JmsXA': false > [testng] [TRACE] comparing childname with javalang string: 'JmsXA': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 5, 13 > [testng] [TRACE] Comparing: 'invoker.war' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'invoker.war': false > [testng] [TRACE] comparing childname with javalang string: 'invoker.war': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 11, 13 > [testng] [TRACE] Comparing: 'run.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'run.sh': false > [testng] [TRACE] comparing childname with javalang string: 'run.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 6, 13 > [testng] [TRACE] Comparing: 'jboss-xa-jdbc.rar' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'jboss-xa-jdbc.rar': false > [testng] [TRACE] comparing childname with javalang string: 'jboss-xa-jdbc.rar': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 17, 13 > [testng] [TRACE] Comparing: 'shutdown.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'shutdown.sh': false > [testng] [TRACE] comparing childname with javalang string: 'shutdown.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 11, 13 > [testng] [TRACE] Comparing: 'JBoss Messaging' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'JBoss Messaging': false > [testng] [TRACE] comparing childname with javalang string: 'JBoss Messaging': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 15, 13 > [testng] [TRACE] Comparing: 'wsrunclient.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'wsrunclient.sh': false > [testng] [TRACE] comparing childname with javalang string: 'wsrunclient.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 14, 13 > [testng] [TRACE] Comparing: 'Web.war' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'Web.war': false > [testng] [TRACE] comparing childname with javalang string: 'Web.war': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 7, 13 > [testng] [TRACE] Comparing: 'password_tool.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'password_tool.sh': false > [testng] [TRACE] comparing childname with javalang string: 'password_tool.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 16, 13 > [testng] [TRACE] Comparing: 'convert-dos2unix.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'convert-dos2unix.sh': false > [testng] [TRACE] comparing childname with javalang string: 'convert-dos2unix.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 19, 13 > [testng] [TRACE] Comparing: 'admin-console.war' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'admin-console.war': false > [testng] [TRACE] comparing childname with javalang string: 'admin-console.war': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 17, 13 > [testng] [TRACE] Comparing: 'jboss-local-jdbc.rar' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'jboss-local-jdbc.rar': false > [testng] [TRACE] comparing childname with javalang string: 'jboss-local-jdbc.rar': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 20, 13 > [testng] [TRACE] Comparing: 'helloworld.war' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'helloworld.war': false > [testng] [TRACE] comparing childname with javalang string: 'helloworld.war': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 14, 13 > [testng] [TRACE] Comparing: 'jms-ra.rar' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'jms-ra.rar': false > [testng] [TRACE] comparing childname with javalang string: 'jms-ra.rar': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 10, 13 > [testng] [TRACE] Comparing: 'quartz-ra.rar' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'quartz-ra.rar': false > [testng] [TRACE] comparing childname with javalang string: 'quartz-ra.rar': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 13, 13 > [testng] [TRACE] Comparing: 'wsconsume.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'wsconsume.sh': false > [testng] [TRACE] comparing childname with javalang string: 'wsconsume.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 12, 13 > [testng] [TRACE] Comparing: 'jbossws-management.war' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'jbossws-management.war': false > [testng] [TRACE] comparing childname with javalang string: 'jbossws-management.war': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 22, 13 > [testng] [TRACE] Comparing: 'Service Binding Manager' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'Service Binding Manager': false > [testng] [TRACE] comparing childname with javalang string: 'Service Binding Manager': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 23, 13 > [testng] (com.redhat.qe.tools.SSHCommandRunner.runCommandAndWait) > [testng] 201207231818:55.451 - FINE: Stderr: (com.redhat.qe.tools.SSHCommandRunner.runCommandAndWait) > [testng] 201207231818:55.451 - FINE: ExitCode: 0 (com.redhat.qe.tools.SSHCommandRunner.runCommandAndWait) > [testng] 201207231818:55.452 - INFO: RHQ/JON Version: 3.1.0.GA (b575169:a53e41e) (com.redhat.qe.jon.clitest.tests.CliTest.runJSfile) > [testng] 201207231818:55.452 - INFO: Remote server version is: 3.1.0.GA (b575169:a53e41e) > [testng] Login successful > [testng] [TRACE] Inventory.find(name=MiscBeans.ear) > [testng] [TRACE] Inventory.createCriteria(name=MiscBeans.ear,status=COMMITTED) > [testng] [DEBUG] Found 1 resources > [testng] [TRACE] new Resource(Resource[id=10049, uuid=cf6b9890-3dc2-4ffa-a8a9-d66f1e15ca54, type={JBossAS5}Enterprise Application (EAR), key={default}MiscBeans.ear, name=MiscBeans.ear]) > [testng] [DEBUG] MiscBeans.ear found in inventory, removing it.. > [testng] [TRACE] Resource(10049).remove() > [testng] [TRACE] Inventory.createCriteria(id=10049) > [testng] [DEBUG] Resource.find: PageList[Resource[id=10049, uuid=cf6b9890-3dc2-4ffa-a8a9-d66f1e15ca54, type={JBossAS5}Enterprise Application (EAR), key={default}MiscBeans.ear, name=MiscBeans.ear]] > [testng] [TRACE] Inventory.createCriteria(id=10049) > [testng] [TRACE] new Resource(10031) > [testng] [INFO] common.waitFor(func,delay=5,timeout=120) > [testng] [DEBUG] Waiting 5s > [testng] [DEBUG] Resource deletion finished with status : Success > [testng] [DEBUG] Reading file bytes from /tmp/MiscBeans-3.2.2.ear > [testng] [DEBUG] Parsing /tmp/MiscBeans-3.2.2.ear > [testng] [TRACE] Comparing local packagename with javalangstring: true > [testng] [TRACE] Comparing global packagename with javalangstring: true > [testng] [DEBUG] Parsed, packageType: ear, package name: MiscBeans.ear, version: 3.2.2, real name: MiscBeans, filename: undefined > [testng] [INFO] Creating the new EAR resource... > [testng] [INFO] common.waitFor(func,delay=5,timeout=120) > [testng] [DEBUG] Waiting 5s > [testng] [DEBUG] Child resource creation status : Success > [testng] [INFO] common.waitFor(func,delay=5,timeout=120) > [testng] [TRACE] Inventory.find(name=MiscBeans.ear) > [testng] [TRACE] Inventory.createCriteria(name=MiscBeans.ear,status=COMMITTED) > [testng] [DEBUG] Found 1 resources > [testng] [TRACE] new Resource(Resource[id=10049, uuid=cf6b9890-3dc2-4ffa-a8a9-d66f1e15ca54, type={JBossAS5}Enterprise Application (EAR), key={default}MiscBeans.ear, name=MiscBeans.ear]) > [testng] [TRACE] Inventory.find(name=MiscBeans.ear) > [testng] [TRACE] Inventory.createCriteria(name=MiscBeans.ear,status=COMMITTED) > [testng] [DEBUG] Found 1 resources > [testng] [TRACE] new Resource(Resource[id=10049, uuid=cf6b9890-3dc2-4ffa-a8a9-d66f1e15ca54, type={JBossAS5}Enterprise Application (EAR), key={default}MiscBeans.ear, name=MiscBeans.ear]) > [testng] [TRACE] Resource(10049).waitForAvailable() > [testng] [INFO] common.waitFor(func,delay=5,timeout=120) > [testng] [TRACE] Resource(10049).isAvaialbe() > [testng] [TRACE] Inventory.createCriteria(id=10049) > [testng] [DEBUG] Resource.find: PageList[Resource[id=10049, uuid=cf6b9890-3dc2-4ffa-a8a9-d66f1e15ca54, type={JBossAS5}Enterprise Application (EAR), key={default}MiscBeans.ear, name=MiscBeans.ear]] > [testng] [DEBUG] 32 children found for resource with id: > [testng] [TRACE] Comparing: 'jmx-console.war' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'jmx-console.war': false > [testng] [TRACE] comparing childname with javalang string: 'jmx-console.war': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 15, 13 > [testng] [TRACE] Comparing: 'JBoss Web' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'JBoss Web': false > [testng] [TRACE] comparing childname with javalang string: 'JBoss Web': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 9, 13 > [testng] [TRACE] Comparing: 'EJB.jar' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'EJB.jar': false > [testng] [TRACE] comparing childname with javalang string: 'EJB.jar': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 7, 13 > [testng] [TRACE] Comparing: 'wsprovide.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'wsprovide.sh': false > [testng] [TRACE] comparing childname with javalang string: 'wsprovide.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 12, 13 > [testng] [TRACE] Comparing: 'ROOT.war' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'ROOT.war': false > [testng] [TRACE] comparing childname with javalang string: 'ROOT.war': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 8, 13 > [testng] [TRACE] Comparing: 'mail-ra.rar' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'mail-ra.rar': false > [testng] [TRACE] comparing childname with javalang string: 'mail-ra.rar': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 11, 13 > [testng] [TRACE] Comparing: 'classpath.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'classpath.sh': false > [testng] [TRACE] comparing childname with javalang string: 'classpath.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 12, 13 > [testng] [TRACE] Comparing: 'wstools.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'wstools.sh': false > [testng] [TRACE] comparing childname with javalang string: 'wstools.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 10, 13 > [testng] [TRACE] Comparing: 'DefaultDS' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'DefaultDS': false > [testng] [TRACE] comparing childname with javalang string: 'DefaultDS': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 9, 13 > [testng] [TRACE] Comparing: 'twiddle.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'twiddle.sh': false > [testng] [TRACE] comparing childname with javalang string: 'twiddle.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 10, 13 > [testng] [TRACE] Comparing: 'jboss_init_solaris.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'jboss_init_solaris.sh': false > [testng] [TRACE] comparing childname with javalang string: 'jboss_init_solaris.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 21, 13 > [testng] [TRACE] Comparing: 'web-console.war' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'web-console.war': false > [testng] [TRACE] comparing childname with javalang string: 'web-console.war': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 15, 13 > [testng] [TRACE] Comparing: 'MiscBeans.ear' with 'MiscBeans.ear' type: object, string, result: true > [testng] [TRACE] comparing childname with string: 'MiscBeans.ear': true > [testng] [TRACE] comparing childname with javalang string: 'MiscBeans.ear': true > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: true > [testng] [TRACE] size of childname and packagename: 13, 13 > [testng] [TRACE] Comparing: 'probe.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'probe.sh': false > [testng] [TRACE] comparing childname with javalang string: 'probe.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 8, 13 > [testng] [TRACE] Comparing: 'JmsXA' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'JmsXA': false > [testng] [TRACE] comparing childname with javalang string: 'JmsXA': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 5, 13 > [testng] [TRACE] Comparing: 'invoker.war' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'invoker.war': false > [testng] [TRACE] comparing childname with javalang string: 'invoker.war': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 11, 13 > [testng] [TRACE] Comparing: 'run.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'run.sh': false > [testng] [TRACE] comparing childname with javalang string: 'run.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 6, 13 > [testng] [TRACE] Comparing: 'jboss-xa-jdbc.rar' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'jboss-xa-jdbc.rar': false > [testng] [TRACE] comparing childname with javalang string: 'jboss-xa-jdbc.rar': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 17, 13 > [testng] [TRACE] Comparing: 'shutdown.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'shutdown.sh': false > [testng] [TRACE] comparing childname with javalang string: 'shutdown.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 11, 13 > [testng] [TRACE] Comparing: 'JBoss Messaging' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'JBoss Messaging': false > [testng] [TRACE] comparing childname with javalang string: 'JBoss Messaging': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 15, 13 > [testng] [TRACE] Comparing: 'wsrunclient.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'wsrunclient.sh': false > [testng] [TRACE] comparing childname with javalang string: 'wsrunclient.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 14, 13 > [testng] [TRACE] Comparing: 'Web.war' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'Web.war': false > [testng] [TRACE] comparing childname with javalang string: 'Web.war': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 7, 13 > [testng] [TRACE] Comparing: 'password_tool.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'password_tool.sh': false > [testng] [TRACE] comparing childname with javalang string: 'password_tool.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 16, 13 > [testng] [TRACE] Comparing: 'convert-dos2unix.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'convert-dos2unix.sh': false > [testng] [TRACE] comparing childname with javalang string: 'convert-dos2unix.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 19, 13 > [testng] [TRACE] Comparing: 'admin-console.war' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'admin-console.war': false > [testng] [TRACE] comparing childname with javalang string: 'admin-console.war': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 17, 13 > [testng] [TRACE] Comparing: 'jboss-local-jdbc.rar' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'jboss-local-jdbc.rar': false > [testng] [TRACE] comparing childname with javalang string: 'jboss-local-jdbc.rar': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 20, 13 > [testng] [TRACE] Comparing: 'helloworld.war' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'helloworld.war': false > [testng] [TRACE] comparing childname with javalang string: 'helloworld.war': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 14, 13 > [testng] [TRACE] Comparing: 'jms-ra.rar' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'jms-ra.rar': false > [testng] [TRACE] comparing childname with javalang string: 'jms-ra.rar': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 10, 13 > [testng] [TRACE] Comparing: 'quartz-ra.rar' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'quartz-ra.rar': false > [testng] [TRACE] comparing childname with javalang string: 'quartz-ra.rar': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 13, 13 > [testng] [TRACE] Comparing: 'wsconsume.sh' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'wsconsume.sh': false > [testng] [TRACE] comparing childname with javalang string: 'wsconsume.sh': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 12, 13 > [testng] [TRACE] Comparing: 'jbossws-management.war' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'jbossws-management.war': false > [testng] [TRACE] comparing childname with javalang string: 'jbossws-management.war': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 22, 13 > [testng] [TRACE] Comparing: 'Service Binding Manager' with 'MiscBeans.ear' type: object, string, result: false > [testng] [TRACE] comparing childname with string: 'Service Binding Manager': false > [testng] [TRACE] comparing childname with javalang string: 'Service Binding Manager': false > [testng] [TRACE] comparing package name with string: true > [testng] [TRACE] comparing package name with java string: true > [testng] [TRACE] comparing package name with childname: false > [testng] [TRACE] size of childname and packagename: 23, 13 > [testng] (com.redhat.qe.jon.clitest.tests.CliTest.runJSfile) > [testng] 201207231818:55.460 - INFO: Error String not available: [Login failed:] (com.redhat.qe.jon.clitest.tasks.CliTasks.validateErrorString) > [testng] 201207231818:55.460 - INFO: Error String not available: [No such file or directory] (com.redhat.qe.jon.clitest.tasks.CliTasks.validateErrorString) > [testng] 201207231818:55.460 - INFO: Expected result available: [Login successful] (com.redhat.qe.jon.clitest.tasks.CliTasks.validateExpectedResultString) > [testng] 201207231818:55.461 - INFO: ======= Test Passed: runJSfile([null, rhqadmin, rhqadmin, docExample/jon/short/creatingContentBackedRes.js, --args-style=named deployment=/tmp/MiscBeans-3.2.2.ear, Login successful, Login failed:,No such file or directory, commonmodule.js, /resources/deployments/MiscBeans-3.2.2.ear, /tmp/MiscBeans-3.2.2.ear]) (com.redhat.qe.auto.testng.TestNGListener.onTestSuccess) > [testng] 201207231818:55.461 - INFO: Command --> rm -rf '/tmp/creatingContentBackedRes.js' (com.redhat.qe.jon.clitest.tasks.CliTasks.runCommnad) > [testng] 201207231818:55.461 - FINE: ssh localhost rm -rf '/tmp/creatingContentBackedRes.js' (com.redhat.qe.tools.SSHCommandRunner.run) > [testng] > [testng] =============================================== > [testng] RHQ CLI JS/JAVA Test > [testng] Total tests run: 1, Failures: 0, Skips: 0 > [testng] =============================================== > [testng] > [testng] 201207231818:55.640 - FINE: Stdout: (com.redhat.qe.tools.SSHCommandRunner.runCommandAndWait) > [testng] 201207231818:55.640 - FINE: Stderr: (com.redhat.qe.tools.SSHCommandRunner.runCommandAndWait) > [testng] 201207231818:55.640 - FINE: ExitCode: 0 (com.redhat.qe.tools.SSHCommandRunner.runCommandAndWait) > [testng] 201207231818:55.640 - FINE: ======= Configuration completed: com.redhat.qe.jon.clitest.tests.CliTest.deleteJSFile (com.redhat.qe.auto.testng.TestNGListener.onConfigurationSuccess) > [testng] 201207231818:55.646 - INFO: ======= Finished TestNG Script: creatingContentBackedRes (com.redhat.qe.auto.testng.TestNGListener.onFinish) > [testng] 201207231818:55.648 - INFO: Executing after Suite (com.redhat.qe.jon.clitest.base.CliTestScript.closeBrowser) > [testng] 201207231818:55.648 - INFO: Connection clossed successfully! (com.redhat.qe.jon.clitest.tasks.CliTasks.closeConnection) > [testng] 201207231818:55.649 - INFO: Completed after Suite (com.redhat.qe.jon.clitest.base.CliTestScript.closeBrowser) > [testng] 201207231818:55.649 - FINE: ======= Configuration completed: com.redhat.qe.jon.clitest.tests.CliTest.closeBrowser (com.redhat.qe.auto.testng.TestNGListener.onConfigurationSuccess) > [testng] 201207231818:55.649 - INFO: ======= Finishing TestNG Suite:RHQ CLI JS/JAVA Test (com.redhat.qe.auto.testng.TestNGListener.onFinish) > >BUILD SUCCESSFUL >Total time: 20 seconds
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 842567
:
599961
|
599963
| 599964 |
599965
|
599967
|
599968