Skip to content

CnuUasLab/SRIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simulated Remote Information Center (SRIC)

Running tests

To run the tests run: ./run_tests in the root directory of the Repository.

Part 1

The first part of the objective is to test the connectivity of a network. This is the first part that's dealt with in the test cases.

When checking the connectivity of any IP Address or URL you must put http:// at the beginning. This is important for the functionality of the method in the script.

For instance, say you wanted to check the connectivity of IP 0.0.0.0, you would have to enter in the parameter in the method as http://0.0.0.0.

Before running the test cases a node server called helloworld.js has been created, you must run this server before runningthe test cases.

NOTE: You must have nodejs installed to run this node server before running the testcases: ./run_tests

About

Simulated Remote Information Center

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published