summaryrefslogtreecommitdiffstats
path: root/ci/run_tests.py
AgeCommit message (Expand)AuthorFilesLines
2016-08-24-3/
# Note: the following conditions must always be true:
#   ZRELADDR == virt_to_phys(TEXTADDR)
#   PARAMS_PHYS must be within 4MB of ZRELADDR
#   INITRD_PHYS must be in RAM

   zreladdr-y	+= 0x20008000
params_phys-y	:= 0x20000100
initrd_phys-y	:= 0x20410000
2?s=128&d=retro' />
jose.lausuch
1-5/+16
2016-05-09Fix shebang of python scriptsJuha Kosonen1-1/+1
2016-05-04Refactor, add logger handler to collect all the logs to a file as welljose.lausuch1-7/+3
2016-05-04Refactor improvementsjose.lausuch1-14/+11
2016-05-02Add command to execute the actual testsjose.lausuch1-3/+20
2016-05-02Source the credentials in run_tests.pyjose.lausuch1-1/+12
2016-04-28Create run_test.py using the tier mechanism to run the testsjose.lausuch1-0/+134