cbd_test_config.json #1

  • //
  • guest/
  • perforce_software/
  • cbd/
  • main/
  • test/
  • cbd_test_config.json
  • View
  • Commits
  • Open Download .zip Download (359 B)
{
  "_comment": "Vagrant boxes for Component Based Development Testing",
  "oses": [
    {
      "osname": "centos",
      "box": "centos64-x64",
      "box_url": "http://puppet-vagrant-boxes.puppetlabs.com/centos-64-x64-vbox4210.box",
      "nodes": [
        {
          ":nodename": "p4d-01",
          ":ip": "172.30.30.31"
        },
      ]
    }
  ]
}
# Change User Description Committed
#2 15009 C. Thomas Tyler Promoted CBD development work to main from dev.
#1 11356 C. Thomas Tyler Promotion from Dev Branch.

       What's included:
       * CBD scripts for Streams as demonstrated at Merge 2014.
       * Deletion of files from the original PoC that aren't needed.

       What's coming later, still work in progress on the dev branch:
       * Documentation.
       * Test Suite with complete Vagrant-based Test Environment.
       * CBD scripts for Classic.
//guest/perforce_software/cbd/dev/test/cbd_test_config.json
#1 11354 C. Thomas Tyler Started work on Vagrant test harness.