Skip to content

Commit

Permalink
Changes on README files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm1986 committed Jun 3, 2015
1 parent b219384 commit 9163016
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 30 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ This repository is organized under directories according with the content:
```
/
|
├───clients/ # Testing clients installation.
| README.md: # This file contains info about how to use the installation scripts.
├───clients/ # Testing clients installation.
| README.md: # This file contains info about how to use the installation scripts.
|
└───tests/
│ README.md: # This file contains the description of the tests.
├───tests/ # Contains the templates for the HTTP/2 Web server.
| │ README.md: # This file contains the tests description and installation.
| │
| └───templates/ # Contains the templates for the HTTP/2 Web server.
|
└───scripts/ # Bash scripts for test automation.
│ README.md: # This file contains info about how to configure and launch tests automatically.
|
├───h2/ # HTTP/2 scripts (for https:// URLs).
├───templates/ # Contains the templates for the HTTP/2 Web server.
└───scripts/ # Bash scripts for test automatization.
│ README.md: # This file contains info about how to configure and launch tests automatically.
|
├───h2/ # HTTP/2 scripts (for https:// URLs).
└───h2c/ # HTTP/2 Clear Text scripts (for http:// URLs).
└───h2c/ # HTTP/2 Clear Text scripts (for http:// URLs).
```


Expand Down
45 changes: 27 additions & 18 deletions tests/README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,35 @@
# HTTP-2-Testing Framework
HTTP/2 definition.

### Index
Functional tests
Performance tests
## Requirements
All test pages use [Bootstrap](http://getbootstrap.com/) Framework for its design. On the other hand, your server must be [PHP 5](http://php.net/) support enabled.

### Functional tests
#### Test 01: Test name.
Test description.

#### Test 02: Test name.
Test description.
## Installation process
You can use all these test pages on your own server. Please use the following steps:

#### Test 03: Test name.
Test description.
1. Copy the "test" directory on the main directory of your Website.
2. Give the right permissions to the follow directory:
```
/
|
└───tests/
└───templates/
└───08/
└───tmp/ # Full access to the directory: chmod 777 tmp
```

### Performance tests
#### Test 01: Test name.
Test description.
Now you can use the test pages on your own server.

#### Test 02: Test name.
Test description.

#### Test 03: Test name.
Test description.
## Index Templates
- **Test Page 01:** Basic HTML text file.
- **Test Page 02:** JPG image file.
- **Test Page 03:** Basic HTML and small image.
- **Test Page 04:** HTML page with multiple small images.
- **Test Page 05:** Large TXT file.
- **Test Page 06:** Basic HTML with CSS and JavaScript.
- **Test Page 07:** HTML simple form.
- **Test Page 08:** Upload image file to the server.
- **Test Page 09:** Get time stamp every second.
- **Test Page 10:** Web page with multiple scaled image size (10%).
- **Test Page 11:** Page with video.

0 comments on commit 9163016

Please sign in to comment.