You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Rayees Namathponnan (JIRA)" <ji...@apache.org> on 2013/12/13 21:03:07 UTC

[jira] [Created] (CLOUDSTACK-5498) [Atomation] Marvin - Logs are not storing to folder with suite name

Rayees Namathponnan created CLOUDSTACK-5498:
-----------------------------------------------

             Summary: [Atomation] Marvin - Logs are not storing to folder with suite name
                 Key: CLOUDSTACK-5498
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5498
             Project: CloudStack
          Issue Type: Test
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Automation, marvin
    Affects Versions: 4.3.0
         Environment: Automation
            Reporter: Rayees Namathponnan
             Fix For: 4.3.0


Configure .cfg file with below data and run automation eg "test_ssvm"

    },
    "logger":
        {
          "LogFolderPath": "/Repo_30X/ipcl/cloudstack/test/logs/"
        },
    "globalConfig": [
        {
            "name": "network.gc.wait",
            "value": "60"
        },
        {
            "

Expected result 

Folder "test_ssvm_+timestamp" should be created under /Repo_30X/ipcl/cloudstack/test/logs/", and   below 3 files should be under that 

failed_plus_exceptions.txt
results.txt
runinfo.txt

Actual Result 

Folder "timestamp" created instead of "test_ssvm_+timestamp", and i can see other 3 text files; 

Its very hard to find corresponding folder for test_ssvm, with current implementation 



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)