Victor Ryzhenkin 5c2f385fc1 Add test for simple software configuration
- Add application which use simple software configuration feature
- Add test for simple software configuration
- Rework check functions to return response from server

Change-Id: I84941436e7bd72ddf193f5a17fd48789a85a6657
Implements: blueprint dependent-apps-and-ssc-tests
2015-10-15 14:32:12 +03:00

9 lines
152 B
HTML

<!DOCTYPE html>
<html>
<head>
<title> Hello World</title>
</head>
<body>Hello world. This is my first web page. My name is %USER_NAME%.
</body>
</html>