31 $command =
"wget -qO - --post-file ./test_oneshot.php http://fossology.usa.hp.com/noauth/?mod=agent_nomos_once";
33 $license =
" GPL-2.0";
35 exec($command, $output);
36 $this->assertEquals($license, $output[0]);
44 $command =
"wget -qO - --post-file ./test_oneshot.php http://fossology.usa.hp.com/noauth/?mod=agent_copyright_once";
46 $license =
"copyright (c) 2013-2014 hewlett-packard development company, l.p.";
48 exec($command, $output);
49 $this->assertEquals($license, $output[0]);
test_oneshot_copyright()
for oneshot copyright
test_oneshot_nomos()
for oneshot nomos
test for one-shot nomos/copyright