Skip to content

derrickostertag/on-tftp

 
 

Repository files navigation

on-tftp Build Status Code Climate Coverage Status

on-tftp provides a TFTP service integrated into the workflow engine for RackHD

Copyright 2015, EMC, Inc.

on-tftp

On Tftp Server

installation

rm -rf node_modules
npm install

running

Note: requires MongoDB and RabbitMQ to be running to start correctly.

sudo node index.js

CI/testing

To run tests from a developer console:

npm test

To run tests and get coverage for CI:

# verify hint/style
./node_modules/.bin/jshint -c .jshintrc --reporter=checkstyle lib index.js > checkstyle-result.xml || true
./node_modules/.bin/istanbul cover -x "**/spec/**" _mocha -- $(find spec -name '*-spec.js') -R xunit-file --require spec/helper.js
./node_modules/.bin/istanbul report cobertura
# if you want HTML reports locally
./node_modules/.bin/istanbul report html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.6%
  • Shell 9.4%